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/common/
H A Dusbd_function_test.cpp97 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_ACM); in HWTEST_F()
118 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_ACM); in HWTEST_F()
161 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_ECM; in HWTEST_F()
190 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_HDC; in HWTEST_F()
/test/xts/hats/hdf/usb/usbdBenchmarkTest/include/
H A DHdfUsbdBenchmarkFunctionTest.h34 #define USB_FUNCTION_ACM (1 << 0) macro
/test/xts/hats/hdf/usb/functionTest_additional/include/
H A Dusbd_function_test.h33 #define USB_FUNCTION_ACM (1 << 0) macro
/test/xts/hats/hdf/usb/functionTest/include/
H A Dusbd_function_test.h33 #define USB_FUNCTION_ACM (1 << 0) macro
/test/xts/hats/hdf/usb/functionTest_additional/common/
H A Dusbd_function_test.cpp74 * USB_FUNCTION_NONE,USB_FUNCTION_ACM.
80 ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_ACM); in HWTEST_F()
158 * Set USB_FUNCTION_ACM Check if the Get is correct.
163 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_ACM); in HWTEST_F()
167 ASSERT_EQ(USB_FUNCTION_ACM, funcs); in HWTEST_F()
/test/xts/hats/hdf/usb/usbdBenchmarkTest/common/
H A DHdfUsbdBenchmarkFunctionTest.cpp93 int32_t funcs = USB_FUNCTION_ACM; in BENCHMARK_F()

Completed in 6 milliseconds