Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_querier.cpp39 onCompleteHandler = handler; in NapiHiSysEventQuerier()
105 if (this->onCompleteHandler != nullptr && this->callbackContext != nullptr) { in OnComplete()
106 this->onCompleteHandler(this->callbackContext->env, this->callbackContext->ref); in OnComplete()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
H A Dnapi_hisysevent_querier.h46 ON_COMPLETE_FUNC onCompleteHandler; variable