Home
last modified time | relevance | path

Searched refs:ctrlParams (Results 1 - 10 of 10) sorted by relevance

/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_device_pipe.cpp64 const HDI::Usb::V1_1::UsbCtrlTransferParams &ctrlParams, std::vector<uint8_t> &bufferData) in UsbControlTransfer()
66 return UsbSrvClient::GetInstance().UsbControlTransfer(*this, ctrlParams, bufferData); in UsbControlTransfer()
63 UsbControlTransfer( const HDI::Usb::V1_1::UsbCtrlTransferParams &ctrlParams, std::vector<uint8_t> &bufferData) UsbControlTransfer() argument
H A Dusb_srv_client.cpp326 int32_t UsbSrvClient::UsbControlTransfer(USBDevicePipe &pipe, const HDI::Usb::V1_1::UsbCtrlTransferParams &ctrlParams, in UsbControlTransfer() argument
331 int32_t ret = proxy_->UsbControlTransfer(dev, ctrlParams, bufferData); in UsbControlTransfer()
/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_device_pipe.h34 const HDI::Usb::V1_1::UsbCtrlTransferParams &ctrlParams, std::vector<uint8_t> &bufferData);
H A Dusb_srv_client.h67 int32_t UsbControlTransfer(USBDevicePipe &pipe, const HDI::Usb::V1_1::UsbCtrlTransferParams &ctrlParams,
H A Diusb_srv.h56 const HDI::Usb::V1_1::UsbCtrlTransferParams &ctrlParams, std::vector<uint8_t> &bufferData) = 0;
/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_proxy.cpp840 const UsbDev &dev, const UsbCtrlTransferParams &ctrlParams, std::vector<uint8_t> &bufferData) in UsbControlTransfer()
852 WRITE_PARCEL_WITH_RET(data, Int32, ctrlParams.requestType, UEC_SERVICE_WRITE_PARCEL_ERROR); in UsbControlTransfer()
853 WRITE_PARCEL_WITH_RET(data, Int32, ctrlParams.requestCmd, UEC_SERVICE_WRITE_PARCEL_ERROR); in UsbControlTransfer()
854 WRITE_PARCEL_WITH_RET(data, Int32, ctrlParams.value, UEC_SERVICE_WRITE_PARCEL_ERROR); in UsbControlTransfer()
855 WRITE_PARCEL_WITH_RET(data, Int32, ctrlParams.index, UEC_SERVICE_WRITE_PARCEL_ERROR); in UsbControlTransfer()
856 WRITE_PARCEL_WITH_RET(data, Int32, ctrlParams.length, UEC_SERVICE_WRITE_PARCEL_ERROR); in UsbControlTransfer()
857 WRITE_PARCEL_WITH_RET(data, Int32, ctrlParams.timeout, UEC_SERVICE_WRITE_PARCEL_ERROR); in UsbControlTransfer()
864 uint32_t reqType = static_cast<uint32_t>(ctrlParams.requestType); in UsbControlTransfer()
839 UsbControlTransfer( const UsbDev &dev, const UsbCtrlTransferParams &ctrlParams, std::vector<uint8_t> &bufferData) UsbControlTransfer() argument
/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp843 const UsbDev &dev, const UsbCtrlTransferParams &ctrlParams, std::vector<uint8_t> &bufferData) in UsbControlTransfer()
857 ctrlParams.requestType, ctrlParams.requestCmd, ctrlParams.value, ctrlParams.index, ctrlParams.timeout}; in UsbControlTransfer()
858 if (((uint32_t)ctrlParams.requestType & USB_ENDPOINT_DIR_MASK) == USB_ENDPOINT_DIR_OUT) { in UsbControlTransfer()
865 ret = usbd_->ControlTransferReadwithLength(dev, ctrlParams, bufferData); in UsbControlTransfer()
842 UsbControlTransfer( const UsbDev &dev, const UsbCtrlTransferParams &ctrlParams, std::vector<uint8_t> &bufferData) UsbControlTransfer() argument
/base/startup/init/test/unittest/param/
H A Dparam_unittest.cpp365 const char *ctrlParams[][2] = {{"ctl.start.111.2222.xxxx.xxx.xxx", "2_1"}, in HWTEST_F() local
370 test.TestSetParams(ctrlParams, 5); in HWTEST_F()
/base/usb/usb_manager/services/zidl/include/
H A Dusb_server_proxy.h64 const HDI::Usb::V1_1::UsbCtrlTransferParams &ctrlParams, std::vector<uint8_t> &bufferData) override;
/base/usb/usb_manager/services/native/include/
H A Dusb_service.h96 const HDI::Usb::V1_1::UsbCtrlTransferParams &ctrlParams, std::vector<uint8_t> &bufferData) override;

Completed in 12 milliseconds