Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/kits/js/distributedBundle/
H A Ddistributed_bundle.h28 struct GetRemoteAbilityInfoCallbackInfo : public BaseCallbackInfo { struct
29 explicit GetRemoteAbilityInfoCallbackInfo(napi_env napiEnv) : BaseCallbackInfo(napiEnv) {} in GetRemoteAbilityInfoCallbackInfo() argument
30 std::vector<ElementName> elementNames;
31 std::vector<RemoteAbilityInfo> remoteAbilityInfos;
32 std::string locale = "";
33 bool isArray = false;