Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/include/
H A Ddistributed_bms_interface.h66const std::vector<ElementName> &elementNames, std::vector<RemoteAbilityInfo> &remoteAbilityInfos) in GetRemoteAbilityInfos()
78 …virtual int32_t GetRemoteAbilityInfos(const std::vector<ElementName> &elementNames, const std::str… in GetRemoteAbilityInfos()
116const std::vector<ElementName> &elementNames, std::vector<RemoteAbilityInfo> &remoteAbilityInfos) in GetAbilityInfos()
128 …virtual int32_t GetAbilityInfos(const std::vector<ElementName> &elementNames, const std::string &l… in GetAbilityInfos()
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/distributed_bms_host_test/
H A Dmock_distributed_bms_interface.cpp35const std::vector<ElementName> &elementNames, std::vector<RemoteAbilityInfo> &remoteAbilityInfos) in GetRemoteAbilityInfos()
40 int32_t MockDistributedBmsHost::GetRemoteAbilityInfos(const std::vector<ElementName> &elementNames, in GetRemoteAbilityInfos()
59const std::vector<ElementName> &elementNames, std::vector<RemoteAbilityInfo> &remoteAbilityInfos) in GetAbilityInfos()
64 int32_t MockDistributedBmsHost::GetAbilityInfos(const std::vector<ElementName> &elementNames, in GetAbilityInfos()
H A Ddistributed_bms_host_test.cpp119 std::vector<ElementName> elementNames; variable
142 std::vector<ElementName> elementNames; variable
165 std::vector<ElementName> elementNames; variable
233 std::vector<ElementName> elementNames; variable
257 std::vector<ElementName> elementNames; variable
393 std::vector<ElementName> elementNames; variable
426 std::vector<ElementName> elementNames; variable
511 std::vector<ElementName> elementNames; variable
550 std::vector<ElementName> elementNames; variable
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/src/
H A Ddistributed_bms_proxy.cpp75const std::vector<ElementName> &elementNames, std::vector<RemoteAbilityInfo> &remoteAbilityInfos) in GetRemoteAbilityInfos()
81 int32_t DistributedBmsProxy::GetRemoteAbilityInfos(const std::vector<ElementName> &elementNames, in GetRemoteAbilityInfos()
152const std::vector<ElementName> &elementNames, std::vector<RemoteAbilityInfo> &remoteAbilityInfos) in GetAbilityInfos()
158 int32_t DistributedBmsProxy::GetAbilityInfos(const std::vector<ElementName> &elementNames, in GetAbilityInfos()
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/kits/js/distributedBundle/
H A Ddistributed_bundle.h30 std::vector<ElementName> elementNames; member
H A Ddistributed_bundle.cpp168 …eElementNames(napi_env env, napi_value args, bool &isArray, std::vector<ElementName> &elementNames) in ParseElementNames()
208 int32_t InnerGetRemoteAbilityInfo(const std::vector<ElementName> &elementNames, const std::string &… in InnerGetRemoteAbilityInfo()
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_bms_host.cpp105 std::vector<ElementName> elementNames; in HandleGetRemoteAbilityInfos() local
158 std::vector<ElementName> elementNames; in HandleGetAbilityInfos() local
H A Ddistributed_bms.cpp276const std::vector<ElementName> &elementNames, std::vector<RemoteAbilityInfo> &remoteAbilityInfos) in GetRemoteAbilityInfos()
281 int32_t DistributedBms::GetRemoteAbilityInfos(const std::vector<ElementName> &elementNames, in GetRemoteAbilityInfos()
422const std::vector<ElementName> &elementNames, std::vector<RemoteAbilityInfo> &remoteAbilityInfos) in GetAbilityInfos()
428 int32_t DistributedBms::GetAbilityInfos(const std::vector<ElementName> &elementNames, in GetAbilityInfos()
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/kits/js/distributebundlemgr/
H A Ddistributed_bundle_mgr.h50 std::vector<ElementName> elementNames; member
H A Ddistributed_bundle_mgr.cpp257 static bool ParseElementNames(napi_env env, std::vector<ElementName> &elementNames, napi_value args) in ParseElementNames()
305 static int32_t InnerGetRemoteAbilityInfos(const std::vector<ElementName> &elementNames, const std::… in InnerGetRemoteAbilityInfos()