Searched refs:ParseJsonFile (Results 1 – 2 of 2) sorted by relevance
31 Json::Value ParseJsonFile(const std::string& path) in ParseJsonFile() function73 Json::Value jsonRoot = ParseJsonFile(CONFIG_FILE_PATH); in GetLogConfigFromFile()
117 int32_t ParseJsonFile(const std::vector<char> &buffer, NetworkResponse &response) in ParseJsonFile() function149 if (len > 0 && ParseJsonFile(buffer, response) == 0) { in ReadDataFromSSL()