Home
last modified time | relevance | path

Searched defs:cupsOpt (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp54 void AddJsonFieldStringToJsonObject(const nlohmann::json &cupsOpt, const std::string &keyword, in AddJsonFieldStringToJsonObject()
71 void ParseJsonFieldAsArrayOpt(const nlohmann::json &cupsOpt, const std::string &key, in ParseJsonFieldAsArrayOpt()
100 bool ParseJsonFieldAsInt(const nlohmann::json &cupsOpt, const std::string &key, int &value) in ParseJsonFieldAsInt()
203 void ParseDefaultPageMargin(const nlohmann::json &cupsOpt, Print_Margin &defaultMargin) in ParseDefaultPageMargin()
231 void ParseMediaOpt(const nlohmann::json &cupsOpt, Print_PrinterInfo &nativePrinterInfo) in ParseMediaOpt()
328 void ParsePrinterOpt(const nlohmann::json &cupsOpt, Print_PrinterInfo &nativePrinterInfo) in ParsePrinterOpt()
384 void ParseCupsCopyOpt(const nlohmann::json &cupsOpt, Print_PrinterInfo &nativePrinterInfo) in ParseCupsCopyOpt()
413 void ParseCupsOptions(const nlohmann::json &cupsOpt, Print_PrinterInfo &nativePrinterInfo) in ParseCupsOptions()
443 nlohmann::json cupsOpt = infoJson["cupsOptions"]; in ParseInfoOption() local