Home
last modified time | relevance | path

Searched refs:UsbHostDdkTestAddInterface (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_ddk_test.h75 void UsbHostDdkTestAddInterface(uint32_t value);
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/liteos/
H A Dusb_host_serial_func_test.cpp552 UsbHostDdkTestAddInterface(acmInterface);
603 UsbHostDdkTestAddInterface(acmInterface);
654 UsbHostDdkTestAddInterface(ecmInterface);
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_test.c215 UsbHostDdkTestAddInterface((uint32_t)(strtoul(param, NULL, STRTOL_BASE))); in TestCmdLoopOther()
H A Dusbhost_ddk_test.c548 void UsbHostDdkTestAddInterface(uint32_t value) in UsbHostDdkTestAddInterface() function