Home
last modified time | relevance | path

Searched refs:SendCheckLoadedMsg (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h238 …void SendCheckLoadedMsg(int32_t systemAbilityId, const std::u16string& name, const std::string& sr…
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp1342 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 Dsystem_ability_mgr_stub_test.cpp1884 saMgr->SendCheckLoadedMsg(SAID, name, srcDeviceId, callback);
1904 saMgr->SendCheckLoadedMsg(SAID, name, srcDeviceId, callback);
1929 saMgr->SendCheckLoadedMsg(SAID, name, srcDeviceId, callback);