Home
last modified time | relevance | path

Searched refs:NotifySystemAbilityLoaded (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h220 … 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 Dsamgrcoverage_fuzzer.cpp138 saMgr->NotifySystemAbilityLoaded(SAID, remoteObject, callback); in FuzzNotifySystemAbilityLoaded()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp1307 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 Dsystem_ability_mgr_test.cpp813 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);