Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.h123 struct AsyncBundleInfoCallbackInfo : public AsyncWorkData { struct
124 explicit AsyncBundleInfoCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncBundleInfoCallbackInfo() function
H A Dbundle_mgr.cpp4092 AsyncBundleInfoCallbackInfo* asyncCallbackInfo = reinterpret_cast<AsyncBundleInfoCallbackInfo*>(data); in GetBundleInfoExec()
4105 AsyncBundleInfoCallbackInfo* asyncCallbackInfo = reinterpret_cast<AsyncBundleInfoCallbackInfo*>(data); in GetBundleInfoForSelfExec()
4106 std::unique_ptr<AsyncBundleInfoCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetBundleInfoForSelfExec()
4150 AsyncBundleInfoCallbackInfo *asyncCallbackInfo = new (std::nothrow) AsyncBundleInfoCallbackInfo(env); in GetBundleInfo()
4155 std::unique_ptr<AsyncBundleInfoCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetBundleInfo()
4180 auto promise = CommonFunc::AsyncCallNativeMethod<AsyncBundleInfoCallbackInfo>( in GetBundleInfo()

Completed in 10 milliseconds