Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/services/firmware/utils/src/
H A Dfirmware_check_analyze_utils.cpp41 if (!JsonUtils::ParseAndGetJsonObject(rawJson, root)) { in DoAnalyze()
/ohos5.0/base/update/updateservice/foundations/ability/utils/include/
H A Ddupdate_json_utils.h52 static bool ParseAndGetJsonObject(const std::string &jsonStr, nlohmann::json &root) in ParseAndGetJsonObject() function