Home
last modified time | relevance | path

Searched refs:LaunchWantCallbackInfo (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.h72 struct LaunchWantCallbackInfo : public BaseCallbackInfo { struct
73 explicit LaunchWantCallbackInfo(napi_env napiEnv) : BaseCallbackInfo(napiEnv) {} in LaunchWantCallbackInfo() function
H A Dbundle_mgr.cpp3839 LaunchWantCallbackInfo* asyncCallbackInfo = reinterpret_cast<LaunchWantCallbackInfo*>(data); in GetLaunchWantForBundleExec()
3862 LaunchWantCallbackInfo *asyncCallbackInfo = reinterpret_cast<LaunchWantCallbackInfo *>(data); in GetLaunchWantForBundleComplete()
3867 std::unique_ptr<LaunchWantCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetLaunchWantForBundleComplete()
3883 CommonFunc::NapiReturnDeferred<LaunchWantCallbackInfo>(env, asyncCallbackInfo, result, ARGS_SIZE_TWO); in GetLaunchWantForBundleComplete()
3890 LaunchWantCallbackInfo *asyncCallbackInfo = new (std::nothrow) LaunchWantCallbackInfo(env); in GetLaunchWantForBundle()
3895 std::unique_ptr<LaunchWantCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetLaunchWantForBundle()
3901 auto promise = CommonFunc::AsyncCallNativeMethod<LaunchWantCallbackInfo>(en in GetLaunchWantForBundle()
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.h129 struct LaunchWantCallbackInfo : public BaseCallbackInfo { struct
130 explicit LaunchWantCallbackInfo(napi_env napiEnv) : BaseCallbackInfo(napiEnv) {} in LaunchWantCallbackInfo() function
H A Dbundle_manager.cpp2711 LaunchWantCallbackInfo* asyncCallbackInfo = reinterpret_cast<LaunchWantCallbackInfo*>(data); in GetLaunchWantForBundleExec()
2713 APP_LOGE("error LaunchWantCallbackInfo is nullptr"); in GetLaunchWantForBundleExec()
2723 LaunchWantCallbackInfo *asyncCallbackInfo = reinterpret_cast<LaunchWantCallbackInfo *>(data); in GetLaunchWantForBundleComplete()
2729 std::unique_ptr<LaunchWantCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetLaunchWantForBundleComplete()
2740 CommonFunc::NapiReturnDeferred<LaunchWantCallbackInfo>(env, asyncCallbackInfo, result, ARGS_SIZE_TWO); in GetLaunchWantForBundleComplete()
2747 LaunchWantCallbackInfo *asyncCallbackInfo = new (std::nothrow) LaunchWantCallbackInfo(env); in GetLaunchWantForBundle()
2754 std::unique_ptr<LaunchWantCallbackInfo> callbackPt in GetLaunchWantForBundle()
[all...]

Completed in 18 milliseconds