Home
last modified time | relevance | path

Searched refs:RemoteDeathRecipient (Results 1 - 15 of 15) sorted by relevance

/drivers/peripheral/bluetooth/hci/hdi_service/
H A Dremote_death_recipient.h28 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient { class
30 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function in OHOS::HDI::Bluetooth::Hci::V1_0::RemoteDeathRecipient
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()
/drivers/peripheral/nfc/hdi_service/
H A Dremote_death_recipient.h27 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient { class
29 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function in OHOS::HDI::Nfc::V1_0::RemoteDeathRecipient
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()
/drivers/peripheral/wlan/chip/hdi_service/
H A Dremote_death_recipient.h28 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient { class
30 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function in OHOS::HDI::Wlan::Chip::V1_0::RemoteDeathRecipient
34 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
H A Dwifi.h70 sptr<RemoteDeathRecipient> remoteDeathRecipient_ = nullptr;
H A Dwifi.cpp52 new RemoteDeathRecipient(std::bind(&Wifi::OnRemoteDied, this, std::placeholders::_1)); in Wifi()
/drivers/peripheral/secure_element/vendor_sim_adaptor/
H A Dremote_death_recipient.h28 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient { class
30 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function in OHOS::HDI::SecureElement::SimSecureElement::V1_0::RemoteDeathRecipient
34 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
H A Dse_vendor_adaptions.h72 sptr<RemoteDeathRecipient> remoteDeathRecipient_ = nullptr;
H A Dse_vendor_adaptions.cpp52 new RemoteDeathRecipient(std::bind(&SimSeVendorAdaptions::OnRemoteDied, this, std::placeholders::_1)); in SimSeVendorAdaptions()
/drivers/peripheral/secure_element/vendor_adaptor/
H A Dremote_death_recipient.h26 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient { class
28 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function in OHOS::HDI::SecureElement::RemoteDeathRecipient
32 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
H A Dse_vendor_adaptions.h57 sptr<RemoteDeathRecipient> remoteDeathRecipient_ = nullptr;
H A Dse_vendor_adaptions.cpp53 new RemoteDeathRecipient(std::bind(&SeVendorAdaptions::OnRemoteDied, this, std::placeholders::_1)); in SeVendorAdaptions()

Completed in 7 milliseconds