Home
last modified time | relevance | path

Searched refs:HIEVENT_FAULT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hievent_lite/interfaces/native/innerkits/
H A Dhiview_event.h30 #ifndef HIEVENT_FAULT
31 #define HIEVENT_FAULT 1 /* fault event */ macro
174 #define HIEVENT_COMPILE_TYPE (HIEVENT_FAULT | HIEVENT_UE | HIEVENT_STAT)
186 #if IS_COMPILE_EVENT(HIEVENT_FAULT)
187 #define HIEVENT_FAULT_REPORT(id, k, v) HiEventPrintf(HIEVENT_FAULT, (id), (k), (v))
/ohos5.0/base/hiviewdfx/hievent_lite/frameworks/
H A Dhiview_output_event.c184 if (eventType & HIEVENT_FAULT) { in ReInitHiEventFile()
450 if (type & HIEVENT_FAULT) { in GetEventCache()
515 GetEventCache(HIEVENT_FAULT, &c, &f); in FlushFaultEvent()
519 FlushEventInfo(HIEVENT_FAULT, c, syncFlag); in FlushFaultEvent()
/ohos5.0/base/hiviewdfx/hiview_lite/
H A Dhiview_file.c50 HiEvent *hievent = HIEVENT_CREATE(HIEVENT_FAULT, hieventID, 2); // 2 params in InitHiviewFile()
246 HiEvent *hievent = HIEVENT_CREATE(HIEVENT_FAULT, hieventID, 2); // 2 params in ProcFile()