Searched refs:UsbDevSubscriber (Results 1 – 5 of 5) sorted by relevance
66 void UsbDevSubscriber::Init(shared_ptr<IDevChangeCallback> callback, sptr<IUsbInterface> iusb, sptr… in Init()73 int32_t UsbDevSubscriber::GetInterfaceDescriptor(const UsbDev &usbDev, in GetInterfaceDescriptor()119 int32_t UsbDevSubscriber::OnDeviceConnect(const UsbDev &usbDev) in OnDeviceConnect()168 int32_t UsbDevSubscriber::OnDeviceDisconnect(const UsbDev &usbDev) in OnDeviceDisconnect()184 int32_t UsbDevSubscriber::DeviceEvent(const USBDeviceInfo &usbDevInfo) in DeviceEvent()200 int32_t UsbDevSubscriber::PortChangedEvent(const PortInfo &usbDevInfo) in PortChangedEvent()205 string UsbDevSubscriber::ToString(void) in ToString()
91 this->subScriber_ = new UsbDevSubscriber(); in SetDevChangeCallback()
42 friend class UsbDevSubscriber; variable
29 class UsbDevSubscriber : public IUsbdSubscriber {
49 sptr<UsbDevSubscriber> subScriber_ = nullptr;