Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp176 printSystemData_.Init(); in Init()
1264 if (!printSystemData_.IsPrinterAdded(printerId)) { in SetLastUsedPrinter()
1548 printSystemData_.SaveCupsPrinterMap(); in UpdatePrinters()
2863 printSystemData_.DeleteCupsPrinter(printerId); in DeletePrinterFromCups()
2966 printSystemData_.SaveCupsPrinterMap(); in UpdatePrinterInSystem()
3109 printSystemData_.AddPrinterToDiscovery(infoPtr); in AddSinglePrinterInfo()
3154 printSystemData_.SaveCupsPrinterMap(); in UpdateSinglePrinterInfo()
3172 if (printSystemData_.IsPrinterAdded(printerId)) { in RemoveSinglePrinterInfo()
3208 printSystemData_.SaveCupsPrinterMap(); in AddVendorPrinterToDiscovery()
3298 printSystemData_.SaveCupsPrinterMap(); in AddVendorPrinterToCupsWithPpd()
[all …]
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp390 service->printSystemData_.discoveredPrinterInfoList_[printerId] = info;
412 service->printSystemData_.discoveredPrinterInfoList_[printerId] = info;
490 service->printSystemData_.discoveredPrinterInfoList_[printerId] = info;
495 service->printSystemData_.addedPrinterMap_.Insert(printerId, cupsPrinter);
596 service->printSystemData_.discoveredPrinterInfoList_[printerId] = info;
693 service->printSystemData_.addedPrinterInfoList_[printerId] = printerInfo;
932 service->printSystemData_.discoveredPrinterInfoList_[printerId] = info;
1001 service->printSystemData_.addedPrinterInfoList_[printerId] = printerInfo;
1216 service->printSystemData_.addedPrinterInfoList_[printerId] = info;
1233 service->printSystemData_.addedPrinterInfoList_[printerId] = info;
[all …]
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_service_ability_other_test.cpp583 printServiceAbility.printSystemData_.QueryAddedPrinterIdList = undefined { return std::vector; }; in TEST_F()
1674 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()
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_service_ability.h253 PrintSystemData printSystemData_; variable
/ohos5.0/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/
H A Dprintserviceability_fuzzer.cpp44 …PrintServiceAbility::GetInstance()->printSystemData_.addedPrinterMap_.Insert(DEFAULT_PRINTERID, cu… in TestStartPrint()