Searched refs:printSystemData_ (Results 1 – 5 of 5) sorted by relevance
176 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 …]
390 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 …]
583 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()
253 PrintSystemData printSystemData_; variable
44 …PrintServiceAbility::GetInstance()->printSystemData_.addedPrinterMap_.Insert(DEFAULT_PRINTERID, cu… in TestStartPrint()