Lines Matching refs:syncFlag
481 static void FlushEventInfo(const uint8 type, const HiviewCache *c, boolean syncFlag)
489 if (syncFlag == FALSE) {
490 /* If syncFlag is FALSE, refresh event information asynchronously */
510 static void FlushFaultEvent(boolean syncFlag)
519 FlushEventInfo(HIEVENT_FAULT, c, syncFlag);
522 static void FlushUeEvent(boolean syncFlag)
531 FlushEventInfo(HIEVENT_UE, c, syncFlag);
534 static void FlushStatEvent(boolean syncFlag)
543 FlushEventInfo(HIEVENT_STAT, c, syncFlag);
546 void FlushEvent(boolean syncFlag)
548 FlushFaultEvent(syncFlag);
549 FlushUeEvent(syncFlag);
550 FlushStatEvent(syncFlag);