Home
last modified time | relevance | path

Searched refs:HOST_ACM_ASYNC_READ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_test.c102 *cmdType = HOST_ACM_ASYNC_READ; in TestParaseCommand()
244 case HOST_ACM_ASYNC_READ: in TestCmdLoop()
H A Dusbhost_ddk_test.c142 case HOST_ACM_ASYNC_READ: in TestModuleWriteLog()
203 TestModuleWriteLog(HOST_ACM_ASYNC_READ, tmp); in UsbHostDdkTestAsyncRead()
/ohos5.0/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_ddk_test.h46 HOST_ACM_ASYNC_READ, enumerator
/ohos5.0/drivers/peripheral/usb/serial/include/
H A Dusb_serial_rawapi.h54 HOST_ACM_ASYNC_READ, enumerator
H A Dusb_serial.h57 HOST_ACM_ASYNC_READ, enumerator
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/liteos/
H A Dusb_host_raw_api_func_test.cpp197 UsbHostDdkTestOpen(HOST_ACM_ASYNC_READ); in TestAsyncRead()
H A Dusb_host_serial_func_test.cpp201 UsbHostDdkTestOpen(HOST_ACM_ASYNC_READ); in TestAsyncRead()
/ohos5.0/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c638 int32_t cmdType = HOST_ACM_ASYNC_READ; in SerialOpen()
662 if (cmdType != HOST_ACM_ASYNC_READ) { in SerialOpen()
H A Dusb_serial.c881 int32_t cmdType = HOST_ACM_ASYNC_READ; in SerialOpen()
903 if (cmdType != HOST_ACM_ASYNC_READ) { in SerialOpen()