Searched defs:jsonPath (Results 1 – 5 of 5) sorted by relevance
27 const std::string& jsonPath, std::string& error) in ReadTrustedRootCAFromJson()
59 std::string GetResKey(const std::string &jsonPath) in GetResKey()143 const std::string &jsonPath) in ParseJson()
272 cJSON *GetJsonObjFromFile(const char *jsonPath) in GetJsonObjFromFile()
249 static constexpr auto jsonPath = "/etc/product_cfg.json"; in IsBatteryCapacitySufficient() local
157 bool JsonUtils::GetJsonObjFromJson(nlohmann::json &jsonObj, const std::string &jsonPath) in GetJsonObjFromJson()