Searched refs:StandardizePrinterName (Results 1 – 5 of 5) sorted by relevance
43 static std::string StandardizePrinterName(std::string printerName);140 inline std::string PrintUtil::StandardizePrinterName(std::string printerName) in StandardizePrinterName() function
226 std::string stardardizeName = PrintUtil::StandardizePrinterName(printerName); in QueryPrinterIdByStandardizeName()228 return PrintUtil::StandardizePrinterName(cupsPrinter.name) == stardardizeName; in QueryPrinterIdByStandardizeName()815 std::string name = PrintUtil::StandardizePrinterName(printerName); in QueryDiscoveredPrinterInfoByName()821 if (PrintUtil::StandardizePrinterName(printerInfoPtr->GetPrinterName()) != name) { in QueryDiscoveredPrinterInfoByName()
540 std::string standardName = PrintUtil::StandardizePrinterName(printerName); in AddPrinterToCupsWithSpecificPpd()580 std::string standardName = PrintUtil::StandardizePrinterName(printerName); in AddPrinterToCupsWithPpd()746 std::string standardName = PrintUtil::StandardizePrinterName(printerName); in QueryPrinterCapabilityFromPPD()1695 params->printerName = PrintUtil::StandardizePrinterName(optionJson["printerName"]); in BuildJobParameters()
2853 std::string standardName = PrintUtil::StandardizePrinterName(printerName); in DeletePrinterFromCups()3369 std::string standardName = PrintUtil::StandardizePrinterName(cupsPrinter.name); in RemoveVendorPrinterFromCups()
1381 EXPECT_EQ(jobParams->printerName, PrintUtil::StandardizePrinterName(optionJson["printerName"]));