Searched refs:onCompleteHandler (Results 1 – 2 of 2) sorted by relevance
39 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()
46 ON_COMPLETE_FUNC onCompleteHandler; variable