Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp80 static const std::string LOCAL_RAW_PRINTER_PPD_NAME = "Local Raw Printer"; variable
1820 } else if (strcmp(ppdName, LOCAL_RAW_PRINTER_PPD_NAME.c_str()) == 0) { in IsPrinterExist()
1823 } else if (strstr(makeModel, LOCAL_RAW_PRINTER_PPD_NAME.c_str()) != nullptr) { in IsPrinterExist()