Searched refs:USB_POWER_ROLE_INVALID (Results 1 – 2 of 2) sorted by relevance
/test/xts/hats/hdf/usb/functionTest/common/ |
D | usbd_function_test.cpp | 28 constexpr int32_t USB_POWER_ROLE_INVALID = 4; variable 424 … auto ret = g_usbInterface->SetPortRole(DEFAULT_PORT_ID, USB_POWER_ROLE_INVALID, DATA_ROLE_DEVICE); 454 auto ret = g_usbInterface->SetPortRole(DEFAULT_PORT_ID, USB_POWER_ROLE_INVALID, DATA_ROLE_HOST); 484 …auto ret = g_usbInterface->SetPortRole(DEFAULT_PORT_ID, USB_POWER_ROLE_INVALID, USB_DATA_ROLE_INVA… 499 …auto ret = g_usbInterface->SetPortRole(USB_PORT_ID_INVALID, USB_POWER_ROLE_INVALID, USB_DATA_ROLE_…
|
/test/xts/hats/hdf/usb/functionTest_additional/common/ |
D | usbd_function_test.cpp | 27 constexpr int32_t USB_POWER_ROLE_INVALID = 4; variable 425 auto ret = g_usbInterface->SetPortRole(DEFAULT_PORT_ID, USB_POWER_ROLE_INVALID, DATA_ROLE_NONE); 490 …auto ret = g_usbInterface->SetPortRole(USB_PORT_ID_INVALID, USB_POWER_ROLE_INVALID, DATA_ROLE_NONE… 502 …auto ret = g_usbInterface->SetPortRole(USB_PORT_ID_INVALID, USB_POWER_ROLE_INVALID, DATA_ROLE_HOST… 515 …auto ret = g_usbInterface->SetPortRole(USB_PORT_ID_INVALID, USB_POWER_ROLE_INVALID, DATA_ROLE_DEVI…
|