Home
last modified time | relevance | path

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

/base/print/print_fwk/utils/include/
H A Dprint_util.h42 static std::string StandardizePrinterName(std::string printerName);
133 inline std::string PrintUtil::StandardizePrinterName(std::string printerName) in StandardizePrinterName() function in OHOS::Print::PrintUtil
/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()
813 std::string name = PrintUtil::StandardizePrinterName(printerName);
819 if (PrintUtil::StandardizePrinterName(printerInfoPtr->GetPrinterName()) != name) {
H A Dprint_cups_client.cpp490 std::string standardName = PrintUtil::StandardizePrinterName(printerName); in AddPrinterToCups()
536 std::string standardName = PrintUtil::StandardizePrinterName(printerName); in AddPrinterToCupsWithPpd()
696 std::string standardName = PrintUtil::StandardizePrinterName(printerName); in QueryPrinterCapabilityFromPPD()
1560 params->printerName = PrintUtil::StandardizePrinterName(optionJson["printerName"]); in BuildJobParameters()
H A Dprint_service_ability.cpp2794 std::string standardName = PrintUtil::StandardizePrinterName(printerName); in DeletePrinterFromCups()
3235 std::string standardName = PrintUtil::StandardizePrinterName(cupsPrinter.name); in RemoveVendorPrinterFromCups()
/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/
H A Dprint_cups_client_test.cpp1377 EXPECT_EQ(jobParams->printerName, PrintUtil::StandardizePrinterName(optionJson["printerName"])); in HWTEST_F()

Completed in 14 milliseconds