Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp226 std::string stardardizeName = PrintUtil::StandardizePrinterName(printerName); in QueryPrinterIdByStandardizeName() local
227 …return addedPrinterMap_.FindKey([this, stardardizeName](const CupsPrinterInfo &cupsPrinter) -> boo… in QueryPrinterIdByStandardizeName()
228 return PrintUtil::StandardizePrinterName(cupsPrinter.name) == stardardizeName; in QueryPrinterIdByStandardizeName()