Home
last modified time | relevance | path

Searched defs:CALLBACK_FUNC (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
Dnapi_callback_context.h27 using CALLBACK_FUNC = std::function<void(const napi_env, const napi_ref, pid_t threadId)>; variable
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Djs_callback_manager.cpp40 void RunCallback(CallbackContext* context, std::tuple<CallbackContext*, CALLBACK_FUNC, RELEASE_FUNC… in RunCallback() argument
/base/security/security_guard/frameworks/js/napi/
Dsecurity_guard_napi.h113 using CALLBACK_FUNC = std::function<void(const napi_env, const napi_ref, pid_t threadId, variable