Home
last modified time | relevance | path

Searched refs:BulkTransferReadwithLength (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/usb/
H A Dinterface_i_usb_interface_v11.md25 | [BulkTransferReadwithLength](#bulktransferreadwithlength) ([in] struct UsbDev dev, [in] struct Us…
34 ### BulkTransferReadwithLength()
37 IUsbInterface::BulkTransferReadwithLength ([in] struct UsbDev dev, [in] struct UsbPipe pipe, [in] i…
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Diusb_srv.h49 …virtual int32_t BulkTransferReadwithLength(const HDI::Usb::V1_0::UsbDev &dev, const HDI::Usb::V1_0…
/ohos5.0/base/usb/usb_manager/services/zidl/include/
H A Dusb_server_proxy.h53 …int32_t BulkTransferReadwithLength(const HDI::Usb::V1_0::UsbDev &dev, const HDI::Usb::V1_0::UsbPip…
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusb_impl.h62 int32_t BulkTransferReadwithLength(const UsbDev &dev,
/ohos5.0/drivers/interface/usb/v1_1/
H A DIUsbInterface.idl107BulkTransferReadwithLength([in] struct UsbDev dev, [in] struct UsbPipe pipe, [in] int timeout, [in…
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_service.h87 …int32_t BulkTransferReadwithLength(const HDI::Usb::V1_0::UsbDev &dev, const HDI::Usb::V1_0::UsbPip…
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_srv_client.cpp268 ret = proxy_->BulkTransferReadwithLength(tdev, tpipe, length, bufferData, timeOut); in BulkTransfer()
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp659 int32_t UsbService::BulkTransferReadwithLength(const UsbDev &devInfo, const UsbPipe &pipe, in BulkTransferReadwithLength() function in OHOS::USB::UsbService
670 int32_t ret = usbd_->BulkTransferReadwithLength(devInfo, pipe, timeOut, length, bufferData); in BulkTransferReadwithLength()
/ohos5.0/drivers/interface/usb/v1_0/
H A DIUsbInterface.idl218 * @useinstead ohos.hdi.usb.v1_1.IUsbInterface.BulkTransferReadwithLength
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_stub.cpp510 int32_t ret = BulkTransferReadwithLength(tmpDev, tmpPipe, length, bufferData, timeOut); in DoBulkTransferReadwithLength()
H A Dusb_srv_proxy.cpp699 int32_t UsbServerProxy::BulkTransferReadwithLength(const UsbDev &dev, const UsbPipe &pipe, in BulkTransferReadwithLength() function in OHOS::USB::UsbServerProxy
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp1538 int32_t UsbImpl::BulkTransferReadwithLength(const UsbDev &dev, in BulkTransferReadwithLength() function in OHOS::HDI::Usb::V1_1::UsbImpl