Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp149 remoteCallbackDeath_ = sptr<IRemoteObject::DeathRecipient>(new RemoteCallbackDeathRecipient()); in Init()
1868 if (remoteCallbackDeath_ != nullptr) { in LoadSystemAbility()
1869 bool ret = callback->AsObject()->AddDeathRecipient(remoteCallbackDeath_); in LoadSystemAbility()
1900 if (remoteCallbackDeath_ != nullptr) { in DoLoadRemoteSystemAbility()
1901 callback->AsObject()->RemoveDeathRecipient(remoteCallbackDeath_); in DoLoadRemoteSystemAbility()
2059 if (remoteCallbackDeath_ != nullptr) { in RemoveRemoteCallbackLocked()
2060 callback->AsObject()->RemoveDeathRecipient(remoteCallbackDeath_); in RemoveRemoteCallbackLocked()
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgrcoverage_fuzzer/
H A Dsamgrcoverage_fuzzer.cpp165 …saMgr->remoteCallbackDeath_ = sptr<IRemoteObject::DeathRecipient>(new RemoteCallbackDeathRecipient… in FuzzNotifySystemAbilityLoaded()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h274 sptr<IRemoteObject::DeathRecipient> remoteCallbackDeath_; variable
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_stub_test.cpp2296 …saMgr->remoteCallbackDeath_ = sptr<IRemoteObject::DeathRecipient>(new RemoteCallbackDeathRecipient…
2374 …saMgr->remoteCallbackDeath_ = sptr<IRemoteObject::DeathRecipient>(new RemoteCallbackDeathRecipient…
2434 …saMgr->remoteCallbackDeath_ = sptr<IRemoteObject::DeathRecipient>(new RemoteCallbackDeathRecipient…