Searched refs:ParseAttributesToList (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_cups_attribute.cpp | 51 bool ParseAttributesToList(ipp_t *response, const std::string &keyword, std::vector<T> &list, in ParseAttributesToList() function 135 ParseAttributesToList(response, keyword, list, ConvertDuplexModeCode); in ParseDuplexModeAttributes() 158 …ParseAttributesToList<ColorModeCode>(response, keyword, supportedColorModes, ConvertColorModeCode); in ParseColorModeAttributes() 181 … ParseAttributesToList<PrintPageSize>(response, keyword, supportedPageSizes, ConvertPrintPageSize); in ParsePageSizeAttributes()
|