Home
last modified time | relevance | path

Searched refs:USB_FUNCTION_STORAGE (Results 1 - 4 of 4) sorted by relevance

/test/xts/hats/hdf/usb/functionTest_additional/include/
H A Dusbd_function_test.h39 #define USB_FUNCTION_STORAGE (1 << 9) macro
/test/xts/hats/hdf/usb/functionTest/include/
H A Dusbd_function_test.h39 #define USB_FUNCTION_STORAGE (1 << 9) macro
/test/xts/hats/hdf/usb/functionTest_additional/common/
H A Dusbd_function_test.cpp144 * USB_FUNCTION_NONE,USB_FUNCTION_STORAGE.
150 ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_STORAGE); in HWTEST_F()
254 * Set USB_FUNCTION_STORAGE Check if the Get is correct.
259 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_STORAGE); in HWTEST_F()
263 ASSERT_EQ(USB_FUNCTION_STORAGE, funcs); in HWTEST_F()
/test/xts/hats/hdf/usb/functionTest/common/
H A Dusbd_function_test.cpp234 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_STORAGE); in HWTEST_F()
263 int32_t funcs = USB_FUNCTION_STORAGE | USB_FUNCTION_HDC; in HWTEST_F()

Completed in 3 milliseconds