Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgrcoverage_fuzzer/
H A Dsamgrcoverage_fuzzer.cpp166 saMgr->RemoveRemoteCallbackLocked(callbacks, callback2); in FuzzNotifySystemAbilityLoaded()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h247 void RemoveRemoteCallbackLocked(std::list<sptr<ISystemAbilityLoadCallback>>& callbacks,
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp2045 RemoveRemoteCallbackLocked(callbacks, remoteObject); in OnRemoteCallbackDied()
2054 void SystemAbilityManager::RemoveRemoteCallbackLocked(std::list<sptr<ISystemAbilityLoadCallback>>& … in RemoveRemoteCallbackLocked() function in OHOS::SystemAbilityManager
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_stub_test.cpp2297 saMgr->RemoveRemoteCallbackLocked(callbacks, callback);