Home
last modified time | relevance | path

Searched refs:ppd_name (Results 1 - 2 of 2) sorted by relevance

/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp418 const char *ppd_name; in QueryPPDInformation() local
443 ParsePPDInfo(response, ppd_make_model, ppd_name, ppds); in QueryPPDInformation()
448 void PrintCupsClient::ParsePPDInfo(ipp_t *response, const char *ppd_make_model, const char *ppd_name, in ParsePPDInfo() argument
462 ppd_name = NULL; in ParsePPDInfo()
468 ppd_name = attr->values[0].string.text; in ParsePPDInfo()
472 if (ppd_make_model != NULL && ppd_name != NULL) { in ParsePPDInfo()
473 ppds.push_back(ppd_name); in ParsePPDInfo()
474 PRINT_HILOGI("ppd: name = %{private}s, make-and-model = %{private}s", ppd_name, ppd_make_model); in ParsePPDInfo()
/base/print/print_fwk/services/print_service/include/
H A Dprint_cups_client.h144 void ParsePPDInfo(ipp_t *response, const char *ppd_make_model, const char *ppd_name,

Completed in 4 milliseconds