Home
last modified time | relevance | path

Searched refs:UsbHostDdkTestAsyncRead (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_ddk_test.h65 int32_t UsbHostDdkTestAsyncRead(char *readSbuf);
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_test.c245 if (UsbHostDdkTestAsyncRead(NULL) != HDF_SUCCESS) { in TestCmdLoop()
H A Dusbhost_ddk_test.c177 int32_t UsbHostDdkTestAsyncRead(char * const readSbuf) in UsbHostDdkTestAsyncRead() function
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/liteos/
H A Dusb_host_raw_api_func_test.cpp199 UsbHostDdkTestAsyncRead(readBuf); in TestAsyncRead()
H A Dusb_host_serial_func_test.cpp203 UsbHostDdkTestAsyncRead(readBuf); in TestAsyncRead()