Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
Dhisysevent_query_callback_c.h30 onComplete_ = onComplete; in HiSysEventQueryCallbackC()
41 OnCompleteFunc onComplete_; variable
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
Dhisysevent_query_callback_c.cpp54 if (onComplete_ == nullptr) { in OnComplete()
58 onComplete_(reason, total); in OnComplete()