Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/test/moduletest/common/liteos/
H A Dusb_host_serial_func_test.cpp39 UsbHostDdkTestInit(const_cast<char*>(apiType)); in SetUpTestCase()
45 UsbHostDdkTestInit(const_cast<char*>(apiType)); in TearDownTestCase()
524 UsbHostDdkTestInit(const_cast<char*>(ecmApiType));
531 status = UsbHostDdkTestInit(const_cast<char*>(acmApiType));
550 UsbHostDdkTestInit(const_cast<char*>(ecmApiType));
556 status = UsbHostDdkTestInit(const_cast<char*>(acmApiType));
576 UsbHostDdkTestInit(const_cast<char*>(ecmApiType));
582 status = UsbHostDdkTestInit(const_cast<char*>(acmApiType));
601 UsbHostDdkTestInit(const_cast<char*>(ecmApiType));
627 UsbHostDdkTestInit(const_cast<char*>(acmApiType));
[all …]
H A Dusb_host_serial_loopback.cpp37 UsbHostDdkTestInit(const_cast<char*>(apiType)); in SetUpTestCase()
H A Dusb_host_raw_api_func_test.cpp38 UsbHostDdkTestInit(const_cast<char*>(apiType)); in SetUpTestCase()
/ohos5.0/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_ddk_test.h64 int32_t UsbHostDdkTestInit(const char *apiType);
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_test.c346 status = UsbHostDdkTestInit(apiType); in main()
H A Dusbhost_ddk_test.c77 int32_t UsbHostDdkTestInit(const char *apiType) in UsbHostDdkTestInit() function