Home
last modified time | relevance | path

Searched refs:USB_FUNCTION_ECM (Results 1 - 4 of 4) sorted by relevance

/test/xts/hats/hdf/usb/functionTest_additional/include/
H A Dusbd_function_test.h34 #define USB_FUNCTION_ECM (1 << 1) macro
/test/xts/hats/hdf/usb/functionTest/include/
H A Dusbd_function_test.h34 #define USB_FUNCTION_ECM (1 << 1) macro
/test/xts/hats/hdf/usb/functionTest/common/
H A Dusbd_function_test.cpp147 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_ECM); in HWTEST_F()
161 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_ECM; in HWTEST_F()
205 int32_t funcs = USB_FUNCTION_ECM | USB_FUNCTION_HDC; in HWTEST_F()
/test/xts/hats/hdf/usb/functionTest_additional/common/
H A Dusbd_function_test.cpp88 * USB_FUNCTION_NONE,USB_FUNCTION_ECM.
94 ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_ECM); in HWTEST_F()
174 * Set USB_FUNCTION_ECM Check if the Get is correct.
179 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_ECM); in HWTEST_F()
183 ASSERT_EQ(USB_FUNCTION_ECM, funcs); in HWTEST_F()

Completed in 5 milliseconds