Searched defs:jsonPath (Results 1 – 5 of 5) sorted by relevance
28 bool JsonUtils::GetJsonObjFromJson(nlohmann::json &jsonObj, const std::string &jsonPath) in GetJsonObjFromJson()
153 const std::string jsonPath("/system/etc/sandbox/system-sandbox.json"); variable191 const std::string jsonPath("/system/etc/sandbox/appdata-sandbox.json"); variable
27 const std::string& jsonPath, std::string& error) in ReadTrustedRootCAFromJson()
58 std::string GetResKey(const std::string &jsonPath) in GetResKey()133 const std::string &jsonPath) in ParseJson()
212 static constexpr auto jsonPath = "/etc/product_cfg.json"; in IsBatteryCapacitySufficient() local