Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.h228 struct BundleInfoCallbackInfo : public BaseCallbackInfo { struct
229 explicit BundleInfoCallbackInfo(napi_env env) : BaseCallbackInfo(env) {} in BundleInfoCallbackInfo() function
H A Dbundle_manager.cpp3800 BundleInfoCallbackInfo *asyncCallbackInfo = in GetBundleInfoComplete()
3801 reinterpret_cast<BundleInfoCallbackInfo *>(data); in GetBundleInfoComplete()
3806 std::unique_ptr<BundleInfoCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetBundleInfoComplete()
3836 CommonFunc::NapiReturnDeferred<BundleInfoCallbackInfo>(env, asyncCallbackInfo, result, ARGS_SIZE_TWO); in GetBundleInfoComplete()
3841 BundleInfoCallbackInfo *asyncCallbackInfo = reinterpret_cast<BundleInfoCallbackInfo *>(data); in GetBundleInfoExec()
3864 BundleInfoCallbackInfo *asyncCallbackInfo = reinterpret_cast<BundleInfoCallbackInfo *>(data); in GetBundleInfoForSelfExec()
3895 BundleInfoCallbackInfo *asyncCallbackInfo = new (std::nothrow) BundleInfoCallbackInfo(en in GetBundleInfo()
[all...]

Completed in 9 milliseconds