Searched defs:cupsOpt (Results 1 – 1 of 1) sorted by relevance
| /base/print/print_fwk/frameworks/ohprint/src/ |
| D | print_helper.cpp | 52 void AddJsonFieldStringToJsonObject(const nlohmann::json &cupsOpt, const std::string &keyword, in AddJsonFieldStringToJsonObject() 69 void ParseJsonFieldAsArrayOpt(const nlohmann::json &cupsOpt, const std::string &key, in ParseJsonFieldAsArrayOpt() 98 bool ParseJsonFieldAsInt(const nlohmann::json &cupsOpt, const std::string &key, int &value) in ParseJsonFieldAsInt() 208 void ParseDefaultPageMargin(const nlohmann::json &cupsOpt, Print_Margin &defaultMargin) in ParseDefaultPageMargin() 236 void ParseMediaOpt(const nlohmann::json &cupsOpt, Print_PrinterInfo &nativePrinterInfo) in ParseMediaOpt() 333 void ParsePrinterOpt(const nlohmann::json &cupsOpt, Print_PrinterInfo &nativePrinterInfo) in ParsePrinterOpt() 374 void ParseCupsCopyOpt(const nlohmann::json &cupsOpt, Print_PrinterInfo &nativePrinterInfo) in ParseCupsCopyOpt() 393 void ParseCupsOptions(const nlohmann::json &cupsOpt, Print_PrinterInfo &nativePrinterInfo) in ParseCupsOptions() 424 nlohmann::json cupsOpt = infoJson["cupsOptions"]; in ParseInfoOption() local
|