Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_system_data.h51 bool IsPrinterAdded(const std::string &printerId);
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_system_data_test.cpp983 systemData->IsPrinterAdded(printerId);
985 systemData->IsPrinterAdded(printerId);
991 systemData->IsPrinterAdded(printerId);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp1264 if (!printSystemData_.IsPrinterAdded(printerId)) { in SetLastUsedPrinter()
3114 if (printSystemData_.IsPrinterAdded(infoPtr->GetPrinterId()) && in AddSinglePrinterInfo()
3172 if (printSystemData_.IsPrinterAdded(printerId)) { in RemoveSinglePrinterInfo()
3203 if (printSystemData_.IsPrinterAdded(printerInfo->GetPrinterId()) && in AddVendorPrinterToDiscovery()
3293 if (printSystemData_.IsPrinterAdded(globalPrinterId)) { in AddVendorPrinterToCupsWithPpd()
3344 if (printSystemData_.IsPrinterAdded(globalPrinterId)) { in AddVendorPrinterToCupsWithSpecificPpd()
3587 if (printSystemData_.IsPrinterAdded(info.GetPrinterId())) { // 相同ID已添加,沿用之前的名字,更新信息 in RenamePrinterWhenAdded()
H A Dprint_system_data.cpp331 bool PrintSystemData::IsPrinterAdded(const std::string &printerId) in IsPrinterAdded() function in OHOS::Print::PrintSystemData
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_service_ability_other_test.cpp1674 printServiceAbility->printSystemData_.IsPrinterAdded = [](const std::string &printerId) { return fa… in TEST_F()
1682 printServiceAbility->printSystemData_.IsPrinterAdded = [](const std::string &printerId) { return tr… in TEST_F()
1691 printServiceAbility->printSystemData_.IsPrinterAdded = [](const std::string &printerId) { return tr… in TEST_F()