Home
last modified time | relevance | path

Searched refs:ControlTransferWrite (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbd_transfer_test.cpp535 auto ret = g_usbInterface->ControlTransferWrite(dev, ctrlparmas, bufferData);
556 auto ret = g_usbInterface->ControlTransferWrite(dev, ctrlparmas, bufferData);
577 auto ret = g_usbInterface->ControlTransferWrite(dev, ctrlparmas, bufferData);
598 auto ret = g_usbInterface->ControlTransferWrite(dev, ctrlparmas, bufferData);
619 auto ret = g_usbInterface->ControlTransferWrite(dev, ctrlparmas, bufferData);
640 auto ret = g_usbInterface->ControlTransferWrite(dev, ctrlparmas, bufferData);
661 auto ret = g_usbInterface->ControlTransferWrite(dev, ctrlparmas, bufferData);
682 auto ret = g_usbInterface->ControlTransferWrite(dev, ctrlparmas, bufferData);
703 auto ret = g_usbInterface->ControlTransferWrite(dev, ctrlparmas, bufferData);
724 auto ret = g_usbInterface->ControlTransferWrite(dev, ctrlparmas, bufferData);
[all …]
/ohos5.0/drivers/peripheral/usb/test/fuzztest/usbcontroltransferwrite_fuzzer/
H A Dusbcontroltransferwrite_fuzzer.cpp46 ret = usbInterface->ControlTransferWrite( in UsbControlTransferWriteFuzzTest()
/ohos5.0/drivers/peripheral/usb/test/benchmarktest/
H A Dusb_benchmark_transfer_test.cpp176 BENCHMARK_F(HdfUsbdBenchmarkTransferTest, ControlTransferWrite)(benchmark::State& state) in BENCHMARK_F() argument
190 ret = g_usbInterface->ControlTransferWrite(g_dev, ctrlparmas, bufferData); in BENCHMARK_F()
195 BENCHMARK_REGISTER_F(HdfUsbdBenchmarkTransferTest, ControlTransferWrite)->
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/usb/
H A Dinterface_i_usb_interface_v10.md38 | [ControlTransferWrite](#controltransferwrite) ([in] struct [UsbDev](_usb_dev_v10.md) dev, [in] st…
293 ### ControlTransferWrite()
296 IUsbInterface::ControlTransferWrite ([in] struct UsbDev dev, [in] struct UsbCtrlTransfer ctrl, [in]…
/ohos5.0/base/usb/usb_manager/test/native/mock/src/
H A Dusb_device_pipe_mock_test.cpp588 …EXPECT_CALL(*mockUsbImpl_, ControlTransferWrite(testing::_, testing::_, testing::_)).WillRepeatedl…
606 EXPECT_CALL(*mockUsbImpl_, ControlTransferWrite(testing::_, testing::_, testing::_))
626 EXPECT_CALL(*mockUsbImpl_, ControlTransferWrite(testing::_, testing::_, testing::_))
647 …EXPECT_CALL(*mockUsbImpl_, ControlTransferWrite(testing::_, testing::_, testing::_)).WillRepeatedl…
664 EXPECT_CALL(*mockUsbImpl_, ControlTransferWrite(testing::_, testing::_, testing::_))
686 EXPECT_CALL(*mockUsbImpl_, ControlTransferWrite(testing::_, testing::_, testing::_))
/ohos5.0/base/usb/usb_manager/test/native/mock/include/
H A Dusb_impl_mock.h77 MOCK_METHOD3(ControlTransferWrite,
/ohos5.0/drivers/external_device_manager/test/unittest/bus_extension_usb_test/include/
H A Dusb_impl_mock.h75 MOCK_METHOD3(ControlTransferWrite,
/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/
H A Dusbd_transfer_auto_test.cpp511 auto ret = g_usbInterface->ControlTransferWrite(dev, ctrlParmas, bufferData);
528 auto ret = g_usbInterface->ControlTransferWrite(dev, ctrlParmas, bufferData);
545 auto ret = g_usbInterface->ControlTransferWrite(dev, ctrlParmas, bufferData);
562 auto ret = g_usbInterface->ControlTransferWrite(dev, ctrlParmas, bufferData);
579 auto ret = g_usbInterface->ControlTransferWrite(dev, ctrlParmas, bufferData);
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusb_impl.h67 int32_t ControlTransferWrite(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_v1_0/cpp_target/usb/v1_0/
H A Dusb_interface_service.h.txt67 int32_t ControlTransferWrite(const OHOS::HDI::Usb::V1_0::UsbDev& dev,
H A Dusb_interface_service.cpp.txt117 int32_t UsbInterfaceService::ControlTransferWrite(const OHOS::HDI::Usb::V1_0::UsbDev& dev,
H A Diusb_interface.h.txt141 virtual int32_t ControlTransferWrite(const OHOS::HDI::Usb::V1_0::UsbDev& dev,
H A Dusb_interface_proxy.h.txt107 int32_t ControlTransferWrite(const OHOS::HDI::Usb::V1_0::UsbDev& dev,
H A Dusb_interface_proxy.cpp.txt256 int32_t OHOS::HDI::Usb::V1_0::UsbInterfaceProxy::ControlTransferWrite(const OHOS::HDI::Usb::V1_0::U…
H A Dusb_interface_stub.cpp.txt1067 int32_t usbInterfaceRet = impl->ControlTransferWrite(dev, ctrl, data);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_v1_0/dump_ast_target/
H A Ddump.txt81 [mini, lite, full] ControlTransferWrite(
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp708 ret = usbd_->ControlTransferWrite(dev, ctrl, bufferData); in ControlTransfer()
738 ret = usbd_->ControlTransferWrite(dev, ctrl, bufferData); in UsbControlTransfer()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_v1_0/foo/usb/v1_0/
H A DIUsbInterface.idl260ControlTransferWrite([in] struct UsbDev dev, [in] struct UsbCtrlTransfer ctrl, [in] unsigned char[…
/ohos5.0/drivers/interface/usb/v1_0/
H A DIUsbInterface.idl266ControlTransferWrite([in] struct UsbDev dev, [in] struct UsbCtrlTransfer ctrl, [in] unsigned char[…
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp1654 int32_t UsbImpl::ControlTransferWrite(const UsbDev &dev, const UsbCtrlTransfer &ctrl, const std::ve… in ControlTransferWrite() function in OHOS::HDI::Usb::V1_1::UsbImpl