Home
last modified time | relevance | path

Searched refs:makeModel (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/
H A Dprint_cups_wrapper_test.cpp200 std::string makeModel = "testmodel"; variable
202 printCupsClient.QueryPPDInformation(makeModel.c_str(), ppds);
240 std::string makeModel = "testmodel"; variable
241 printCupsClient.AddPrinterToCups(uri, name, makeModel);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp448 void PrintCupsClient::QueryPPDInformation(const char *makeModel, std::vector<std::string> &ppds) in QueryPPDInformation() argument
463 if (makeModel) { in QueryPPDInformation()
464 … ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_TEXT, "ppd-make-and-model", nullptr, makeModel); in QueryPPDInformation()
1133 PRINT_HILOGD("makeModel=%{private}s", makeModel); in CheckPrinterMakeModel()
1134 if (makeModel != nullptr && strcmp(makeModel, "Local Raw Printer") != 0) { in CheckPrinterMakeModel()
1803 … const char *makeModel = cupsGetOption("printer-make-and-model", dest->num_options, dest->options); in IsPrinterExist() local
1804 if (makeModel == nullptr) { in IsPrinterExist()
1808 PRINT_HILOGD("makeModel=%{private}s", makeModel); in IsPrinterExist()
1818 printerExist = (strstr(makeModel, DEFAULT_MAKE_MODEL.c_str()) != nullptr) || in IsPrinterExist()
1819 (strstr(makeModel, REMOTE_PRINTER_MAKE_MODEL.c_str()) != nullptr); in IsPrinterExist()
[all …]
H A Dvendor_manager.cpp570 bool VendorManager::QueryPPDInformation(const char *makeModel, std::vector<std::string> &ppds) in QueryPPDInformation() argument
576 return printServiceAbility->QueryPPDInformation(makeModel, ppds); in QueryPPDInformation()
H A Dprint_service_ability.cpp2970 bool PrintServiceAbility::QueryPPDInformation(const char *makeModel, std::vector<std::string> &ppds) in QueryPPDInformation() argument
2972 DelayedSingleton<PrintCupsClient>::GetInstance()->QueryPPDInformation(makeModel, ppds); in QueryPPDInformation()
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dvendor_manager.h46 virtual bool QueryPPDInformation(const char *makeModel, std::vector<std::string> &ppds) = 0;
89 bool QueryPPDInformation(const char *makeModel, std::vector<std::string> &ppds) override;
H A Dvendor_driver_base.h66 virtual bool QueryPPDInformation(const char *makeModel, std::vector<std::string> &ppds) = 0;
H A Dprint_cups_client.h83 void QueryPPDInformation(const char *makeModel, std::vector<std::string> &ppds);
H A Dprint_service_ability.h114 bool QueryPPDInformation(const char *makeModel, std::vector<std::string> &ppds) override;