Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.h77 struct BatchAbilityCallbackInfo : public BaseCallbackInfo { struct
78 explicit BatchAbilityCallbackInfo(napi_env napiEnv) : BaseCallbackInfo(napiEnv) {} in BatchAbilityCallbackInfo() function
H A Dbundle_manager.cpp934 napi_env env, const Query &query, const BatchAbilityCallbackInfo *info, napi_value jsObject) in CheckBatchAbilityInfoCache()
1059 BatchAbilityCallbackInfo *asyncCallbackInfo = reinterpret_cast<BatchAbilityCallbackInfo *>(data); in BatchQueryAbilityInfosExec()
1086 BatchAbilityCallbackInfo *asyncCallbackInfo = reinterpret_cast<BatchAbilityCallbackInfo *>(data); in BatchQueryAbilityInfosComplete()
1091 std::unique_ptr<BatchAbilityCallbackInfo> callbackPtr {asyncCallbackInfo}; in BatchQueryAbilityInfosComplete()
1128 CommonFunc::NapiReturnDeferred<BatchAbilityCallbackInfo>(env, asyncCallbackInfo, result, ARGS_SIZE_TWO); in BatchQueryAbilityInfosComplete()
1135 BatchAbilityCallbackInfo *asyncCallbackInfo = new (std::nothrow) BatchAbilityCallbackInfo(env); in BatchQueryAbilityInfos()
1141 std::unique_ptr<BatchAbilityCallbackInfo> callbackPt in BatchQueryAbilityInfos()
[all...]

Completed in 7 milliseconds