Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_srv_support.h56 FUNCTION_PTP = 1 << 4, enumerator
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_function_switch_window.h34 FUNCTION_CHOOSE_TRANSFER_PIC = UsbSrvSupport::FUNCTION_PTP,
H A Dusb_device_manager.h61 UsbSrvSupport::FUNCTION_ECM | UsbSrvSupport::FUNCTION_MTP | UsbSrvSupport::FUNCTION_PTP |
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_manager.cpp70 if (unsignedfuncs & USB::UsbSrvSupport::Function::FUNCTION_PTP) { in Init()
/ohos5.0/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_core_test.cpp260 int32_t isok = instance.SetCurrentFunctions(UsbSrvSupport::FUNCTION_PTP);
291 int32_t funcs = UsbSrvSupport::FUNCTION_PTP | UsbSrvSupport::FUNCTION_HDC;
323 …int32_t funcs = UsbSrvSupport::FUNCTION_ACM | UsbSrvSupport::FUNCTION_PTP | UsbSrvSupport::FUNCTIO…
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_device_manager.cpp45 {UsbSrvSupport::FUNCTION_NAME_PTP, UsbSrvSupport::FUNCTION_PTP},