/drivers/peripheral/sensor/hdi_impl/ |
D | callback_death_recipient.h | 31 void OnRemoteDied(const wptr<IRemoteObject> &object) override in OnRemoteDied() function 37 impl->OnRemoteDied(object); in OnRemoteDied()
|
D | sensor_impl.h | 44 void OnRemoteDied(const wptr<IRemoteObject> &object);
|
/drivers/peripheral/bluetooth/hci/hdi_service/ |
D | remote_death_recipient.h | 39 void OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied() function
|
D | hci_interface_impl.cpp | 38 … new RemoteDeathRecipient(std::bind(&HciInterfaceImpl::OnRemoteDied, this, std::placeholders::_1)); in HciInterfaceImpl() 102 void HciInterfaceImpl::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied() function in OHOS::HDI::Bluetooth::Hci::V1_0::HciInterfaceImpl
|
D | hci_interface_impl.h | 39 void OnRemoteDied(const wptr<IRemoteObject> &object);
|
/drivers/peripheral/display/composer/test/unittest/ |
D | hdi_death_test.h | 51 void OnRemoteDied(const wptr<IRemoteObject>& remote) override;
|
D | hdi_death_test.cpp | 32 void ComposerDiedRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied() function in ComposerDiedRecipient
|
/drivers/peripheral/display/buffer/test/unittest/ |
D | death_test.h | 43 void OnRemoteDied(const OHOS::wptr<OHOS::IRemoteObject>& remote) override;
|
D | death_test.cpp | 32 void BufferDiedRecipient::OnRemoteDied(const OHOS::wptr<OHOS::IRemoteObject>& remote) in OnRemoteDied() function in OHOS::HDI::Display::TEST::BufferDiedRecipient
|
/drivers/external_device_manager/services/native/driver_extension_manager/include/bus_extension/usb/ |
D | usb_bus_extension.h | 43 void OnRemoteDied(const wptr<IRemoteObject> &object) override;
|
/drivers/hdf_core/interfaces/inner_api/ipc/ |
D | hdf_remote_service.h | 63 void (*OnRemoteDied)(struct HdfDeathRecipient *, struct HdfRemoteService *); member
|
/drivers/peripheral/location/agnss/hdi_service/ |
D | agnss_interface_impl.h | 55 void OnRemoteDied(const wptr<IRemoteObject>& remote) override in OnRemoteDied() function
|
/drivers/hdf_core/adapter/uhdf2/ipc/include/ |
D | hdf_remote_adapter.h | 45 void OnRemoteDied(const OHOS::wptr<OHOS::IRemoteObject> &object) override;
|
/drivers/external_device_manager/interfaces/innerkits/ |
D | driver_ext_mgr_client.h | 45 void OnRemoteDied(const wptr<IRemoteObject> &remote);
|
/drivers/peripheral/power/interfaces/hdi_service/src/ |
D | power_interface_impl.h | 57 void OnRemoteDied(const wptr<IRemoteObject> &object) override;
|
/drivers/peripheral/location/gnss/hdi_service/ |
D | gnss_interface_impl.h | 68 void OnRemoteDied(const wptr<IRemoteObject>& remote) override in OnRemoteDied() function
|
/drivers/peripheral/battery/interfaces/hdi_service/include/ |
D | battery_interface_impl.h | 58 virtual void OnRemoteDied(const wptr<IRemoteObject>& object) override;
|
/drivers/peripheral/display/hdi_service/gralloc/client/ |
D | display_gralloc_client.cpp | 28 void OnRemoteDied(const wptr<IRemoteObject> &object) override in OnRemoteDied() function in OHOS::HDI::Display::V1_0::GrallocDeathRecipient
|
/drivers/external_device_manager/frameworks/native/ |
D | driver_ext_mgr_client.cpp | 88 void DriverExtMgrClient::DriverExtMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied() function in OHOS::ExternalDeviceManager::DriverExtMgrClient::DriverExtMgrDeathRecipient
|
/drivers/external_device_manager/services/native/driver_extension_manager/include/device_manager/ |
D | device.h | 132 void OnRemoteDied(const wptr<IRemoteObject> &remote);
|
/drivers/hdf_core/adapter/uhdf2/manager/src/ |
D | devhost_service_proxy.c | 112 inst->recipient.OnRemoteDied = DevHostServiceProxyOnRemoteDied; in DevHostServiceProxyConstruct()
|
/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/usb/ |
D | usb_bus_extension.cpp | 159 void UsbBusExtension::UsbdDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied() function in OHOS::ExternalDeviceManager::UsbBusExtension::UsbdDeathRecipient
|
/drivers/hdf_core/adapter/uhdf2/ipc/src/ |
D | hdf_remote_adapter.cpp | 81 void HdfDeathNotifier::OnRemoteDied(const OHOS::wptr<OHOS::IRemoteObject> &object) /* who = 0 */ in OnRemoteDied() function in HdfDeathNotifier 84 recipient_->OnRemoteDied(recipient_, service_); in OnRemoteDied()
|
/drivers/peripheral/codec/hal/src/ |
D | codec_component_manager_service.c | 38 .OnRemoteDied = OnRemoteServiceDied,
|
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/ |
D | devhost_test.cpp | 125 proxy->recipient.OnRemoteDied(&recipient, nullptr); 126 proxy->recipient.OnRemoteDied(nullptr, nullptr);
|