/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | if_local_ability_manager.h | 67 virtual bool SendStrategyToSA(int32_t type, int32_t systemAbilityId, int32_t level, std::string& action) = 0;
|
H A D | local_ability_manager_proxy.h | 39 bool SendStrategyToSA(int32_t type, int32_t systemAbilityId, int32_t level, std::string& action);
|
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | local_ability_manager_proxy_test.cpp | 291 bool ret = localAbility->SendStrategyToSA(type, TEST_SAID_INVAILD, level, action); in HWTEST_F() 293 ret = localAbility->SendStrategyToSA(type, 1, level, action); in HWTEST_F()
|
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/ |
H A D | system_ability_test.cpp | 52 bool SendStrategyToSA(int32_t type, int32_t systemAbilityId, 114 bool MockLocalAbilityManager::SendStrategyToSA(int32_t type, int32_t systemAbilityId, in SendStrategyToSA() function in OHOS::SAFWK::MockLocalAbilityManager
|
H A D | local_ability_manager_stub_test.cpp | 565 bool ret = LocalAbilityManager::GetInstance().SendStrategyToSA(1, systemAbilityId, 1, action);
in HWTEST_F() 572 * @tc.desc: test SendStrategyToSA with said is in abilityMap_
582 bool ret = LocalAbilityManager::GetInstance().SendStrategyToSA(1, SAID, 1, action);
in HWTEST_F()
|
/foundation/systemabilitymgr/safwk/services/safwk/include/ |
H A D | local_ability_manager.h | 70 bool SendStrategyToSA(int32_t type, int32_t systemAbilityId, int32_t level, std::string& action) override;
|
/foundation/systemabilitymgr/safwk/services/safwk/src/ |
H A D | local_ability_manager_stub.cpp | 226 bool result = SendStrategyToSA(type, saId, level, aciton); in SendStrategyToSAInner() 228 HILOGE(TAG, "SendStrategyToSA:%{public}d called failed", saId); in SendStrategyToSAInner()
|
H A D | local_ability_manager.cpp | 861 bool LocalAbilityManager::SendStrategyToSA(int32_t type, int32_t systemAbilityId, int32_t level, std::string& action) in SendStrategyToSA() function in OHOS::LocalAbilityManager
|
/foundation/systemabilitymgr/samgr/services/lsamgr/src/ |
H A D | local_ability_manager_proxy.cpp | 215 bool LocalAbilityManagerProxy::SendStrategyToSA(int32_t type, int32_t systemAbilityId, in SendStrategyToSA() function in OHOS::LocalAbilityManagerProxy
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager.cpp | 2083 procObject->SendStrategyToSA(type, saId, level, action); in SendStrategy()
|