Home
last modified time | relevance | path

Searched refs:USB_FUNCTION_NONE (Results 1 - 12 of 12) sorted by relevance

/test/xts/hats/hdf/usb/functionTest_additional/common/
H A Dusbd_function_test.cpp74 * USB_FUNCTION_NONE,USB_FUNCTION_ACM.
78 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_NONE); in HWTEST_F()
88 * USB_FUNCTION_NONE,USB_FUNCTION_ECM.
92 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_NONE); in HWTEST_F()
102 * USB_FUNCTION_NONE,USB_FUNCTION_MTP.
106 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_NONE); in HWTEST_F()
116 * USB_FUNCTION_NONE,USB_FUNCTION_PTP.
120 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_NONE); in HWTEST_F()
130 * USB_FUNCTION_NONE,USB_FUNCTION_RNDIS.
134 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_NONE); in HWTEST_F()
[all...]
/test/xts/hats/hdf/usb/mtpTest_additional/include/
H A Dusbfn_mtp_test.h24 #define USB_FUNCTION_NONE 0 macro
/test/xts/hats/hdf/usb/mtpTest/include/
H A Dusbfn_mtp_test.h24 #define USB_FUNCTION_NONE 0 macro
/test/xts/hats/hdf/usb/autoFunctionTest/include/
H A Dusbd_auto_function_test.h20 #define USB_FUNCTION_NONE 0 macro
/test/xts/hats/hdf/usb/usbdBenchmarkTest/include/
H A DHdfUsbdBenchmarkFunctionTest.h33 #define USB_FUNCTION_NONE 0 macro
/test/xts/hats/hdf/usb/functionTest_additional/include/
H A Dusbd_function_test.h32 #define USB_FUNCTION_NONE 0 macro
/test/xts/hats/hdf/usb/functionTest/include/
H A Dusbd_function_test.h32 #define USB_FUNCTION_NONE 0 macro
/test/xts/hats/hdf/usb/functionTest/common/
H A Dusbd_function_test.cpp82 int32_t funcs = USB_FUNCTION_NONE; in HWTEST_F()
101 int32_t funcs = USB_FUNCTION_NONE; in HWTEST_F()
382 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_NONE); in HWTEST_F()
/test/xts/hats/hdf/usb/autoFunctionTest/common/
H A Dusbd_auto_function_test.cpp55 int32_t funcs = USB_FUNCTION_NONE; in HWTEST_F()
/test/xts/hats/hdf/usb/usbdBenchmarkTest/common/
H A DHdfUsbdBenchmarkFunctionTest.cpp70 int32_t funcs = USB_FUNCTION_NONE; in BENCHMARK_F()
/test/xts/hats/hdf/usb/mtpTest/common/
H A Dusbfn_mtp_test.cpp70 int32_t g_currentFunc = USB_FUNCTION_NONE;
/test/xts/hats/hdf/usb/mtpTest_additional/common/
H A Dusbfn_mtp_test.cpp62 int32_t g_currentFunc = USB_FUNCTION_NONE;

Completed in 8 milliseconds