Searched refs:hievent (Results 1 – 2 of 2) sorted by relevance
/base/hiviewdfx/hiview_lite/ |
D | hiview_file.c | 51 HiEvent *hievent = HIEVENT_CREATE(HIEVENT_FAULT, hieventID, 2); // 2 params in InitHiviewFile() local 52 HIEVENT_PUT_INT_VALUE(hievent, 0, (int32)type); in InitHiviewFile() 53 HIEVENT_PUT_INT_VALUE(hievent, 1, errnoRecord); in InitHiviewFile() 54 HIEVENT_REPORT(hievent); in InitHiviewFile() 248 HiEvent *hievent = HIEVENT_CREATE(HIEVENT_FAULT, hieventID, 2); // 2 params in ProcFile() local 249 HIEVENT_PUT_INT_VALUE(hievent, 0, (int32)fp->header.common.type); in ProcFile() 250 HIEVENT_PUT_INT_VALUE(hievent, 1, errnoRecord); in ProcFile() 251 HIEVENT_REPORT(hievent); in ProcFile()
|
/base/hiviewdfx/hievent_lite/ |
D | README.md | 1 # hievent Module<a name="EN-US_TOPIC_0000001078674782"></a>
|