Searched refs:USB_DATA_ROLE_INVALID (Results 1 - 2 of 2) sorted by relevance
/test/xts/hats/hdf/usb/functionTest/common/ |
H A D | usbd_function_test.cpp | 29 constexpr int32_t USB_DATA_ROLE_INVALID = 5; variable 444 auto ret = g_usbInterface->SetPortRole(DEFAULT_PORT_ID, POWER_ROLE_SOURCE, USB_DATA_ROLE_INVALID); in HWTEST_F() 474 auto ret = g_usbInterface->SetPortRole(USB_PORT_ID_INVALID, POWER_ROLE_SOURCE, USB_DATA_ROLE_INVALID); in HWTEST_F() 489 auto ret = g_usbInterface->SetPortRole(DEFAULT_PORT_ID, USB_POWER_ROLE_INVALID, USB_DATA_ROLE_INVALID); in HWTEST_F() 504 auto ret = g_usbInterface->SetPortRole(USB_PORT_ID_INVALID, USB_POWER_ROLE_INVALID, USB_DATA_ROLE_INVALID); in HWTEST_F()
|
/test/xts/hats/hdf/usb/functionTest_additional/common/ |
H A D | usbd_function_test.cpp | 28 constexpr int32_t USB_DATA_ROLE_INVALID = 5; variable 296 * POWER_ROLE_SINK, USB_DATA_ROLE_INVALID). 300 auto ret = g_usbInterface->SetPortRole(DEFAULT_PORT_ID, POWER_ROLE_SINK, USB_DATA_ROLE_INVALID); in HWTEST_F() 308 * POWER_ROLE_NONE, USB_DATA_ROLE_INVALID). 312 auto ret = g_usbInterface->SetPortRole(DEFAULT_PORT_ID, POWER_ROLE_NONE, USB_DATA_ROLE_INVALID); in HWTEST_F() 321 * (USB_PORT_ID_INVALID, POWER_ROLE_SINK, USB_DATA_ROLE_INVALID). 325 auto ret = g_usbInterface->SetPortRole(USB_PORT_ID_INVALID, POWER_ROLE_SINK, USB_DATA_ROLE_INVALID); in HWTEST_F() 334 * (USB_PORT_ID_INVALID, POWER_ROLE_NONE, USB_DATA_ROLE_INVALID). 338 auto ret = g_usbInterface->SetPortRole(USB_PORT_ID_INVALID, POWER_ROLE_NONE, USB_DATA_ROLE_INVALID); in HWTEST_F()
|
Completed in 2 milliseconds