Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.h220 struct BundleInfosCallbackInfo : public BaseCallbackInfo { struct
221 explicit BundleInfosCallbackInfo(napi_env env) : BaseCallbackInfo(env) {} in BundleInfosCallbackInfo() function
H A Dbundle_manager.cpp3779 BundleInfosCallbackInfo *asyncCallbackInfo = in GetBundleInfosComplete()
3780 reinterpret_cast<BundleInfosCallbackInfo *>(data); in GetBundleInfosComplete()
3785 std::unique_ptr<BundleInfosCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetBundleInfosComplete()
3795 CommonFunc::NapiReturnDeferred<BundleInfosCallbackInfo>(env, asyncCallbackInfo, result, ARGS_SIZE_TWO); in GetBundleInfosComplete()
3955 BundleInfosCallbackInfo *asyncCallbackInfo = reinterpret_cast<BundleInfosCallbackInfo *>(data); in GetBundleInfosExec()
3968 BundleInfosCallbackInfo *asyncCallbackInfo = new (std::nothrow) BundleInfosCallbackInfo(env); in GetBundleInfos()
3973 std::unique_ptr<BundleInfosCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetBundleInfos()
4012 auto promise = CommonFunc::AsyncCallNativeMethod<BundleInfosCallbackInfo>( in GetBundleInfos()
[all...]

Completed in 9 milliseconds