Home
last modified time | relevance | path

Searched refs:DeathRecipient (Results 1 - 25 of 281) sorted by relevance

12345678910>>...12

/base/startup/init/device_info/
H A Ddevice_info_kits.h39 class DeathRecipient final : public IRemoteObject::DeathRecipient {
41 DeathRecipient(void) = default;
42 ~DeathRecipient(void) final = default;
43 DISALLOW_COPY_AND_MOVE(DeathRecipient);
46 sptr<IRemoteObject::DeathRecipient> GetDeathRecipient(void) in GetDeathRecipient()
55 sptr<IRemoteObject::DeathRecipient> deathRecipient_ {};
/base/security/security_guard/interfaces/inner_api/obtaindata/include/
H A Dacquire_data_manager.h28 class DeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::Security::SecurityGuard::AcquireDataManager
30 DeathRecipient() = default;
31 ~DeathRecipient() override = default;
42 sptr<IRemoteObject::DeathRecipient> deathRecipient_{};
/base/security/security_guard/interfaces/inner_api/collect/include/
H A Dacquire_data_manager.h28 class DeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::Security::SecurityGuard::AcquireDataManager
30 DeathRecipient() = default;
31 ~DeathRecipient() override = default;
42 sptr<IRemoteObject::DeathRecipient> deathRecipient_{};
/base/security/security_guard/interfaces/inner_api/collector/include/
H A Dcollector_manager.h30 class DeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::Security::SecurityCollector::CollectorManager
32 DeathRecipient() = default;
33 ~DeathRecipient() override = default;
46 sptr<IRemoteObject::DeathRecipient> deathRecipient_{};
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_local_live_view_subscriber.h54 class DeathRecipient final : public IRemoteObject::DeathRecipient {
56 DeathRecipient(SubscriberLocalLiveViewImpl &subscriberImpl);
58 ~DeathRecipient();
80 sptr<DeathRecipient> recipient_ {nullptr};
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_local_live_view_subscriber.cpp40 recipient_ = new (std::nothrow) DeathRecipient(*this); in SubscriberLocalLiveViewImpl()
94 NotificationLocalLiveViewSubscriber::SubscriberLocalLiveViewImpl::DeathRecipient::DeathRecipient( in DeathRecipient() function in OHOS::Notification::NotificationLocalLiveViewSubscriber::SubscriberLocalLiveViewImpl::DeathRecipient
97 NotificationLocalLiveViewSubscriber::SubscriberLocalLiveViewImpl::DeathRecipient::~DeathRecipient() {}; in ~DeathRecipient()
99 void NotificationLocalLiveViewSubscriber::SubscriberLocalLiveViewImpl::DeathRecipient::OnRemoteDied( in OnRemoteDied()
/base/update/sys_installer/interfaces/innerkits/ipc_client/include/
H A Dmodule_update_kits_impl.h51 class DeathRecipient final : public IRemoteObject::DeathRecipient {
53 DeathRecipient() = default;
54 ~DeathRecipient() final = default;
55 DISALLOW_COPY_AND_MOVE(DeathRecipient);
64 sptr<IRemoteObject::DeathRecipient> deathRecipient_ {};
H A Dsys_installer_kits_impl.h57 class DeathRecipient final : public IRemoteObject::DeathRecipient {
59 DeathRecipient() = default;
60 ~DeathRecipient() final = default;
61 DISALLOW_COPY_AND_MOVE(DeathRecipient);
66 sptr<IRemoteObject::DeathRecipient> deathRecipient_ {};
/base/useriam/user_auth_framework/services/core/inc/
H A Dauth_event_listener_manager.h27 using DeathRecipient = IRemoteObject::DeathRecipient;
37 std::map<sptr<AuthEventListenerInterface>, sptr<DeathRecipient>> GetDeathRecipientMap();
40 class AuthEventListenerDeathRecipient : public IRemoteObject::DeathRecipient, public NoCopyable {
54 std::map<sptr<AuthEventListenerInterface>, sptr<DeathRecipient>> deathRecipientMap_;
72 bool operator()(std::map<sptr<AuthEventListenerInterface>, sptr<DeathRecipient>>::value_type &pair) in operator ()()
/base/startup/init/services/param/watcher/agent/
H A Dwatcher_manager_kits.h99 class DeathRecipient final : public IRemoteObject::DeathRecipient {
101 DeathRecipient(void) = default;
102 ~DeathRecipient(void) final = default;
103 DISALLOW_COPY_AND_MOVE(DeathRecipient);
106 sptr<IRemoteObject::DeathRecipient> GetDeathRecipient(void) in GetDeathRecipient()
117 sptr<IRemoteObject::DeathRecipient> deathRecipient_ {};
/base/msdp/device_status/intention/ipc/tunnel/include/
H A Dtunnel_client.h62 class DeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::Msdp::DeviceStatus::final
64 DeathRecipient(std::shared_ptr<TunnelClient> parent);
65 ~DeathRecipient() = default;
78 sptr<IRemoteObject::DeathRecipient> deathRecipient_ { nullptr };
/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H A Dohos_account_kits_impl.h61 class DeathRecipient final : public IRemoteObject::DeathRecipient {
63 DeathRecipient() = default;
64 ~DeathRecipient() final = default;
65 DISALLOW_COPY_AND_MOVE(DeathRecipient);
80 sptr<IRemoteObject::DeathRecipient> deathRecipient_{};
/base/useriam/pin_auth/test/unittest/src/
H A Dframework_client_pinauth_register_impl_test.cpp83 .WillOnce([](const sptr<MockPinAuthInterface::DeathRecipient> &recipient) { in HWTEST_F()
93 sptr<IRemoteObject::DeathRecipient> dr(new (std::nothrow) PinAuthRegisterImpl::PinAuthDeathRecipient()); in HWTEST_F()
99 sptr<IRemoteObject::DeathRecipient> dr(new (std::nothrow) PinAuthRegisterImpl::PinAuthDeathRecipient()); in HWTEST_F()
103 .WillOnce([](const sptr<MockPinAuthInterface::DeathRecipient> &recipient) { in HWTEST_F()
/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_remote_service.cpp28 sptr<IRemoteObject::DeathRecipient> g_deathRecipient = nullptr;
32 class HiviewServiceDeathRecipient : public IRemoteObject::DeathRecipient {
73 g_deathRecipient = sptr<IRemoteObject::DeathRecipient>(new HiviewServiceDeathRecipient()); in GetHiViewRemoteService()
/base/theme/wallpaper_mgr/frameworks/native/include/
H A Dwallpaper_manager.h179 class DeathRecipient final : public IRemoteObject::DeathRecipient {
181 explicit DeathRecipient() ;
182 ~DeathRecipient() override;
183 DISALLOW_COPY_AND_MOVE(DeathRecipient);
197 sptr<IRemoteObject::DeathRecipient> deathRecipient_{};
/base/powermgr/battery_statistics/test/unittest/mock/include/
H A Dmock_stats_remote_object.h39 bool AddDeathRecipient(const sptr<DeathRecipient> &recipient) override;
41 bool RemoveDeathRecipient(const sptr<DeathRecipient> &recipient) override;
/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_display_remote_object.cpp45 bool MockDisplayRemoteObject::AddDeathRecipient(const sptr<DeathRecipient>& recipient) in AddDeathRecipient()
51 bool MockDisplayRemoteObject::RemoveDeathRecipient(const sptr<DeathRecipient>& recipient) in RemoveDeathRecipient()
/base/powermgr/display_manager/state_manager/test/unittest/mock/include/
H A Dmock_display_remote_object.h39 bool AddDeathRecipient(const sptr<DeathRecipient>& recipient) override;
41 bool RemoveDeathRecipient(const sptr<DeathRecipient>& recipient) override;
/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_thermal_remote_object.cpp49 bool MockThermalRemoteObject::AddDeathRecipient(const sptr<DeathRecipient>& recipient) in AddDeathRecipient()
55 bool MockThermalRemoteObject::RemoveDeathRecipient(const sptr<DeathRecipient>& recipient) in RemoveDeathRecipient()
/base/powermgr/thermal_manager/test/unittest/mock/include/
H A Dmock_thermal_remote_object.h39 bool AddDeathRecipient(const sptr<DeathRecipient>& recipient) override;
41 bool RemoveDeathRecipient(const sptr<DeathRecipient>& recipient) override;
/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_remote_object.cpp44 bool MockRemoteObject::AddDeathRecipient(const sptr<DeathRecipient>& recipient) in AddDeathRecipient()
50 bool MockRemoteObject::RemoveDeathRecipient(const sptr<DeathRecipient>& recipient) in RemoveDeathRecipient()
/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_stats_remote_object.cpp43 bool MockStatsRemoteObject::AddDeathRecipient(const sptr<DeathRecipient> &recipient) in AddDeathRecipient()
49 bool MockStatsRemoteObject::RemoveDeathRecipient(const sptr<DeathRecipient> &recipient) in RemoveDeathRecipient()
/base/powermgr/power_manager/frameworks/native/
H A Dclient_lifecycle.h29 class LifeCycleRecipient : public IRemoteObject::DeathRecipient {
43 static sptr<IRemoteObject::DeathRecipient> deathRecipient_;
/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_power_remote_object.cpp52 bool MockPowerRemoteObject::AddDeathRecipient(const sptr<DeathRecipient>& recipient) in AddDeathRecipient()
58 bool MockPowerRemoteObject::RemoveDeathRecipient(const sptr<DeathRecipient>& recipient) in RemoveDeathRecipient()
H A Dmock_power_remote_object.h40 bool AddDeathRecipient(const sptr<DeathRecipient>& recipient) override;
42 bool RemoveDeathRecipient(const sptr<DeathRecipient>& recipient) override;

Completed in 6 milliseconds

12345678910>>...12