Home
last modified time | relevance | path

Searched refs:USB_INTERFACE_MIN_COUNT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_ipp_over_usb_constant.h146 const int USB_INTERFACE_MIN_COUNT = 2; variable
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_usb_manager.cpp77 if (ippusbInterfaceCount >= USB_INTERFACE_MIN_COUNT) { in isPrintDevice()