Home
last modified time | relevance | path

Searched refs:USB_FUNCTION_MTP (Results 1 - 8 of 8) sorted by relevance

/test/xts/hats/hdf/usb/mtpTest_additional/include/
H A Dusbfn_mtp_test.h25 #define USB_FUNCTION_MTP (1 << 3) macro
/test/xts/hats/hdf/usb/mtpTest/include/
H A Dusbfn_mtp_test.h25 #define USB_FUNCTION_MTP (1 << 3) macro
/test/xts/hats/hdf/usb/functionTest_additional/include/
H A Dusbd_function_test.h36 #define USB_FUNCTION_MTP (1 << 3) macro
/test/xts/hats/hdf/usb/functionTest/include/
H A Dusbd_function_test.h36 #define USB_FUNCTION_MTP (1 << 3) macro
/test/xts/hats/hdf/usb/functionTest/common/
H A Dusbd_function_test.cpp278 int32_t funcs = USB_FUNCTION_MTP; in HWTEST_F()
308 int32_t funcs = USB_FUNCTION_MTP | USB_FUNCTION_HDC; in HWTEST_F()
338 int32_t funcs = USB_FUNCTION_MTP | USB_FUNCTION_RNDIS; in HWTEST_F()
/test/xts/hats/hdf/usb/functionTest_additional/common/
H A Dusbd_function_test.cpp102 * USB_FUNCTION_NONE,USB_FUNCTION_MTP.
108 ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_MTP); in HWTEST_F()
206 * Set USB_FUNCTION_MTP Check if the Get is correct.
211 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_MTP); in HWTEST_F()
215 ASSERT_EQ(USB_FUNCTION_MTP, funcs); in HWTEST_F()
/test/xts/hats/hdf/usb/mtpTest/common/
H A Dusbfn_mtp_test.cpp191 ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_MTP); in SetUpTestCase()
/test/xts/hats/hdf/usb/mtpTest_additional/common/
H A Dusbfn_mtp_test.cpp185 ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_MTP); in SetUpTestCase()

Completed in 8 milliseconds