Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/
H A Dfree_install.h41 struct GetBundlePackInfoCallbackInfo : public BaseCallbackInfo { struct
42 explicit GetBundlePackInfoCallbackInfo(napi_env napiEnv) : BaseCallbackInfo(napiEnv) {} in GetBundlePackInfoCallbackInfo() function
H A Dfree_install.cpp565 GetBundlePackInfoCallbackInfo *asyncCallbackInfo = in GetBundlePackInfoExec()
566 reinterpret_cast<GetBundlePackInfoCallbackInfo*>(data); in GetBundlePackInfoExec()
577 GetBundlePackInfoCallbackInfo *asyncCallbackInfo = reinterpret_cast<GetBundlePackInfoCallbackInfo*>(data); in GetBundlePackInfoComplete()
582 std::unique_ptr<GetBundlePackInfoCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetBundlePackInfoComplete()
593 CommonFunc::NapiReturnDeferred<GetBundlePackInfoCallbackInfo>(env, asyncCallbackInfo, result, ARGS_SIZE_TWO); in GetBundlePackInfoComplete()
604 GetBundlePackInfoCallbackInfo *asyncCallbackInfo = new (std::nothrow) GetBundlePackInfoCallbackInfo(env); in GetBundlePackInfo()
608 std::unique_ptr<GetBundlePackInfoCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetBundlePackInfo()
636 auto promise = CommonFunc::AsyncCallNativeMethod<GetBundlePackInfoCallbackInfo>( in GetBundlePackInfo()
[all...]

Completed in 3 milliseconds