Home
last modified time | relevance | path

Searched refs:tctrl (Results 1 - 4 of 4) sorted by relevance

/base/print/print_fwk/services/scan_service/src/
H A Dscan_usb_manager.cpp142 const HDI::Usb::V1_0::UsbCtrlTransfer tctrl = {requestType, request, value, index, timeOut}; in GetDeviceSerialNumber() local
144 int32_t ret = UsbSrvClient.ControlTransfer(usbDevicePipe, tctrl, bufferData); in GetDeviceSerialNumber()
/base/print/print_fwk/services/print_service/src/
H A Dprint_usb_manager.cpp146 const HDI::Usb::V1_0::UsbCtrlTransfer tctrl = {requestType, request, value, index, timeOut}; in QueryPrinterInfoFromStringDescriptor() local
150 ret = UsbSrvClient::GetInstance().ControlTransfer(usbDevicePipe, tctrl, bufferData); in QueryPrinterInfoFromStringDescriptor()
/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp1128 const UsbCtrlTransfer tctrl = {
1132 ret = asyncContext->pipe.ControlTransfer(tctrl, bufferData);
1285 const UsbCtrlTransferParams tctrl = {asyncContext->reqType, asyncContext->request,
1289 ret = asyncContext->pipe.UsbControlTransfer(tctrl, bufferData);
/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_stub.cpp613 const UsbCtrlTransfer tctrl = {requestType, request, value, index, timeOut}; in DoControlTransfer() local
614 ret = ControlTransfer(tmpDev, tctrl, bufferData); in DoControlTransfer()

Completed in 9 milliseconds