Home
last modified time | relevance | path

Searched refs:SendStrategyToSA (Results 1 - 10 of 10) sorted by relevance

/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dif_local_ability_manager.h67 virtual bool SendStrategyToSA(int32_t type, int32_t systemAbilityId, int32_t level, std::string& action) = 0;
H A Dlocal_ability_manager_proxy.h39 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 Dlocal_ability_manager_proxy_test.cpp291 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 Dsystem_ability_test.cpp52 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 Dlocal_ability_manager_stub_test.cpp565 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 Dlocal_ability_manager.h70 bool SendStrategyToSA(int32_t type, int32_t systemAbilityId, int32_t level, std::string& action) override;
/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dlocal_ability_manager_stub.cpp226 bool result = SendStrategyToSA(type, saId, level, aciton); in SendStrategyToSAInner()
228 HILOGE(TAG, "SendStrategyToSA:%{public}d called failed", saId); in SendStrategyToSAInner()
H A Dlocal_ability_manager.cpp861 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 Dlocal_ability_manager_proxy.cpp215 bool LocalAbilityManagerProxy::SendStrategyToSA(int32_t type, int32_t systemAbilityId, in SendStrategyToSA() function in OHOS::LocalAbilityManagerProxy
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp2083 procObject->SendStrategyToSA(type, saId, level, action); in SendStrategy()

Completed in 13 milliseconds