Home
last modified time | relevance | path

Searched refs:systemAbilityIds (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/mock/
H A Dif_system_ability_manager_mock.h51 MOCK_METHOD4(SendStrategy, int32_t(int32_t type, std::vector<int32_t>& systemAbilityIds,
59 MOCK_METHOD1(GetOnDemandSystemAbilityIds, int32_t(std::vector<int32_t>& systemAbilityIds));
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dmock_system_ability_manager.h162 int32_t GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) in GetOnDemandSystemAbilityIds() argument
166 int32_t SendStrategy(int32_t type, std::vector<int32_t>& systemAbilityIds, in SendStrategy() argument
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_service_registry.cpp214 …32_t SystemAbilityManagerProxy::GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) in GetOnDemandSystemAbilityIds() argument
220 int32_t type, std::vector<int32_t>& systemAbilityIds, int32_t level, std::string& action) in SendStrategy() argument
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/src/
H A Dmock_service_registry.cpp206 …32_t SystemAbilityManagerProxy::GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) in GetOnDemandSystemAbilityIds() argument
217 …t32_t SystemAbilityManagerProxy::SendStrategy(int32_t type, std::vector<int32_t>& systemAbilityIds, in SendStrategy() argument
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_service_registry.cpp215 …32_t SystemAbilityManagerProxy::GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) in GetOnDemandSystemAbilityIds() argument
220 …t32_t SystemAbilityManagerProxy::SendStrategy(int32_t type, std::vector<int32_t>& systemAbilityIds, in SendStrategy() argument
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dif_system_ability_manager.h264 virtual int32_t SendStrategy(int32_t type, std::vector<int32_t>& systemAbilityIds,
316 virtual int32_t GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) = 0;
H A Dsystem_ability_manager_proxy.h229 int32_t SendStrategy(int32_t type, std::vector<int32_t>& systemAbilityIds,
267 int32_t GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) override;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_stub.cpp1042 std::vector<int32_t> systemAbilityIds; in SendStrategyInner() local
1043 if (!data.ReadInt32Vector(&systemAbilityIds)) { in SendStrategyInner()
1057 int32_t result = SendStrategy(type, systemAbilityIds, level, action); in SendStrategyInner()
1067 std::vector<int32_t> systemAbilityIds; in GetOnDemandSystemAbilityIdsInner() local
1068 int32_t result = GetOnDemandSystemAbilityIds(systemAbilityIds); in GetOnDemandSystemAbilityIdsInner()
1077 if (!reply.WriteInt32Vector(systemAbilityIds)) { in GetOnDemandSystemAbilityIdsInner()
H A Dsystem_ability_manager.cpp2096 int32_t SystemAbilityManager::GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) in GetOnDemandSystemAbilityIds() argument
2104 systemAbilityIds.emplace_back(onDemandSaId); in GetOnDemandSystemAbilityIds()
2109 int32_t SystemAbilityManager::SendStrategy(int32_t type, std::vector<int32_t>& systemAbilityIds, in SendStrategy() argument
2121 for (auto saId : systemAbilityIds) { in SendStrategy()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H A Dsystem_ability_manager_wrapper.cpp317 int32_t SendStrategy(int32_t type, rust::Vec<int32_t> systemAbilityIds, int32_t level, std::string … in SendStrategy() argument
324 for (auto id : systemAbilityIds) { in SendStrategy()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/acfwk/test/mock/src/
H A Dmock_service_registry.cpp195 …32_t SystemAbilityManagerProxy::GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) in GetOnDemandSystemAbilityIds() argument
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/
H A Dsystem_ability_manager_wrapper.h60 int32_t SendStrategy(int32_t type, rust::Vec<int32_t> systemAbilityIds, int32_t level, std::string …
/ohos5.0/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_manager_proxy.cpp1260 …32_t SystemAbilityManagerProxy::GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) in GetOnDemandSystemAbilityIds() argument
1293 if (!reply.ReadInt32Vector(&systemAbilityIds)) { in GetOnDemandSystemAbilityIds()
1295 systemAbilityIds.clear(); in GetOnDemandSystemAbilityIds()
1349 …t32_t SystemAbilityManagerProxy::SendStrategy(int32_t type, std::vector<int32_t>& systemAbilityIds, in SendStrategy() argument
1368 if (!data.WriteInt32Vector(systemAbilityIds)) { in SendStrategy()
/ohos5.0/base/location/test/mock/src/
H A Dmock_service_registry.cpp179 …32_t SystemAbilityManagerProxy::GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) in GetOnDemandSystemAbilityIds() argument
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h167 int32_t GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) override;
168 int32_t SendStrategy(int32_t type, std::vector<int32_t>& systemAbilityIds,