Home
last modified time | relevance | path

Searched refs:FormMgrDeathRecipient (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Dform_mgr_death_recipient.h23 class FormMgrDeathRecipient : public IRemoteObject::DeathRecipient {
25 FormMgrDeathRecipient() = default;
26 ~FormMgrDeathRecipient() override = default;
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/include/form_manager/
H A Dform_manager_death_recipient.h24 class FormMgrDeathRecipient : public IRemoteObject::DeathRecipient {
26 FormMgrDeathRecipient() {} in FormMgrDeathRecipient() function
27 virtual ~FormMgrDeathRecipient() override = default;
H A Dform_manager_access_client.h48 sptr<FormMgrDeathRecipient> serviceDeathObserver_ = nullptr;
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h54 friend class FormMgrDeathRecipient; variable
702 class FormMgrDeathRecipient : public IRemoteObject::DeathRecipient {
704 FormMgrDeathRecipient() = default;
705 ~FormMgrDeathRecipient() = default;
713 DISALLOW_COPY_AND_MOVE(FormMgrDeathRecipient);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Dform_mgr_death_recipient.cpp27 void FormMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied()
H A Ddistributed_sched_service.cpp1101 formMgrDeathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new FormMgrDeathRecipient()); in GetFormMgrProxy()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/form_manager/
H A Dform_manager_death_recipient.cpp29 void FormMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& object) in OnRemoteDied()
H A Dform_manager_access_client.cpp107 serviceDeathObserver_ = new (std::nothrow) FormMgrDeathRecipient(); in InitProxy()
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp1443 …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…
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp801 void FormMgr::FormMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
878 … deathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new (std::nothrow) FormMgrDeathRecipient()); in Connect()