Searched defs:makeModel (Results 1 – 6 of 6) sorted by relevance
435 std::string makeModel = "testmodel"; variable475 std::string makeModel = "testmodel"; variable
746 char makeModel[128] {}; variable
548 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() local1253 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
589 bool VendorManager::QueryPPDInformation(const char *makeModel, std::vector<std::string> &ppds) in QueryPPDInformation()
2695 bool PrintServiceAbility::QueryPPDInformation(const char *makeModel, std::vector<std::string> &ppds) in QueryPPDInformation()
236 std::string makeModel = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestCheckPrinterDriverExist() local