Home
last modified time | relevance | path

Searched refs:USB_FUNCTION_STORAGE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_function.h29 #define USB_FUNCTION_STORAGE (1 << 9) macro
34 … USB_FUNCTION_RNDIS | USB_FUNCTION_STORAGE | USB_FUNCTION_MANUFACTURE | USB_FUNCTION_ACCESSORY)
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_device_manager.h32 #define USB_FUNCTION_STORAGE (1 << 9) macro
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_function.cpp538 case USB_FUNCTION_STORAGE: in UsbdSetKernelFunction()
544 case USB_FUNCTION_STORAGE | USB_FUNCTION_HDC: in UsbdSetKernelFunction()
615 funcs != (USB_FUNCTION_HDC + USB_FUNCTION_STORAGE)) { in UsbdUpdateFunction()
H A Dusb_impl.cpp66 {HDC_CONFIG_STORAGE, USB_FUNCTION_STORAGE},
68 {HDC_CONFIG_STORAGE_HDC, USB_FUNCTION_HDC + USB_FUNCTION_STORAGE},
/ohos5.0/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbd_function_test.cpp229 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_STORAGE);
258 int32_t funcs = USB_FUNCTION_STORAGE | USB_FUNCTION_HDC;
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_device_manager.cpp211 … currentFunctions_ = currentFunctions_ == 0 ? USB_FUNCTION_STORAGE : currentFunctions_; in HandleEvent()
227 currentFunctions_ = currentFunctions_ == 0 ? USB_FUNCTION_STORAGE : currentFunctions_; in UserChangeProcess()