Home
last modified time | relevance | path

Searched refs:SendPipeRequest (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/drivers/external_device_manager/test/unittest/bus_extension_usb_test/include/
H A Dusb_ddk_service_mock.h42 …MOCK_METHOD5(SendPipeRequest, int32_t(const UsbRequestPipe &pipe, uint32_t size, uint32_t offset, …
/ohos5.0/drivers/peripheral/usb/ddk_service/include/
H A Dusb_ddk_service.h53 …int32_t SendPipeRequest(const UsbRequestPipe &pipe, uint32_t size, uint32_t offset, uint32_t lengt…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_ddk_v1_0/cpp_target/usb/ddk/v1_0/
H A Dusb_ddk_service.h.txt53 …int32_t SendPipeRequest(const OHOS::HDI::Usb::Ddk::V1_0::UsbRequestPipe& pipe, uint32_t size, uint…
H A Dusb_ddk_service.cpp.txt83 int32_t UsbDdkService::SendPipeRequest(const OHOS::HDI::Usb::Ddk::V1_0::UsbRequestPipe& pipe, uint3…
H A Diusb_ddk.h.txt101 …virtual int32_t SendPipeRequest(const OHOS::HDI::Usb::Ddk::V1_0::UsbRequestPipe& pipe, uint32_t si…
H A Dusb_ddk_proxy.h.txt93 …int32_t SendPipeRequest(const OHOS::HDI::Usb::Ddk::V1_0::UsbRequestPipe& pipe, uint32_t size, uint…
H A Dusb_ddk_proxy.cpp.txt240 int32_t OHOS::HDI::Usb::Ddk::V1_0::UsbDdkProxy::SendPipeRequest(const OHOS::HDI::Usb::Ddk::V1_0::Us…
H A Dusb_ddk_stub.cpp.txt630 int32_t usbDdkRet = impl->SendPipeRequest(pipe, size, offset, length, transferedLength);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_ddk_v1_0/dump_ast_target/
H A Ddump.txt48 [mini, lite, full] SendPipeRequest(
/ohos5.0/drivers/external_device_manager/frameworks/ddk/usb/
H A Dusb_ddk_api.cpp216 return g_ddk->SendPipeRequest( in OH_Usb_SendPipeRequest()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_ddk_v1_0/foo/usb/ddk/v1_0/
H A DIUsbDdk.idl170SendPipeRequest([in] struct UsbRequestPipe pipe, [in] unsigned int size, [in] unsigned int offset,…
/ohos5.0/drivers/interface/usb/ddk/v1_0/
H A DIUsbDdk.idl170SendPipeRequest([in] struct UsbRequestPipe pipe, [in] unsigned int size, [in] unsigned int offset,…
/ohos5.0/drivers/peripheral/usb/ddk_service/src/
H A Dusb_ddk_service.cpp395 int32_t UsbDdkService::SendPipeRequest( in SendPipeRequest() function in OHOS::HDI::Usb::Ddk::V1_0::UsbDdkService