Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hievent_lite/frameworks/
H A Dhiview_output_event.c77 static HieventProc g_hieventOutputProc = NULL; variable
226 if (g_hieventOutputProc != NULL && g_hieventOutputProc((HiEvent *)data) == TRUE) { in OutputEvent()
555 g_hieventOutputProc = func; in HiviewRegisterHieventProc()
561 if (g_hieventOutputProc != NULL) { in HiviewUnRegisterHieventProc()
562 g_hieventOutputProc = NULL; in HiviewUnRegisterHieventProc()