Home
last modified time | relevance | path

Searched refs:ParseJsonFile (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/adapter/service/idl/src/
Dhiview_log_config_manager.cpp31 Json::Value ParseJsonFile(const std::string& path) in ParseJsonFile() function
73 Json::Value jsonRoot = ParseJsonFile(CONFIG_FILE_PATH); in GetLogConfigFromFile()
/base/update/updateservice/services/firmware/check/include/
Dfirmware_icheck.h117 int32_t ParseJsonFile(const std::vector<char> &buffer, NetworkResponse &response) in ParseJsonFile() function
149 if (len > 0 && ParseJsonFile(buffer, response) == 0) { in ReadDataFromSSL()