Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp287 bool ParseResolutionObject(const nlohmann::json &jsonObject, Print_Resolution &resolution) in ParseResolutionObject() function
318 if (!ParseResolutionObject(item, resolution)) { in ParseResolutionArray()
360 … if (!ParseResolutionObject(resolutionJson, nativePrinterInfo.defaultValue.defaultResolution)) { in ParsePrinterOpt()