Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.h80 struct GetBundleArchiveInfoCallbackInfo : public BaseCallbackInfo { struct
81 explicit GetBundleArchiveInfoCallbackInfo(napi_env napiEnv) : BaseCallbackInfo(napiEnv) {} in GetBundleArchiveInfoCallbackInfo() function
H A Dbundle_mgr.cpp3743 GetBundleArchiveInfoCallbackInfo *asyncCallbackInfo = reinterpret_cast<GetBundleArchiveInfoCallbackInfo *>(data); in GetBundleArchiveInfoExec()
3766 GetBundleArchiveInfoCallbackInfo *asyncCallbackInfo = reinterpret_cast<GetBundleArchiveInfoCallbackInfo *>(data); in GetBundleArchiveInfoComplete()
3771 std::unique_ptr<GetBundleArchiveInfoCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetBundleArchiveInfoComplete()
3787 CommonFunc::NapiReturnDeferred<GetBundleArchiveInfoCallbackInfo>(env, asyncCallbackInfo, result, ARGS_SIZE_TWO); in GetBundleArchiveInfoComplete()
3795 GetBundleArchiveInfoCallbackInfo *asyncCallbackInfo = new (std::nothrow) GetBundleArchiveInfoCallbackInfo(env); in GetBundleArchiveInfo()
3800 std::unique_ptr<GetBundleArchiveInfoCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetBundleArchiveInfo()
3829 auto promise = CommonFunc::AsyncCallNativeMethod<GetBundleArchiveInfoCallbackInfo>( in GetBundleArchiveInfo()
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.h49 struct GetBundleArchiveInfoCallbackInfo : public BaseCallbackInfo { struct
50 explicit GetBundleArchiveInfoCallbackInfo(napi_env napiEnv) : BaseCallbackInfo(napiEnv) {} in GetBundleArchiveInfoCallbackInfo() function
H A Dbundle_manager.cpp188 GetBundleArchiveInfoCallbackInfo *asyncCallbackInfo = reinterpret_cast<GetBundleArchiveInfoCallbackInfo *>(data); in GetBundleArchiveInfoExec()
199 GetBundleArchiveInfoCallbackInfo *asyncCallbackInfo = reinterpret_cast<GetBundleArchiveInfoCallbackInfo *>(data); in GetBundleArchiveInfoComplete()
204 std::unique_ptr<GetBundleArchiveInfoCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetBundleArchiveInfoComplete()
215 CommonFunc::NapiReturnDeferred<GetBundleArchiveInfoCallbackInfo>(env, asyncCallbackInfo, result, ARGS_SIZE_TWO); in GetBundleArchiveInfoComplete()
222 GetBundleArchiveInfoCallbackInfo *asyncCallbackInfo = new (std::nothrow) GetBundleArchiveInfoCallbackInfo(env); in GetBundleArchiveInfo()
227 std::unique_ptr<GetBundleArchiveInfoCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetBundleArchiveInfo()
256 auto promise = CommonFunc::AsyncCallNativeMethod<GetBundleArchiveInfoCallbackInfo>( in GetBundleArchiveInfo()
[all...]

Completed in 15 milliseconds