Searched refs:NotifySystemAbilityLoaded (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | system_ability_manager.h | 220 … void NotifySystemAbilityLoaded(int32_t systemAbilityId, const sptr<IRemoteObject>& remoteObject); 221 void NotifySystemAbilityLoaded(int32_t systemAbilityId, const sptr<IRemoteObject>& remoteObject,
|
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgrcoverage_fuzzer/ |
H A D | samgrcoverage_fuzzer.cpp | 138 saMgr->NotifySystemAbilityLoaded(SAID, remoteObject, callback); in FuzzNotifySystemAbilityLoaded()
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager.cpp | 1307 NotifySystemAbilityLoaded(systemAbilityId, remoteObject); in SendSystemAbilityAddedMsg() 1457 NotifySystemAbilityLoaded(systemAbilityId, remoteObject, callback); in SendLoadedSystemAbilityMsg() 1465 void SystemAbilityManager::NotifySystemAbilityLoaded(int32_t systemAbilityId, const sptr<IRemoteObj… in NotifySystemAbilityLoaded() function in OHOS::SystemAbilityManager 1478 void SystemAbilityManager::NotifySystemAbilityLoaded(int32_t systemAbilityId, const sptr<IRemoteObj… in NotifySystemAbilityLoaded() function in OHOS::SystemAbilityManager 1490 NotifySystemAbilityLoaded(systemAbilityId, remoteObject, callbackItem.first); in NotifySystemAbilityLoaded()
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | system_ability_mgr_test.cpp | 813 saMgr->NotifySystemAbilityLoaded(DISTRIBUTED_SCHED_TEST_SO_ID, nullptr, nullptr); 827 saMgr->NotifySystemAbilityLoaded(DISTRIBUTED_SCHED_TEST_SO_ID, nullptr, callback); 843 saMgr->NotifySystemAbilityLoaded(DISTRIBUTED_SCHED_TEST_SO_ID, remoteObject, callback); 859 saMgr->NotifySystemAbilityLoaded(DISTRIBUTED_SCHED_TEST_SO_ID, nullptr, nullptr);
|