Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/test/moduletest/common/liteos/
H A Dusb_host_raw_api_func_test.cpp45 UsbHostDdkTestAsyncWrite(writeBuf); in TearDownTestCase()
86 UsbHostDdkTestAsyncWrite(writeBuf);
145 UsbHostDdkTestAsyncWrite(const_cast<char *>(data[i]));
222 UsbHostDdkTestAsyncWrite(writeBuf);
269 UsbHostDdkTestAsyncWrite(const_cast<char *>(data[i]));
330 UsbHostDdkTestAsyncWrite(writeBuf);
H A Dusb_host_serial_func_test.cpp48 UsbHostDdkTestAsyncWrite(writeBuf); in TearDownTestCase()
89 UsbHostDdkTestAsyncWrite(writeBuf);
148 UsbHostDdkTestAsyncWrite(const_cast<char *>(data[i]));
226 UsbHostDdkTestAsyncWrite(writeBuf);
273 UsbHostDdkTestAsyncWrite(const_cast<char *>(data[i]));
334 UsbHostDdkTestAsyncWrite(writeBuf);
/ohos5.0/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_ddk_test.h66 void UsbHostDdkTestAsyncWrite(const char *buf);
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_test.c261 UsbHostDdkTestAsyncWrite(param); in TestCmdLoop()
H A Dusbhost_ddk_test.c209 void UsbHostDdkTestAsyncWrite(const char *buf) in UsbHostDdkTestAsyncWrite() function