Home
last modified time | relevance | path

Searched refs:RemoteDeathRecipient (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/
H A Dremote_death_recipient.h25 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient {
27 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function
32 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
H A Dbg_continuous_task_mgr.h152 std::map<sptr<IRemoteObject>, sptr<RemoteDeathRecipient>> subscriberRecipients_ {};
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dremote_death_recipient.h25 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient {
27 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function
32 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
H A Dbundle_active_core.h275 std::map<sptr<IRemoteObject>, sptr<RemoteDeathRecipient>> recipientMap_;
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/purgeable_mem_manager/
H A Dremote_death_recipient.h25 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient {
27 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function
32 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
H A Dpurgeable_mem_manager.h98 std::map<sptr<IRemoteObject>, sptr<RemoteDeathRecipient>> subscriberRecipients_ {};
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dremote_death_recipient.h25 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient {
31 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function
39 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
H A Dbundle_manager_helper.h146 sptr<RemoteDeathRecipient> deathRecipient_ = nullptr;
/ohos5.0/drivers/peripheral/secure_element/vendor_adaptor/
H A Dremote_death_recipient.h26 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient {
28 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function
32 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
H A Dse_vendor_adaptions.h57 sptr<RemoteDeathRecipient> remoteDeathRecipient_ = nullptr;
/ohos5.0/drivers/peripheral/nfc/hdi_service/
H A Dremote_death_recipient.h27 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient {
29 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function
33 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
H A Dnfc_impl.h51 sptr<RemoteDeathRecipient> remoteDeathRecipient_ = nullptr;
H A Dnfc_impl.cpp65 new RemoteDeathRecipient(std::bind(&NfcImpl::OnRemoteDied, this, std::placeholders::_1)); in NfcImpl()
/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/
H A Dremote_death_recipient.h28 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient {
30 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function
34 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
H A Dwifi.h70 sptr<RemoteDeathRecipient> remoteDeathRecipient_ = nullptr;
H A Dwifi.cpp46 new RemoteDeathRecipient(std::bind(&Wifi::OnRemoteDied, this, std::placeholders::_1)); in Wifi()
/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/
H A Dremote_death_recipient.h28 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient {
30 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function
34 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
H A Dhci_interface_impl.h41 sptr<RemoteDeathRecipient> remoteDeathRecipient_ = nullptr;
H A Dhci_interface_impl.cpp43 … new RemoteDeathRecipient(std::bind(&HciInterfaceImpl::OnRemoteDied, this, std::placeholders::_1)); in HciInterfaceImpl()
/ohos5.0/drivers/peripheral/secure_element/vendor_sim_adaptor/
H A Dremote_death_recipient.h28 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient {
30 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function
34 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
H A Dse_vendor_adaptions.h72 sptr<RemoteDeathRecipient> remoteDeathRecipient_ = nullptr;
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/include/
H A Dbundle_manager_helper.h50 sptr<RemoteDeathRecipient> bundleMgrDeathRecipient_ = nullptr;
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Dbundle_manager_helper.cpp37 bundleMgrDeathRecipient_ = new (std::nothrow) RemoteDeathRecipient( in BundleManagerHelper()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dbundle_manager_helper.cpp31RemoteDeathRecipient(std::bind(&BundleManagerHelper::OnRemoteDied, this, std::placeholders::_1)); in BundleManagerHelper()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/purgeable_mem_manager/
H A Dpurgeable_mem_manager.cpp92 sptr<RemoteDeathRecipient> deathRecipient = new (std::nothrow) in AddSubscriberInner()
93RemoteDeathRecipient([this] (const wptr<IRemoteObject> &remote) { this->OnRemoteSubscriberDied(rem… in AddSubscriberInner()

12