Home
last modified time | relevance | path

Searched refs:ParseAttributesToList (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_attribute.cpp51 bool ParseAttributesToList(ipp_t *response, const std::string &keyword, std::vector<T> &list, in ParseAttributesToList() function
135 ParseAttributesToList(response, keyword, list, ConvertDuplexModeCode); in ParseDuplexModeAttributes()
158ParseAttributesToList<ColorModeCode>(response, keyword, supportedColorModes, ConvertColorModeCode); in ParseColorModeAttributes()
181ParseAttributesToList<PrintPageSize>(response, keyword, supportedPageSizes, ConvertPrintPageSize); in ParsePageSizeAttributes()