Home
last modified time | relevance | path

Searched defs:CallbackContext (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
Dnapi_callback_context.h29 using CallbackContext = struct CallbackContext { struct
30 napi_env env = nullptr;
31 napi_ref ref = nullptr;
32 CALLBACK_FUNC callback;
33 RELEASE_FUNC release;
34 pid_t threadId;
/base/telephony/core_service/frameworks/js/network_search/include/
Dnapi_radio.h143 struct CallbackContext : BaseContext { struct
162 struct GetSelectModeContext : CallbackContext { argument
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Djs_callback_manager.cpp35 void RunCallback(CallbackContext* context, std::tuple<CallbackContext*, CALLBACK_FUNC, RELEASE_FUNC… in RunCallback()
/base/security/huks/frameworks/crypto_lite/js/napi/
Dcipher_napi.cpp29 struct CallbackContext { struct
30 napi_ref callbackSuccess = nullptr;
31 napi_ref callbackFail = nullptr;
32 napi_ref callbackComplete = nullptr;