Home
last modified time | relevance | path

Searched refs:LoadSystemAbilityFromRpc (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Drpc_callback_imp.cpp37 return SystemAbilityManager::GetInstance()->LoadSystemAbilityFromRpc(srcNetworkId, in LoadSystemAbilityFromRemote()
H A Dsystem_ability_manager.cpp1699 bool SystemAbilityManager::LoadSystemAbilityFromRpc(const std::string& srcDeviceId, int32_t systemA… in LoadSystemAbilityFromRpc() function in OHOS::SystemAbilityManager
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgrcoverage_fuzzer/
H A Dsamgrcoverage_fuzzer.cpp141 saMgr->LoadSystemAbilityFromRpc(srcDeviceId, systemAbilityId, callback); in FuzzNotifySystemAbilityLoaded()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_test.cpp1040 bool ret = saMgr->LoadSystemAbilityFromRpc(deviceId, systemAbilityId, callback);
1056 bool ret = saMgr->LoadSystemAbilityFromRpc(deviceId, systemAbilityId, callback);
1071 bool ret = saMgr->LoadSystemAbilityFromRpc(deviceId, systemAbilityId, nullptr);
1086 bool ret = saMgr->LoadSystemAbilityFromRpc(deviceId, systemAbilityId, nullptr);
1102 bool ret = saMgr->LoadSystemAbilityFromRpc(deviceId, systemAbilityId, nullptr);
1119 bool ret = saMgr->LoadSystemAbilityFromRpc(deviceId, systemAbilityId, nullptr);
1139 bool ret = saMgr->LoadSystemAbilityFromRpc(deviceId, systemAbilityId, nullptr);
1158 bool ret = saMgr->LoadSystemAbilityFromRpc(deviceId, systemAbilityId, nullptr);
H A Dsystem_ability_mgr_stub_test.cpp2151 bool res = saMgr->LoadSystemAbilityFromRpc(srcDeviceId, SAID, callback);
2168 bool res = saMgr->LoadSystemAbilityFromRpc(srcDeviceId, SAID, callback);
2190 bool res = saMgr->LoadSystemAbilityFromRpc(srcDeviceId, SAID, callback);
2219 bool res = saMgr->LoadSystemAbilityFromRpc(srcDeviceId, SAID, callback);
2235 bool res = saMgr->LoadSystemAbilityFromRpc(srcDeviceId, SAID, callback);
2249 bool res = saMgr->LoadSystemAbilityFromRpc(srcDeviceId, INVALID_SAID, callback);
H A Dsystem_ability_mgr_new_test.cpp1074 int32_t ret = saMgr->LoadSystemAbilityFromRpc(srcDeviceId, TEST_OVERFLOW_SAID, callback);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h154 bool LoadSystemAbilityFromRpc(const std::string& srcDeviceId, int32_t systemAbilityId,