Home
last modified time | relevance | path

Searched refs:syncFlag (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/hievent_lite/frameworks/
H A Dhiview_output_event.c481 static void FlushEventInfo(const uint8 type, const HiviewCache *c, boolean syncFlag) in FlushEventInfo() argument
489 if (syncFlag == FALSE) { in FlushEventInfo()
490 /* If syncFlag is FALSE, refresh event information asynchronously */ in FlushEventInfo()
510 static void FlushFaultEvent(boolean syncFlag) in FlushFaultEvent() argument
519 FlushEventInfo(HIEVENT_FAULT, c, syncFlag); in FlushFaultEvent()
522 static void FlushUeEvent(boolean syncFlag) in FlushUeEvent() argument
531 FlushEventInfo(HIEVENT_UE, c, syncFlag); in FlushUeEvent()
534 static void FlushStatEvent(boolean syncFlag) in FlushStatEvent() argument
543 FlushEventInfo(HIEVENT_STAT, c, syncFlag); in FlushStatEvent()
546 void FlushEvent(boolean syncFlag) in FlushEvent() argument
[all...]
H A Dhiview_output_event.h66 * @param syncFlag indicates synchronised flush or asynchronous flush.
69 void FlushEvent(boolean syncFlag);
H A Dhiview_event.c173 void HiEventFlush(boolean syncFlag) in HiEventFlush() argument
175 FlushEvent(syncFlag); in HiEventFlush()
/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.h64 * @param syncFlag indicates synchronised flush or asynchronous flush.
67 void FlushLog(boolean syncFlag);
H A Dhiview_log.c181 void HiLogFlush(boolean syncFlag) in HiLogFlush() argument
183 FlushLog(syncFlag); in HiLogFlush()
H A Dhiview_output_log.c633 void FlushLog(boolean syncFlag) in FlushLog() argument
637 if (syncFlag == FALSE) { in FlushLog()
/base/hiviewdfx/hievent_lite/interfaces/native/innerkits/
H A Dhiview_event.h117 * @param syncFlag indicates synchronised flush or asynchronous flush.
120 void HiEventFlush(boolean syncFlag);
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/
H A Dhiview_log.h201 * @param syncFlag indicates synchronised flush or asynchronous flush.
204 void HiLogFlush(boolean syncFlag);

Completed in 5 milliseconds