Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.h154 struct AsyncBundleInfosCallbackInfo : public AsyncWorkData { struct
155 explicit AsyncBundleInfosCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncBundleInfosCallbackInfo() function
H A Dbundle_mgr.cpp1628 AsyncBundleInfosCallbackInfo* asyncCallbackInfo = reinterpret_cast<AsyncBundleInfosCallbackInfo*>(data); in GetBundleInfosExec()
1643 AsyncBundleInfosCallbackInfo* asyncCallbackInfo = reinterpret_cast<AsyncBundleInfosCallbackInfo*>(data); in GetBundleInfosComplete()
1648 std::unique_ptr<AsyncBundleInfosCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetBundleInfosComplete()
1690 AsyncBundleInfosCallbackInfo *asyncCallbackInfo = new (std::nothrow) AsyncBundleInfosCallbackInfo(env); in GetBundleInfos()
1695 std::unique_ptr<AsyncBundleInfosCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetBundleInfos()
1714 auto promise = CommonFunc::AsyncCallNativeMethod<AsyncBundleInfosCallbackInfo>( in GetBundleInfos()

Completed in 10 milliseconds