Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.h248 struct SharedBundleCallbackInfo : public BaseCallbackInfo { struct
249 explicit SharedBundleCallbackInfo(napi_env env) : BaseCallbackInfo(env) {} in SharedBundleCallbackInfo() function
H A Dbundle_manager.cpp4073 SharedBundleCallbackInfo *asyncCallbackInfo = reinterpret_cast<SharedBundleCallbackInfo *>(data); in GetAllSharedBundleInfoExec()
4083 SharedBundleCallbackInfo *asyncCallbackInfo = in GetAllSharedBundleInfoComplete()
4084 reinterpret_cast<SharedBundleCallbackInfo *>(data); in GetAllSharedBundleInfoComplete()
4089 std::unique_ptr<SharedBundleCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetAllSharedBundleInfoComplete()
4099 CommonFunc::NapiReturnDeferred<SharedBundleCallbackInfo>(env, asyncCallbackInfo, result, ARGS_SIZE_TWO); in GetAllSharedBundleInfoComplete()
4106 SharedBundleCallbackInfo *asyncCallbackInfo = new (std::nothrow) SharedBundleCallbackInfo(env); in GetAllSharedBundleInfo()
4111 std::unique_ptr<SharedBundleCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetAllSharedBundleInfo()
4136 auto promise = CommonFunc::AsyncCallNativeMethod<SharedBundleCallbackInfo>(en in GetAllSharedBundleInfo()
[all...]

Completed in 9 milliseconds