Home
last modified time | relevance | path

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

/base/update/updateservice/services/core/ability/utils/include/
Djson_utils.h55 static bool ParseAndGetJsonObject(const std::string &jsonStr, nlohmann::json &root) in ParseAndGetJsonObject() function
/base/update/updateservice/services/firmware/utils/src/
Dfirmware_check_analyze_utils.cpp42 if (!JsonUtils::ParseAndGetJsonObject(rawJson, root)) { in DoAnalyze()