Searched refs:SendCheckLoadedMsg (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | system_ability_manager.h | 238 …void SendCheckLoadedMsg(int32_t systemAbilityId, const std::u16string& name, const std::string& sr…
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager.cpp | 1342 void SystemAbilityManager::SendCheckLoadedMsg(int32_t systemAbilityId, const std::u16string& name, in SendCheckLoadedMsg() function in OHOS::SystemAbilityManager 1658 SendCheckLoadedMsg(systemAbilityId, procName, LOCAL_DEVICE, callback); in DoLoadSystemAbility() 1676 SendCheckLoadedMsg(systemAbilityId, procName, srcDeviceId, callback); in DoLoadSystemAbilityFromRpc()
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | system_ability_mgr_stub_test.cpp | 1884 saMgr->SendCheckLoadedMsg(SAID, name, srcDeviceId, callback); 1904 saMgr->SendCheckLoadedMsg(SAID, name, srcDeviceId, callback); 1929 saMgr->SendCheckLoadedMsg(SAID, name, srcDeviceId, callback);
|