Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/test/native/mock/src/
H A Dusb_device_pipe_mock_test.cpp197 EXPECT_CALL(*mockUsbImpl_, ControlTransferRead(testing::_, testing::_, testing::_))
217 EXPECT_CALL(*mockUsbImpl_, ControlTransferRead(testing::_, testing::_, testing::_))
255 EXPECT_CALL(*mockUsbImpl_, ControlTransferRead(testing::_, testing::_, testing::_))
276 EXPECT_CALL(*mockUsbImpl_, ControlTransferRead(testing::_, testing::_, testing::_))
314 EXPECT_CALL(*mockUsbImpl_, ControlTransferRead(testing::_, testing::_, testing::_))
335 EXPECT_CALL(*mockUsbImpl_, ControlTransferRead(testing::_, testing::_, testing::_))
371 EXPECT_CALL(*mockUsbImpl_, ControlTransferRead(testing::_, testing::_, testing::_))
391 EXPECT_CALL(*mockUsbImpl_, ControlTransferRead(testing::_, testing::_, testing::_))
429 EXPECT_CALL(*mockUsbImpl_, ControlTransferRead(testing::_, testing::_, testing::_))
450 EXPECT_CALL(*mockUsbImpl_, ControlTransferRead(testing::_, testing::_, testing::_))
[all …]
/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/
H A Dusbd_transfer_auto_test.cpp154 auto ret = g_usbInterface->ControlTransferRead(dev, ctrlParmas, bufferData);
170 auto ret = g_usbInterface->ControlTransferRead(dev, ctrlParmas, bufferData);
187 auto ret = g_usbInterface->ControlTransferRead(dev, ctrlParmas, bufferData);
204 auto ret = g_usbInterface->ControlTransferRead(dev, ctrlParmas, bufferData);
221 auto ret = g_usbInterface->ControlTransferRead(dev, ctrlParmas, bufferData);
238 auto ret = g_usbInterface->ControlTransferRead(dev, ctrlParmas, bufferData);
256 auto ret = g_usbInterface->ControlTransferRead(dev, ctrlParmas, bufferData);
274 auto ret = g_usbInterface->ControlTransferRead(dev, ctrlParmas, bufferData);
292 auto ret = g_usbInterface->ControlTransferRead(dev, ctrlParmas, bufferData);
308 auto ret = g_usbInterface->ControlTransferRead(dev, ctrlParmas, bufferData);
[all …]
/ohos5.0/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbd_transfer_test.cpp156 auto ret = g_usbInterface->ControlTransferRead(dev, ctrlparmas, bufferData);
173 auto ret = g_usbInterface->ControlTransferRead(dev, ctrlparmas, bufferData);
190 auto ret = g_usbInterface->ControlTransferRead(dev, ctrlparmas, bufferData);
208 auto ret = g_usbInterface->ControlTransferRead(dev, ctrlparmas, bufferData);
226 auto ret = g_usbInterface->ControlTransferRead(dev, ctrlparmas, bufferData);
244 auto ret = g_usbInterface->ControlTransferRead(dev, ctrlparmas, bufferData);
263 auto ret = g_usbInterface->ControlTransferRead(dev, ctrlparmas, bufferData);
282 auto ret = g_usbInterface->ControlTransferRead(dev, ctrlparmas, bufferData);
301 auto ret = g_usbInterface->ControlTransferRead(dev, ctrlparmas, bufferData);
318 auto ret = g_usbInterface->ControlTransferRead(dev, ctrlparmas, bufferData);
[all …]
/ohos5.0/drivers/peripheral/usb/test/fuzztest/usbcontroltransferread_fuzzer/
H A Dusbcontroltransferread_fuzzer.cpp46 ret = usbInterface->ControlTransferRead( in UsbControlTransferReadFuzzTest()
/ohos5.0/drivers/peripheral/usb/test/benchmarktest/
H A Dusb_benchmark_transfer_test.cpp149 BENCHMARK_F(HdfUsbdBenchmarkTransferTest, ControlTransferRead)(benchmark::State& state) in BENCHMARK_F() argument
159 ret = g_usbInterface->ControlTransferRead(g_dev, ctrlparmas, bufferData); in BENCHMARK_F()
165 BENCHMARK_REGISTER_F(HdfUsbdBenchmarkTransferTest, ControlTransferRead)->
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/usb/
H A Dinterface_i_usb_interface_v10.md37 | [ControlTransferRead](#controltransferread) ([in] struct [UsbDev](_usb_dev_v10.md) dev, [in] stru…
267 ### ControlTransferRead()
270 IUsbInterface::ControlTransferRead ([in] struct UsbDev dev, [in] struct UsbCtrlTransfer ctrl, [out]…
/ohos5.0/base/usb/usb_manager/test/native/mock/include/
H A Dusb_impl_mock.h76ControlTransferRead, int32_t(const UsbDev &dev, const UsbCtrlTransfer &ctrl, std::vector<uint8_t> …
/ohos5.0/drivers/external_device_manager/test/unittest/bus_extension_usb_test/include/
H A Dusb_impl_mock.h74ControlTransferRead, int32_t(const UsbDev &dev, const UsbCtrlTransfer &ctrl, std::vector<uint8_t> …
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusb_impl.h66 …int32_t ControlTransferRead(const UsbDev &dev, const UsbCtrlTransfer &ctrl, std::vector<uint8_t> &…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_v1_0/cpp_target/usb/v1_0/
H A Dusb_interface_service.h.txt64 int32_t ControlTransferRead(const OHOS::HDI::Usb::V1_0::UsbDev& dev,
H A Dusb_interface_service.cpp.txt111 int32_t UsbInterfaceService::ControlTransferRead(const OHOS::HDI::Usb::V1_0::UsbDev& dev,
H A Diusb_interface.h.txt138 virtual int32_t ControlTransferRead(const OHOS::HDI::Usb::V1_0::UsbDev& dev,
H A Dusb_interface_proxy.h.txt104 int32_t ControlTransferRead(const OHOS::HDI::Usb::V1_0::UsbDev& dev,
H A Dusb_interface_proxy.cpp.txt250 int32_t OHOS::HDI::Usb::V1_0::UsbInterfaceProxy::ControlTransferRead(const OHOS::HDI::Usb::V1_0::Us…
H A Dusb_interface_stub.cpp.txt1023 int32_t usbInterfaceRet = impl->ControlTransferRead(dev, ctrl, data);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_v1_0/dump_ast_target/
H A Ddump.txt76 [mini, lite, full] ControlTransferRead(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_v1_0/foo/usb/v1_0/
H A DIUsbInterface.idl245ControlTransferRead([in] struct UsbDev dev, [in] struct UsbCtrlTransfer ctrl, [out] unsigned char[…
/ohos5.0/drivers/interface/usb/v1_0/
H A DIUsbInterface.idl251ControlTransferRead([in] struct UsbDev dev, [in] struct UsbCtrlTransfer ctrl, [out] unsigned char[…
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp1612 int32_t UsbImpl::ControlTransferRead(const UsbDev &dev, const UsbCtrlTransfer &ctrl, std::vector<ui… in ControlTransferRead() function in OHOS::HDI::Usb::V1_1::UsbImpl
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp714 ret = usbd_->ControlTransferRead(dev, ctrl, bufferData); in ControlTransfer()