/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/mock/ |
H A D | if_system_ability_manager_mock.h | 51 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 D | mock_system_ability_manager.h | 162 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 D | mock_service_registry.cpp | 214 …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 D | mock_service_registry.cpp | 206 …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 D | mock_service_registry.cpp | 215 …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 D | if_system_ability_manager.h | 264 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 D | system_ability_manager_proxy.h | 229 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 D | system_ability_manager_stub.cpp | 1042 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 D | system_ability_manager.cpp | 2096 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 D | system_ability_manager_wrapper.cpp | 317 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 D | mock_service_registry.cpp | 195 …32_t SystemAbilityManagerProxy::GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) in GetOnDemandSystemAbilityIds() argument
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/ |
H A D | system_ability_manager_wrapper.h | 60 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 D | system_ability_manager_proxy.cpp | 1260 …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 D | mock_service_registry.cpp | 179 …32_t SystemAbilityManagerProxy::GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) in GetOnDemandSystemAbilityIds() argument
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | system_ability_manager.h | 167 int32_t GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) override; 168 int32_t SendStrategy(int32_t type, std::vector<int32_t>& systemAbilityIds,
|