Home
last modified time | relevance | path

Searched refs:UsbSrvDeathRecipient (Results 1 - 2 of 2) sorted by relevance

/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_srv_client.h103 class UsbSrvDeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::USB::final
105 UsbSrvDeathRecipient() = default;
106 ~UsbSrvDeathRecipient() override = default;
110 DISALLOW_COPY_AND_MOVE(UsbSrvDeathRecipient);
/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_srv_client.cpp69 deathRecipient_ = new UsbSrvDeathRecipient(); in Connect()
99 void UsbSrvClient::UsbSrvDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
102 USB_HILOGE(MODULE_USB_INNERKIT, "UsbSrvDeathRecipient::OnRemoteDied failed, remote is nullptr."); in OnRemoteDied()
106 USB_HILOGI(MODULE_USB_INNERKIT, "UsbSrvDeathRecipient::Recv death notice."); in OnRemoteDied()

Completed in 3 milliseconds