Searched defs:jsonPath (Results 1 – 3 of 3) sorted by relevance
27 bool JsonUtils::GetJsonObjFromJson(nlohmann::json &jsonObj, const std::string &jsonPath) in GetJsonObjFromJson()
27 const std::string& jsonPath, std::string& error) in ReadTrustedRootCAFromJson()
263 static constexpr auto jsonPath = "/etc/product_cfg.json"; in IsBatteryCapacitySufficient() local