Home
last modified time | relevance | path

Searched refs:BulkTransferReadwithLength (Results 1 - 7 of 7) sorted by relevance

/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Diusb_srv.h51 virtual int32_t BulkTransferReadwithLength(const HDI::Usb::V1_0::UsbDev &dev, const HDI::Usb::V1_0::UsbPipe &pipe,
/base/usb/usb_manager/services/zidl/include/
H A Dusb_server_proxy.h56 int32_t BulkTransferReadwithLength(const HDI::Usb::V1_0::UsbDev &dev, const HDI::Usb::V1_0::UsbPipe &pipe,
/base/usb/usb_manager/services/native/include/
H A Dusb_service.h89 int32_t BulkTransferReadwithLength(const HDI::Usb::V1_0::UsbDev &dev, const HDI::Usb::V1_0::UsbPipe &pipe,
/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_srv_client.cpp303 ret = proxy_->BulkTransferReadwithLength(tdev, tpipe, length, bufferData, timeOut); in BulkTransfer()
/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp774 int32_t UsbService::BulkTransferReadwithLength(const UsbDev &devInfo, const UsbPipe &pipe, in BulkTransferReadwithLength() function in OHOS::USB::UsbService
785 int32_t ret = usbd_->BulkTransferReadwithLength(devInfo, pipe, timeOut, length, bufferData); in BulkTransferReadwithLength()
/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_proxy.cpp732 int32_t UsbServerProxy::BulkTransferReadwithLength(const UsbDev &dev, const UsbPipe &pipe, in BulkTransferReadwithLength() function in OHOS::USB::UsbServerProxy
H A Dusb_srv_stub.cpp542 int32_t ret = BulkTransferReadwithLength(tmpDev, tmpPipe, length, bufferData, timeOut); in DoBulkTransferReadwithLength()

Completed in 13 milliseconds