Searched refs:SendLoadedSystemAbilityMsg (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | system_ability_manager.h | 241 … void SendLoadedSystemAbilityMsg(int32_t systemAbilityId, const sptr<IRemoteObject>& remoteObject,
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager.cpp | 1448 void SystemAbilityManager::SendLoadedSystemAbilityMsg(int32_t systemAbilityId, const sptr<IRemoteOb… in SendLoadedSystemAbilityMsg() function in OHOS::SystemAbilityManager 1628 SendLoadedSystemAbilityMsg(systemAbilityId, targetObject, callback); in DoLoadSystemAbility() 1667 SendLoadedSystemAbilityMsg(systemAbilityId, targetObject, callback); in DoLoadSystemAbilityFromRpc()
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | system_ability_mgr_stub_test.cpp | 1885 saMgr->SendLoadedSystemAbilityMsg(SAID, testAbility, callback); 2020 saMgr->SendLoadedSystemAbilityMsg(SAID, testAbility, callback);
|