Searched refs:IsPrinterAdded (Results 1 – 5 of 5) sorted by relevance
51 bool IsPrinterAdded(const std::string &printerId);
983 systemData->IsPrinterAdded(printerId);985 systemData->IsPrinterAdded(printerId);991 systemData->IsPrinterAdded(printerId);
1264 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()
331 bool PrintSystemData::IsPrinterAdded(const std::string &printerId) in IsPrinterAdded() function in OHOS::Print::PrintSystemData
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()