Searched refs:standardName (Results 1 - 2 of 2) sorted by relevance
/base/print/print_fwk/services/print_service/src/ |
H A D | print_cups_client.cpp | 490 std::string standardName = PrintUtil::StandardizePrinterName(printerName); in AddPrinterToCups() local 501 if (IsPrinterExist(printerUri.c_str(), standardName.c_str(), ppd.c_str())) { in AddPrinterToCups() 511 standardName.c_str()); in AddPrinterToCups() 514 ippAddString(request, IPP_TAG_PRINTER, IPP_TAG_TEXT, "printer-info", NULL, standardName.c_str()); in AddPrinterToCups() 536 std::string standardName = PrintUtil::StandardizePrinterName(printerName); in AddPrinterToCupsWithPpd() local 537 if (IsPrinterExist(printerUri.c_str(), standardName.c_str(), ppdName.c_str())) { in AddPrinterToCupsWithPpd() 549 standardName.c_str()); in AddPrinterToCupsWithPpd() 552 ippAddString(request, IPP_TAG_PRINTER, IPP_TAG_TEXT, "printer-info", NULL, standardName.c_str()); in AddPrinterToCupsWithPpd() 696 std::string standardName = PrintUtil::StandardizePrinterName(printerName); in QueryPrinterCapabilityFromPPD() local 697 PRINT_HILOGI("QueryPrinterCapabilityFromPPD printerName: %{public}s", standardName in QueryPrinterCapabilityFromPPD() [all...] |
H A D | print_service_ability.cpp | 2794 std::string standardName = PrintUtil::StandardizePrinterName(printerName); in DeletePrinterFromCups() local 2795 DelayedSingleton<PrintCupsClient>::GetInstance()->DeleteCupsPrinter(standardName.c_str()); in DeletePrinterFromCups() 3235 std::string standardName = PrintUtil::StandardizePrinterName(cupsPrinter.name); in RemoveVendorPrinterFromCups() local 3236 auto ret = DelayedSingleton<PrintCupsClient>::GetInstance()->DeleteCupsPrinter(standardName.c_str()); in RemoveVendorPrinterFromCups()
|
Completed in 8 milliseconds