Home
last modified time | relevance | path

Searched refs:SendStrategy (Results 1 - 18 of 18) sorted by relevance

/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Dmanage.rs25 RemoveSystemAbility, SendStrategy, SubscribeSystemAbility, SubscribeSystemProcess,
231 SendStrategy(s_type, saids, level, action) in send_strategy()
H A Dwrapper.rs103 fn SendStrategy( in SendStrategy() functions
/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_system_ability_manager.h50 MOCK_METHOD4(SendStrategy, int32_t(int32_t, std::vector<int32_t> &, int32_t, std::string &));
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dmock_system_ability_manager.h166 int32_t SendStrategy(int32_t type, std::vector<int32_t>& systemAbilityIds,
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_service_registry.cpp219 int32_t SystemAbilityManagerProxy::SendStrategy( in SendStrategy() function in OHOS::SystemAbilityManagerProxy
/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 &action);
/foundation/filemanagement/dfs_service/test/mock/
H A Dif_system_ability_manager_mock.h51 MOCK_METHOD4(SendStrategy, int32_t(int32_t type, std::vector<int32_t>& systemAbilityIds,
/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,
/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 &action) in SendStrategy() function
327 return sysm->SendStrategy(type, v, level, action); in SendStrategy()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_service_registry.cpp225 int32_t SystemAbilityManagerProxy::SendStrategy(int32_t type, std::vector<int32_t>& systemAbilityIds, in SendStrategy() function in OHOS::SystemAbilityManagerProxy
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_manager_proxy.h221 * SendStrategy, Send strategy to SA.
229 int32_t SendStrategy(int32_t type, std::vector<int32_t>& systemAbilityIds,
H A Dif_system_ability_manager.h256 * SendStrategy, Send strategy to SA.
264 virtual int32_t SendStrategy(int32_t type, std::vector<int32_t>& systemAbilityIds,
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_test_tool.cpp316 int32_t ret = sm->SendStrategy(1, saIds, 1, action); in DoSend()
H A Dsystem_ability_mgr_proxy_test.cpp1173 * @tc.desc: check SendStrategy
1184 int32_t res = samgrProxy->SendStrategy(type, saIds, level, action); in HWTEST_F()
/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h191 int32_t SendStrategy(int32_t type, std::vector<int32_t>& systemAbilityIds,
/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_manager_proxy.cpp1349 int32_t SystemAbilityManagerProxy::SendStrategy(int32_t type, std::vector<int32_t>& systemAbilityIds, in SendStrategy() function in OHOS::SystemAbilityManagerProxy
1352 HILOGD("SendStrategy called"); in SendStrategy()
1355 HILOGI("SendStrategy remote is nullptr"); in SendStrategy()
1361 HILOGE("SendStrategy write interface token failed!"); in SendStrategy()
1365 HILOGE("SendStrategy write type failed!"); in SendStrategy()
1369 HILOGE("SendStrategy write said failed!"); in SendStrategy()
1373 HILOGE("SendStrategy write level failed!"); in SendStrategy()
1377 HILOGW("SendStrategy write action failed!"); in SendStrategy()
1386 HILOGE("SendStrategy SendRequest error: %{public}d!", err); in SendStrategy()
1389 HILOGD("SendStrategy SendReques in SendStrategy()
[all...]
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_stub.cpp1034 HILOGE("SendStrategy PERMISSION DENIED!"); in SendStrategyInner()
1039 HILOGW("SendStrategy read type failed."); in SendStrategyInner()
1044 HILOGW("SendStrategy read saId failed."); in SendStrategyInner()
1049 HILOGW("SendStrategy read level failed."); in SendStrategyInner()
1054 HILOGW("SendStrategy read action failed!"); in SendStrategyInner()
1057 int32_t result = SendStrategy(type, systemAbilityIds, level, action); in SendStrategyInner()
1059 HILOGW("SendStrategy write result failed."); in SendStrategyInner()
H A Dsystem_ability_manager.cpp2058 int32_t SystemAbilityManager::SendStrategy(int32_t type, std::vector<int32_t>& systemAbilityIds, in SendStrategy() function in OHOS::SystemAbilityManager
2061 HILOGD("SendStrategy begin"); in SendStrategy()
2066 HILOGW("SendStrategy reject used by %{public}s", nativeTokenInfo.processName.c_str()); in SendStrategy()

Completed in 16 milliseconds