Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp100 bool ParseJsonFieldAsInt(const nlohmann::json &cupsOpt, const std::string &key, int &value) in ParseJsonFieldAsInt() function
126 if (!ParseJsonFieldAsInt(item, key, value)) { in ConvertJsonArrayToIntList()