Searched defs:jsonPath (Results 1 – 8 of 8) sorted by relevance
131 std::string jsonPath = "/data/test/theme/dark/media/foreground.png"; variable147 std::string jsonPath = "/data/test/theme/horizontal/media/foreground.png"; variable163 std::string jsonPath = "/data/test/theme/horizontal-dark/media/foreground.png"; variable179 std::string jsonPath = "/data/test/theme/base/media/foreground.png"; variable195 std::string jsonPath = "data/test/foreground.png"; variable
588 std::string jsonPath; variable602 std::string jsonPath; variable616 std::string jsonPath; variable630 std::string jsonPath; variable644 std::string jsonPath; variable
27 const std::string& jsonPath, std::string& error) in ReadTrustedRootCAFromJson()
56 std::string GetResKey(const std::string &jsonPath) in GetResKey()157 const std::string &jsonPath) in ParseJson()
625 const char *jsonPath = "etc/sandbox_manager_service/test"; variable639 const char *jsonPath = "etc/sandbox/appdata-sandbox.json"; variable
272 cJSON *GetJsonObjFromFile(const char *jsonPath) in GetJsonObjFromFile()
101 int32_t MacAdapter::ReadDenyFile(const char *jsonPath, std::string& rawData) in ReadDenyFile()
468 static constexpr auto jsonPath = "/etc/product_cfg.json"; in IsBatteryCapacitySufficient() local