Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_system_data_test.cpp96 EXPECT_EQ(systemData->QueryPrinterIdByStandardizeName(printerName), "");
98 systemData->QueryPrinterIdByStandardizeName(printerName);
107 EXPECT_EQ(systemData->QueryPrinterIdByStandardizeName(printerName), "");
108 std::string re = systemData->QueryPrinterIdByStandardizeName(printerName);
185 std::string printerName = systemData->QueryPrinterIdByStandardizeName("HUAWEI_PixLab_V1-0105");
220 systemData->QueryPrinterIdByStandardizeName(printerName);
227 systemData->QueryPrinterIdByStandardizeName(printerName);
230 systemData->QueryPrinterIdByStandardizeName(printerName);
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_system_data.h47 std::string QueryPrinterIdByStandardizeName(const std::string &printerName);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp224 std::string PrintSystemData::QueryPrinterIdByStandardizeName(const std::string &printerName) in QueryPrinterIdByStandardizeName() function in OHOS::Print::PrintSystemData
H A Dprint_service_ability.cpp605 … std::string printerId = printSystemData_.QueryPrinterIdByStandardizeName(printerNameList[i]); in QueryAddedPrinter()
2856 std::string printerId = printSystemData_.QueryPrinterIdByStandardizeName(printerName); in DeletePrinterFromCups()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp1996 EXPECT_EQ(service->printSystemData_.QueryPrinterIdByStandardizeName(printerName), "");