Home
last modified time | relevance | path

Searched refs:makeModel (Results 1 - 3 of 3) sorted by relevance

/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp413 void PrintCupsClient::QueryPPDInformation(const char *makeModel, std::vector<std::string> &ppds) in QueryPPDInformation() argument
428 if (makeModel) { in QueryPPDInformation()
429 ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_TEXT, "ppd-make-and-model", NULL, makeModel); in QueryPPDInformation()
1054 const char *makeModel = cupsGetOption("printer-make-and-model", dest->num_options, dest->options); in CheckPrinterMakeModel() local
1055 PRINT_HILOGD("makeModel=%{private}s", makeModel); in CheckPrinterMakeModel()
1056 if (makeModel != nullptr && strcmp(makeModel, "Local Raw Printer") != 0) { in CheckPrinterMakeModel()
1670 const char *makeModel = cupsGetOption("printer-make-and-model", dest->num_options, dest->options); in IsPrinterExist() local
1671 PRINT_HILOGD("makeModel in IsPrinterExist()
[all...]
/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/
H A Dprint_cups_wrapper_test.cpp412 std::string makeModel = "testmodel"; in HWTEST_F() local
414 printCupsClient.QueryPPDInformation(makeModel.c_str(), ppds); in HWTEST_F()
452 std::string makeModel = "testmodel"; in HWTEST_F() local
453 printCupsClient.AddPrinterToCups(uri, name, makeModel); in HWTEST_F()
/base/print/print_fwk/services/print_service/include/
H A Dprint_cups_client.h81 void QueryPPDInformation(const char *makeModel, std::vector<std::string> &ppds);

Completed in 5 milliseconds