Searched refs:ParseThermalConfig (Results 1 – 3 of 3) sorted by relevance
247 bool ParseThermalConfig(std::string_view config_path, Json::Value *config);
201 bool ParseThermalConfig(std::string_view config_path, Json::Value *config) { in ParseThermalConfig() function
156 if (!ParseThermalConfig(config_path, &config)) { in ThermalHelperImpl()