Searched refs:DATA_ROLE_DEVICE (Results 1 - 10 of 10) sorted by relevance
/test/xts/hats/hdf/usb/functionTest_additional/common/ |
H A D | usbd_function_test.cpp | 49 auto ret = g_usbInterface->SetPortRole(DEFAULT_PORT_ID, POWER_ROLE_SINK, DATA_ROLE_DEVICE); in SetUpTestCase() 270 * (USB_PORT_ID_INVALID, POWER_ROLE_SINK, DATA_ROLE_DEVICE). 274 auto ret = g_usbInterface->SetPortRole(USB_PORT_ID_INVALID, POWER_ROLE_SINK, DATA_ROLE_DEVICE); in HWTEST_F() 372 * (USB_PORT_ID_INVALID, USB_POWER_ROLE_INVALID, DATA_ROLE_DEVICE). 376 auto ret = g_usbInterface->SetPortRole(USB_PORT_ID_INVALID, USB_POWER_ROLE_INVALID, DATA_ROLE_DEVICE); in HWTEST_F() 392 auto ret = g_usbInterface->SetPortRole(DEFAULT_PORT_ID, POWER_ROLE_SINK, DATA_ROLE_DEVICE); in HWTEST_F() 411 auto ret = g_usbInterface->SetPortRole(DEFAULT_PORT_ID, POWER_ROLE_SINK, DATA_ROLE_DEVICE); in HWTEST_F() 422 * @tc.desc: Queries the current settings of a port.To see if dataRole is equal to DATA_ROLE_DEVICE. 430 auto ret = g_usbInterface->SetPortRole(DEFAULT_PORT_ID, POWER_ROLE_SINK, DATA_ROLE_DEVICE); in HWTEST_F() 435 ASSERT_EQ(DATA_ROLE_DEVICE, dataRol in HWTEST_F() [all...] |
/test/xts/hats/hdf/usb/mtpTest_additional/include/ |
H A D | usbfn_mtp_test.h | 23 #define DATA_ROLE_DEVICE 2 macro
|
/test/xts/hats/hdf/usb/mtpTest/include/ |
H A D | usbfn_mtp_test.h | 23 #define DATA_ROLE_DEVICE 2 macro
|
/test/xts/hats/hdf/usb/usbdBenchmarkTest/include/ |
H A D | HdfUsbdBenchmarkFunctionTest.h | 27 #define DATA_ROLE_DEVICE 2 macro
|
/test/xts/hats/hdf/usb/functionTest_additional/include/ |
H A D | usbd_function_test.h | 28 #define DATA_ROLE_DEVICE 2 macro
|
/test/xts/hats/hdf/usb/functionTest/include/ |
H A D | usbd_function_test.h | 28 #define DATA_ROLE_DEVICE 2 macro
|
/test/xts/hats/hdf/usb/functionTest/common/ |
H A D | usbd_function_test.cpp | 52 auto ret = g_usbInterface->SetPortRole(DEFAULT_PORT_ID, POWER_ROLE_SINK, DATA_ROLE_DEVICE); in SetUpTestCase() 429 auto ret = g_usbInterface->SetPortRole(DEFAULT_PORT_ID, USB_POWER_ROLE_INVALID, DATA_ROLE_DEVICE); in HWTEST_F() 519 auto ret = g_usbInterface->SetPortRole(DEFAULT_PORT_ID, POWER_ROLE_SINK, DATA_ROLE_DEVICE); in HWTEST_F()
|
/test/xts/hats/hdf/usb/usbdBenchmarkTest/common/ |
H A D | HdfUsbdBenchmarkFunctionTest.cpp | 49 auto ret = g_usbInterface->SetPortRole(DEFAULT_PORT_ID, POWER_ROLE_SINK, DATA_ROLE_DEVICE);
in SetUp()
|
/test/xts/hats/hdf/usb/mtpTest/common/ |
H A D | usbfn_mtp_test.cpp | 184 auto ret = g_usbInterface->SetPortRole(DEFAULT_PORT_ID, POWER_ROLE_SINK, DATA_ROLE_DEVICE); in SetUpTestCase()
|
/test/xts/hats/hdf/usb/mtpTest_additional/common/ |
H A D | usbfn_mtp_test.cpp | 178 auto ret = g_usbInterface->SetPortRole(DEFAULT_PORT_ID, POWER_ROLE_SINK, DATA_ROLE_DEVICE); in SetUpTestCase()
|
Completed in 7 milliseconds