Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp357 std::string resolutionString = cupsOpt[keyword].get<std::string>(); in ParsePrinterOpt() local
358 if (json::accept(resolutionString)) { in ParsePrinterOpt()
359 nlohmann::json resolutionJson = json::parse(resolutionString); in ParsePrinterOpt()