Home
last modified time | relevance | path

Searched refs:SubscriberDeathRecipient (Results 1 - 10 of 10) sorted by relevance

/foundation/resourceschedule/device_standby/services/notification/include/
H A Dstandby_state_subscriber.h36 class SubscriberDeathRecipient;
64 sptr<SubscriberDeathRecipient> deathRecipient_ {nullptr};
68 class SubscriberDeathRecipient final : public IRemoteObject::DeathRecipient {
70 DISALLOW_COPY_AND_MOVE(SubscriberDeathRecipient);
71 explicit SubscriberDeathRecipient();
72 ~SubscriberDeathRecipient() override;
/foundation/deviceprofile/device_info_manager/old/services/core/include/subscribemanager/
H A Dsubscriber_death_recipient.h23 class SubscriberDeathRecipient : public IRemoteObject::DeathRecipient { class
25 SubscriberDeathRecipient() = default;
26 ~SubscriberDeathRecipient() = default;
H A Dprofile_event_handler.h41 friend class SubscriberDeathRecipient;
/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H A Dbg_transient_task_mgr.h46 class SubscriberDeathRecipient;
101 sptr<SubscriberDeathRecipient> susriberDeathRecipient_ {nullptr};
118 class SubscriberDeathRecipient final : public IRemoteObject::DeathRecipient {
120 explicit SubscriberDeathRecipient(const wptr<BackgroundTaskMgrService>& service);
121 ~SubscriberDeathRecipient() override;
122 DISALLOW_COPY_AND_MOVE(SubscriberDeathRecipient);
/foundation/resourceschedule/device_standby/services/notification/src/
H A Dstandby_state_subscriber.cpp31 deathRecipient_ = new (std::nothrow) SubscriberDeathRecipient(); in StandbyStateSubscriber()
237 SubscriberDeathRecipient::SubscriberDeathRecipient() {} in SubscriberDeathRecipient() function in OHOS::DevStandbyMgr::SubscriberDeathRecipient
239 SubscriberDeathRecipient::~SubscriberDeathRecipient() {} in ~SubscriberDeathRecipient()
241 void SubscriberDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied()
/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dsubscriber_death_recipient.cpp22 void SubscriberDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied()
H A Dsubscribe_manager.cpp43 new (std::nothrow) SubscriberDeathRecipient); in Init()
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dbg_transient_task_mgr.cpp84 SubscriberDeathRecipient(DelayedSingleton<BackgroundTaskMgrService>::GetInstance().get()); in Init()
774 SubscriberDeathRecipient::SubscriberDeathRecipient(const wptr<BackgroundTaskMgrService>& service) in SubscriberDeathRecipient() function in OHOS::BackgroundTaskMgr::SubscriberDeathRecipient
777 SubscriberDeathRecipient::~SubscriberDeathRecipient() {} in ~SubscriberDeathRecipient()
779 void SubscriberDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied()
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dsubscribe_manager_test.cpp379 auto death = std::make_shared<SubscriberDeathRecipient>(); in HWTEST_F()
/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_service_unit_test.cpp595 StandbyStateSubscriber::GetInstance()->deathRecipient_ = new (std::nothrow) SubscriberDeathRecipient(); in HWTEST_F()

Completed in 7 milliseconds