/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/ |
H A D | remote_death_recipient.h | 25 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient { 27 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function 32 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
|
H A D | bg_continuous_task_mgr.h | 152 std::map<sptr<IRemoteObject>, sptr<RemoteDeathRecipient>> subscriberRecipients_ {};
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/ |
H A D | remote_death_recipient.h | 25 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient { 27 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function 32 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
|
H A D | bundle_active_core.h | 275 std::map<sptr<IRemoteObject>, sptr<RemoteDeathRecipient>> recipientMap_;
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/purgeable_mem_manager/ |
H A D | remote_death_recipient.h | 25 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient { 27 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function 32 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
|
H A D | purgeable_mem_manager.h | 98 std::map<sptr<IRemoteObject>, sptr<RemoteDeathRecipient>> subscriberRecipients_ {};
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | remote_death_recipient.h | 25 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient { 31 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function 39 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
|
H A D | bundle_manager_helper.h | 146 sptr<RemoteDeathRecipient> deathRecipient_ = nullptr;
|
/ohos5.0/drivers/peripheral/secure_element/vendor_adaptor/ |
H A D | remote_death_recipient.h | 26 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient { 28 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function 32 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
|
H A D | se_vendor_adaptions.h | 57 sptr<RemoteDeathRecipient> remoteDeathRecipient_ = nullptr;
|
/ohos5.0/drivers/peripheral/nfc/hdi_service/ |
H A D | remote_death_recipient.h | 27 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient { 29 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function 33 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
|
H A D | nfc_impl.h | 51 sptr<RemoteDeathRecipient> remoteDeathRecipient_ = nullptr;
|
H A D | nfc_impl.cpp | 65 new RemoteDeathRecipient(std::bind(&NfcImpl::OnRemoteDied, this, std::placeholders::_1)); in NfcImpl()
|
/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | remote_death_recipient.h | 28 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient { 30 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function 34 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
|
H A D | wifi.h | 70 sptr<RemoteDeathRecipient> remoteDeathRecipient_ = nullptr;
|
H A D | wifi.cpp | 46 new RemoteDeathRecipient(std::bind(&Wifi::OnRemoteDied, this, std::placeholders::_1)); in Wifi()
|
/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/ |
H A D | remote_death_recipient.h | 28 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient { 30 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function 34 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
|
H A D | hci_interface_impl.h | 41 sptr<RemoteDeathRecipient> remoteDeathRecipient_ = nullptr;
|
H A D | hci_interface_impl.cpp | 43 … new RemoteDeathRecipient(std::bind(&HciInterfaceImpl::OnRemoteDied, this, std::placeholders::_1)); in HciInterfaceImpl()
|
/ohos5.0/drivers/peripheral/secure_element/vendor_sim_adaptor/ |
H A D | remote_death_recipient.h | 28 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient { 30 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function 34 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
|
H A D | se_vendor_adaptions.h | 72 sptr<RemoteDeathRecipient> remoteDeathRecipient_ = nullptr;
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/include/ |
H A D | bundle_manager_helper.h | 50 sptr<RemoteDeathRecipient> bundleMgrDeathRecipient_ = nullptr;
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/src/ |
H A D | bundle_manager_helper.cpp | 37 bundleMgrDeathRecipient_ = new (std::nothrow) RemoteDeathRecipient( in BundleManagerHelper()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | bundle_manager_helper.cpp | 31 … RemoteDeathRecipient(std::bind(&BundleManagerHelper::OnRemoteDied, this, std::placeholders::_1)); in BundleManagerHelper()
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/purgeable_mem_manager/ |
H A D | purgeable_mem_manager.cpp | 92 sptr<RemoteDeathRecipient> deathRecipient = new (std::nothrow) in AddSubscriberInner() 93 …RemoteDeathRecipient([this] (const wptr<IRemoteObject> &remote) { this->OnRemoteSubscriberDied(rem… in AddSubscriberInner()
|