Home
last modified time | relevance | path

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

/test/xts/hats/hdf/usb/functionTest_additional/common/
Dusbd_function_test.cpp73 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_MTP;
86 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_PTP;
99 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_RNDIS;
112 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_STORAGE;
218 ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_ACM);
301 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_ACM);
305 ASSERT_EQ(USB_FUNCTION_ACM, funcs);
/test/xts/hats/hdf/usb/usbdBenchmarkTest/include/
DHdfUsbdBenchmarkFunctionTest.h34 #define USB_FUNCTION_ACM (1 << 0) macro
/test/xts/hats/hdf/usb/functionTest/include/
Dusbd_function_test.h33 #define USB_FUNCTION_ACM (1 << 0) macro
/test/xts/hats/hdf/usb/functionTest_additional/include/
Dusbd_function_test.h33 #define USB_FUNCTION_ACM (1 << 0) macro
/test/xts/hats/hdf/usb/functionTest/common/
Dusbd_function_test.cpp92 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_ACM);
113 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_ACM);
156 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_ECM;
185 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_HDC;
/test/xts/hats/hdf/usb/usbdBenchmarkTest/common/
DHdfUsbdBenchmarkFunctionTest.cpp93 int32_t funcs = USB_FUNCTION_ACM; in BENCHMARK_F()