Home
last modified time | relevance | path

Searched refs:GetDispatchInfoCallbackInfo (Results 1 - 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/
H A Dfree_install.h48 struct GetDispatchInfoCallbackInfo : public BaseCallbackInfo { struct
49 explicit GetDispatchInfoCallbackInfo(napi_env napiEnv) : BaseCallbackInfo(napiEnv) {} in GetDispatchInfoCallbackInfo() function
H A Dfree_install.cpp679 GetDispatchInfoCallbackInfo *asyncCallbackInfo = in GetDispatchInfoExec()
680 reinterpret_cast<GetDispatchInfoCallbackInfo*>(data); in GetDispatchInfoExec()
690 GetDispatchInfoCallbackInfo *asyncCallbackInfo = reinterpret_cast<GetDispatchInfoCallbackInfo*>(data); in GetDispatchInfoComplete()
695 std::unique_ptr<GetDispatchInfoCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetDispatchInfoComplete()
706 CommonFunc::NapiReturnDeferred<GetDispatchInfoCallbackInfo>(env, asyncCallbackInfo, result, ARGS_SIZE_TWO); in GetDispatchInfoComplete()
717 GetDispatchInfoCallbackInfo *asyncCallbackInfo = new (std::nothrow) GetDispatchInfoCallbackInfo(env); in GetDispatchInfo()
721 std::unique_ptr<GetDispatchInfoCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetDispatchInfo()
730 auto promise = CommonFunc::AsyncCallNativeMethod<GetDispatchInfoCallbackInfo>( in GetDispatchInfo()
[all...]

Completed in 2 milliseconds