Home
last modified time | relevance | path

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

/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/
Dprint_cups_wrapper_test.cpp423 std::string makeModel; variable
443 std::string makeModel = "testmodel"; variable
482 std::string makeModel = "testmodel"; variable
/base/print/print_fwk/test/fuzztest/printcupsclient_fuzzer/
Dprintcupsclient_fuzzer.cpp35 std::string makeModel = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestQueryPPDInformation() local
237 std::string makeModel = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestCheckPrinterDriverExist() local
/base/print/print_fwk/services/print_service/src/
Dprint_cups_client.cpp639 bool PrintCupsClient::QueryPPDInformation(const std::string &makeModel, std::string &ppdName) in QueryPPDInformation()
1353 … const char *makeModel = cupsGetOption("printer-make-and-model", dest->num_options, dest->options); in CheckPrinterMakeModel() local
1377 bool PrintCupsClient::CheckPrinterDriverExist(const std::string &makeModel) in CheckPrinterDriverExist()
1956 … const char *makeModel = cupsGetOption("printer-make-and-model", dest->num_options, dest->options); in ModifyCupsPrinterUri() local
2272 … const char *makeModel = cupsGetOption("printer-make-and-model", dest->num_options, dest->options); in IsPrinterExist() local
Dvendor_manager.cpp598 bool VendorManager::QueryPPDInformation(const std::string &makeModel, std::string &ppdName) in QueryPPDInformation()
Dprint_service_ability.cpp2934 bool PrintServiceAbility::QueryPPDInformation(const std::string &makeModel, std::string &ppdName) in QueryPPDInformation()
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
Dvendor_manager_test.cpp247 std::string makeModel = "test_makeModel"; variable
/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/
Dprintserviceability_fuzzer.cpp844 std::string makeModel = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestQueryPPDInformation() local