Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_ipp_over_usb_manager.cpp75 if (tmp.length() > INDEX_4 && (tmp.substr(0, INDEX_4) == PRINTER_ID_PREFIX)) { in ConnectPrinter()
107 if (tmp.length() > INDEX_4 && (tmp.substr(0, INDEX_4) == PRINTER_ID_PREFIX)) { in DisConnectPrinter()
/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_ipp_over_usb_constant.h31 const std::string PRINTER_ID_PREFIX = "USB-"; variable