Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dconnection_observer_controller.cpp40 if (!observerDeathRecipient_) { in AddObserver()
42 observerDeathRecipient_ = in AddObserver()
51 if (!observerObj || !observerObj->AddDeathRecipient(observerDeathRecipient_)) { in AddObserver()
111 remoteObj->RemoveDeathRecipient(observerDeathRecipient_); in HandleRemoteDied()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dconnection_observer_controller.h110 sptr<IRemoteObject::DeathRecipient> observerDeathRecipient_; variable
/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service.cpp140 if (observerDeathRecipient_ == nullptr) { in Init()
141 observerDeathRecipient_ = sptr(new ObserverDeathRecipient()); in Init()
382 object->AddDeathRecipient(observerDeathRecipient_); in RegisterNotifyImpl()
/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dfile_access_service.h289 sptr<IRemoteObject::DeathRecipient> observerDeathRecipient_; variable