Home
last modified time | relevance | path

Searched refs:USB_FUNCTION_PTP (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_function.h27 #define USB_FUNCTION_PTP (1 << 4) macro
33 … (USB_FUNCTION_ACM | USB_FUNCTION_ECM | USB_FUNCTION_HDC | USB_FUNCTION_MTP | USB_FUNCTION_PTP | \
66 …SB_DDK_FUNCTION_SUPPORT (USB_FUNCTION_ACM | USB_FUNCTION_ECM | USB_FUNCTION_MTP | USB_FUNCTION_PTP)
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_device_manager.cpp208 … if ((currentFunctions_ & USB_FUNCTION_MTP) != 0 || (currentFunctions_ & USB_FUNCTION_PTP) != 0) { in HandleEvent()
209 currentFunctions_ = currentFunctions_ & (~USB_FUNCTION_MTP) & (~USB_FUNCTION_PTP); in HandleEvent()
225 … if ((currentFunctions_ & USB_FUNCTION_MTP) != 0 || (currentFunctions_ & USB_FUNCTION_PTP) != 0) { in UserChangeProcess()
226 currentFunctions_ = currentFunctions_ & (~USB_FUNCTION_MTP) & (~USB_FUNCTION_PTP); in UserChangeProcess()
/ohos5.0/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbd_function_test.cpp288 int32_t funcs = USB_FUNCTION_PTP;
318 int32_t funcs = USB_FUNCTION_PTP | USB_FUNCTION_HDC;
348 int32_t funcs = USB_FUNCTION_PTP | USB_FUNCTION_RNDIS;
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_device_manager.h31 #define USB_FUNCTION_PTP (1 << 4) macro
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_function.cpp286 if ((ddkFuns & USB_FUNCTION_MTP) != 0 || (ddkFuns & USB_FUNCTION_PTP) != 0) { in SetFunctionToNone()
519 if ((funcs & USB_FUNCTION_MTP) != 0 || (funcs & USB_FUNCTION_PTP) != 0) { in UsbdInitDDKFunction()