Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Djs_launcher.h25 struct JsGetAllLauncherAbilityCallbackInfo : public BaseCallbackInfo { struct
26 explicit JsGetAllLauncherAbilityCallbackInfo(napi_env napiEnv) : BaseCallbackInfo(napiEnv) {} in JsGetAllLauncherAbilityCallbackInfo() function
H A Djs_launcher.cpp718 JsGetAllLauncherAbilityCallbackInfo *asyncCallbackInfo = in JsGetAllLauncherAbilityInfoExec()
719 reinterpret_cast<JsGetAllLauncherAbilityCallbackInfo *>(data); in JsGetAllLauncherAbilityInfoExec()
737 JsGetAllLauncherAbilityCallbackInfo *asyncCallbackInfo = in JsGetAllLauncherAbilityInfoComplete()
738 reinterpret_cast<JsGetAllLauncherAbilityCallbackInfo *>(data); in JsGetAllLauncherAbilityInfoComplete()
743 std::unique_ptr<JsGetAllLauncherAbilityCallbackInfo> callbackPtr {asyncCallbackInfo}; in JsGetAllLauncherAbilityInfoComplete()
753 CommonFunc::NapiReturnDeferred<JsGetAllLauncherAbilityCallbackInfo>(env, asyncCallbackInfo, result, ARGS_SIZE_TWO); in JsGetAllLauncherAbilityInfoComplete()
760 JsGetAllLauncherAbilityCallbackInfo *asyncCallbackInfo = in JSGetAllLauncherAbilityInfos()
761 new (std::nothrow) JsGetAllLauncherAbilityCallbackInfo(env); in JSGetAllLauncherAbilityInfos()
766 std::unique_ptr<JsGetAllLauncherAbilityCallbackInfo> callbackPtr{asyncCallbackInfo}; in JSGetAllLauncherAbilityInfos()
789 auto promise = CommonFunc::AsyncCallNativeMethod<JsGetAllLauncherAbilityCallbackInfo>( in JSGetAllLauncherAbilityInfos()
[all...]

Completed in 4 milliseconds