Home
last modified time | relevance | path

Searched refs:USB_FUNCTION_NONE (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbd_function_test.cpp80 int32_t func = USB_FUNCTION_NONE;
98 int32_t func = USB_FUNCTION_NONE;
377 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_NONE);
H A Dusbfn_mtp_test.cpp71 int32_t g_currentFunc = USB_FUNCTION_NONE;
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_function.h22 #define USB_FUNCTION_NONE 0 macro
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_function.cpp305 currentFuncs_ = USB_FUNCTION_NONE; in SetFunctionToNone()
572 if (funcs == USB_FUNCTION_NONE) { in UsbdSetFunction()
588 if (funcs == USB_FUNCTION_NONE) { in UsbdSetFunction()
H A Dusbd_port.cpp79 UsbdFunction::UsbdSetFunction(USB_FUNCTION_NONE); in WritePortFile()
H A Dusb_impl.cpp62 {HDC_CONFIG_OFF, USB_FUNCTION_NONE},
/ohos5.0/drivers/peripheral/usb/test/benchmarktest/
H A Dusb_benchmark_function_test.cpp68 int32_t funcs = USB_FUNCTION_NONE; in BENCHMARK_F()