Searched refs:FormMgrDeathRecipient (Results 1 – 10 of 10) sorted by relevance
23 class FormMgrDeathRecipient : public IRemoteObject::DeathRecipient {25 FormMgrDeathRecipient() = default;26 ~FormMgrDeathRecipient() override = default;
24 class FormMgrDeathRecipient : public IRemoteObject::DeathRecipient {26 FormMgrDeathRecipient() {} in FormMgrDeathRecipient() function27 virtual ~FormMgrDeathRecipient() override = default;
48 sptr<FormMgrDeathRecipient> serviceDeathObserver_ = nullptr;
54 friend class FormMgrDeathRecipient; variable702 class FormMgrDeathRecipient : public IRemoteObject::DeathRecipient {704 FormMgrDeathRecipient() = default;705 ~FormMgrDeathRecipient() = default;713 DISALLOW_COPY_AND_MOVE(FormMgrDeathRecipient);
27 void FormMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied()
1101 formMgrDeathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new FormMgrDeathRecipient()); in GetFormMgrProxy()
29 void FormMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& object) in OnRemoteDied()
107 serviceDeathObserver_ = new (std::nothrow) FormMgrDeathRecipient(); in InitProxy()
1443 …sptr<FormMgr::FormMgrDeathRecipient> formMgrDeath = new (std::nothrow) FormMgr::FormMgrDeathRecipi…1458 …sptr<FormMgr::FormMgrDeathRecipient> formMgrDeath = new (std::nothrow) FormMgr::FormMgrDeathRecipi…3637 …sptr<FormMgr::FormMgrDeathRecipient> formMgrDeath = new (std::nothrow) FormMgr::FormMgrDeathRecipi…
801 void FormMgr::FormMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()878 … deathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new (std::nothrow) FormMgrDeathRecipient()); in Connect()