Home
last modified time | relevance | path

Searched defs:makeModel (Results 1 – 6 of 6) sorted by relevance

/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/
Dprint_cups_wrapper_test.cpp435 std::string makeModel = "testmodel"; variable
475 std::string makeModel = "testmodel"; variable
Dprint_cups_client_test.cpp746 char makeModel[128] {}; variable
/base/print/print_fwk/services/print_service/src/
Dprint_cups_client.cpp548 void PrintCupsClient::QueryPPDInformation(const char *makeModel, std::vector<std::string> &ppds) in QueryPPDInformation()
1230 … const char *makeModel = cupsGetOption("printer-make-and-model", dest->num_options, dest->options); in CheckPrinterMakeModel() local
1253 bool PrintCupsClient::CheckPrinterDriverExist(const char *makeModel) in CheckPrinterDriverExist()
2029 … const char *makeModel = cupsGetOption("printer-make-and-model", dest->num_options, dest->options); in IsPrinterExist() local
Dvendor_manager.cpp589 bool VendorManager::QueryPPDInformation(const char *makeModel, std::vector<std::string> &ppds) in QueryPPDInformation()
Dprint_service_ability.cpp2695 bool PrintServiceAbility::QueryPPDInformation(const char *makeModel, std::vector<std::string> &ppds) in QueryPPDInformation()
/base/print/print_fwk/test/fuzztest/printcupsclient_fuzzer/
Dprintcupsclient_fuzzer.cpp236 std::string makeModel = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestCheckPrinterDriverExist() local