Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_util.h43 static std::string StandardizePrinterName(std::string printerName);
140 inline std::string PrintUtil::StandardizePrinterName(std::string printerName) in StandardizePrinterName() function
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp226 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()
H A Dprint_cups_client.cpp540 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()
H A Dprint_service_ability.cpp2853 std::string standardName = PrintUtil::StandardizePrinterName(printerName); in DeletePrinterFromCups()
3369 std::string standardName = PrintUtil::StandardizePrinterName(cupsPrinter.name); in RemoveVendorPrinterFromCups()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/
H A Dprint_cups_client_test.cpp1381 EXPECT_EQ(jobParams->printerName, PrintUtil::StandardizePrinterName(optionJson["printerName"]));