Home
last modified time | relevance | path

Searched refs:GetRemoteAbilityInfoCallbackInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/kits/js/distributedBundle/
H A Ddistributed_bundle.cpp236GetRemoteAbilityInfoCallbackInfo *asyncCallbackInfo = reinterpret_cast<GetRemoteAbilityInfoCallbac… in GetRemoteAbilityInfoExec()
247GetRemoteAbilityInfoCallbackInfo *asyncCallbackInfo = reinterpret_cast<GetRemoteAbilityInfoCallbac… in GetRemoteAbilityInfoComplete()
252 std::unique_ptr<GetRemoteAbilityInfoCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetRemoteAbilityInfoComplete()
286 GetRemoteAbilityInfoCallbackInfo *asyncCallbackInfo = in GetRemoteAbilityInfo()
287 new (std::nothrow) GetRemoteAbilityInfoCallbackInfo(env); in GetRemoteAbilityInfo()
291 std::unique_ptr<GetRemoteAbilityInfoCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetRemoteAbilityInfo()
319 …auto promise = CommonFunc::AsyncCallNativeMethod<GetRemoteAbilityInfoCallbackInfo>(env, asyncCallb… in GetRemoteAbilityInfo()
H A Ddistributed_bundle.h28 struct GetRemoteAbilityInfoCallbackInfo : public BaseCallbackInfo { struct
29 explicit GetRemoteAbilityInfoCallbackInfo(napi_env napiEnv) : BaseCallbackInfo(napiEnv) {} in GetRemoteAbilityInfoCallbackInfo() function