Searched refs:RemoteDeathRecipient (Results 1 - 15 of 15) sorted by relevance
/drivers/peripheral/bluetooth/hci/hdi_service/ |
H A D | remote_death_recipient.h | 28 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 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()
|
/drivers/peripheral/nfc/hdi_service/ |
H A D | remote_death_recipient.h | 27 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 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()
|
/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | remote_death_recipient.h | 28 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 D | wifi.h | 70 sptr<RemoteDeathRecipient> remoteDeathRecipient_ = nullptr;
|
H A D | wifi.cpp | 52 new RemoteDeathRecipient(std::bind(&Wifi::OnRemoteDied, this, std::placeholders::_1)); in Wifi()
|
/drivers/peripheral/secure_element/vendor_sim_adaptor/ |
H A D | remote_death_recipient.h | 28 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 D | se_vendor_adaptions.h | 72 sptr<RemoteDeathRecipient> remoteDeathRecipient_ = nullptr;
|
H A D | se_vendor_adaptions.cpp | 52 new RemoteDeathRecipient(std::bind(&SimSeVendorAdaptions::OnRemoteDied, this, std::placeholders::_1));
in SimSeVendorAdaptions()
|
/drivers/peripheral/secure_element/vendor_adaptor/ |
H A D | remote_death_recipient.h | 26 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 D | se_vendor_adaptions.h | 57 sptr<RemoteDeathRecipient> remoteDeathRecipient_ = nullptr;
|
H A D | se_vendor_adaptions.cpp | 53 new RemoteDeathRecipient(std::bind(&SeVendorAdaptions::OnRemoteDied, this, std::placeholders::_1));
in SeVendorAdaptions()
|
Completed in 7 milliseconds