Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_system_data.h48 … bool QueryCupsPrinterInfoByPrinterId(const std::string &printerId, CupsPrinterInfo &cupsPrinter);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp232 bool PrintSystemData::QueryCupsPrinterInfoByPrinterId(const std::string &printerId, CupsPrinterInfo… in QueryCupsPrinterInfoByPrinterId() function in OHOS::Print::PrintSystemData
250 if (QueryCupsPrinterInfoByPrinterId(printerId, cupsPrinter)) { in QueryPrinterInfoById()
753 QueryCupsPrinterInfoByPrinterId(printerId, cupsPrinter); in CheckPrinterBusy()
H A Dprint_service_ability.cpp625 if (printSystemData_.QueryCupsPrinterInfoByPrinterId(printerId, cupsPrinter)) { in QueryPrinterInfoByPrinterId()
1116 if (!printSystemData_.QueryCupsPrinterInfoByPrinterId(printJob.GetPrinterId(), printerInfo)) { in UpdatePrintJobOptionByPrinterId()
1464 if (printSystemData_.QueryCupsPrinterInfoByPrinterId(info->GetPrinterId(), cupsPrinter)) { in CheckPrinterUriDifferent()
3194 if (printSystemData_.QueryCupsPrinterInfoByPrinterId(globalPrinterId, cupsPrinter)) { in AddVendorPrinterToDiscovery()
3238 if (printSystemData_.QueryCupsPrinterInfoByPrinterId(globalPrinterId, cupsPrinter)) { in UpdateVendorPrinterToDiscovery()
3364 if (!printSystemData_.QueryCupsPrinterInfoByPrinterId(globalPrinterId, cupsPrinter)) { in RemoveVendorPrinterFromCups()
3572 if (printSystemData_.QueryCupsPrinterInfoByPrinterId(printerId, cupsPrinter)) { in UpdateAddedPrinterInCups()
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_system_data_test.cpp128 EXPECT_EQ(systemData->QueryCupsPrinterInfoByPrinterId(printerId, cupsPrinterInfo2), false);
240 systemData->QueryCupsPrinterInfoByPrinterId(printerId, cupsPrinterInfo2);
249 systemData->QueryCupsPrinterInfoByPrinterId(printerId, cupsPrinterInfo2);
251 systemData->QueryCupsPrinterInfoByPrinterId(printerId, cupsPrinterInfo2);