Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hievent_lite/interfaces/native/innerkits/
H A Dhiview_event.h61 typedef boolean (*HieventProc)(const HiEvent *event); typedef
126 void HiEventRegisterProc(HieventProc func);
131 void HiEventUnRegisterProc(HieventProc func);
/ohos5.0/base/hiviewdfx/hievent_lite/frameworks/
H A Dhiview_output_event.h75 void HiviewRegisterHieventProc(HieventProc func);
80 void HiviewUnRegisterHieventProc(HieventProc func);
H A Dhiview_event.c178 void HiEventRegisterProc(HieventProc func) in HiEventRegisterProc()
183 void HiEventUnRegisterProc(HieventProc func) in HiEventUnRegisterProc()
H A Dhiview_output_event.c77 static HieventProc g_hieventOutputProc = NULL;
553 void HiviewRegisterHieventProc(HieventProc func) in HiviewRegisterHieventProc()
558 void HiviewUnRegisterHieventProc(HieventProc func) in HiviewUnRegisterHieventProc()