Home
last modified time | relevance | path

Searched refs:UsbHostDdkTestSyncRead (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/usb/test/moduletest/common/liteos/
H A Dusb_host_raw_api_func_test.cpp67 UsbHostDdkTestSyncRead(readBuf);
89 UsbHostDdkTestSyncRead(readBuf);
118 UsbHostDdkTestSyncRead(readBuf);
148 UsbHostDdkTestSyncRead(readBuf);
183 UsbHostDdkTestSyncRead(readBuf);
H A Dusb_host_serial_func_test.cpp70 UsbHostDdkTestSyncRead(readBuf);
92 UsbHostDdkTestSyncRead(readBuf);
121 UsbHostDdkTestSyncRead(readBuf);
151 UsbHostDdkTestSyncRead(readBuf);
186 UsbHostDdkTestSyncRead(readBuf);
H A Dusb_host_serial_loopback.cpp51 UsbHostDdkTestSyncRead(data);
/ohos5.0/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_ddk_test.h67 void UsbHostDdkTestSyncRead(char *readSbuf);
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_test.c239 UsbHostDdkTestSyncRead(NULL); in TestCmdLoop()
H A Dusbhost_ddk_test.c240 void UsbHostDdkTestSyncRead(char *readSbuf) in UsbHostDdkTestSyncRead() function