Home
last modified time | relevance | path

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

/base/print/print_fwk/test/unittest/service_test/
H A Dprint_system_data_test.cpp96 EXPECT_EQ(systemData->QueryPrinterIdByStandardizeName(printerName), ""); in HWTEST_F()
98 systemData->QueryPrinterIdByStandardizeName(printerName); in HWTEST_F()
107 EXPECT_EQ(systemData->QueryPrinterIdByStandardizeName(printerName), ""); in HWTEST_F()
108 std::string re = systemData->QueryPrinterIdByStandardizeName(printerName); in HWTEST_F()
185 std::string printerName = systemData->QueryPrinterIdByStandardizeName("HUAWEI_PixLab_V1-0105"); in HWTEST_F()
220 systemData->QueryPrinterIdByStandardizeName(printerName); in HWTEST_F()
227 systemData->QueryPrinterIdByStandardizeName(printerName); in HWTEST_F()
230 systemData->QueryPrinterIdByStandardizeName(printerName); in HWTEST_F()
/base/print/print_fwk/services/print_service/include/
H A Dprint_system_data.h47 std::string QueryPrinterIdByStandardizeName(const std::string &printerName);
/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.cpp606 std::string printerId = printSystemData_.QueryPrinterIdByStandardizeName(printerNameList[i]); in QueryAddedPrinter()
2797 std::string printerId = printSystemData_.QueryPrinterIdByStandardizeName(printerName); in DeletePrinterFromCups()
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp1992 service->printSystemData_.QueryPrinterIdByStandardizeName(printerName); in HWTEST_F()

Completed in 15 milliseconds