Searched refs:ParseSensorInfo (Results 1 – 3 of 3) sorted by relevance
50 std::map<std::string, SensorInfo> ParseSensorInfo(std::string_view config_path);
62 std::map<std::string, SensorInfo> ParseSensorInfo(std::string_view config_path) { in ParseSensorInfo() function
183 sensor_info_map_(ParseSensorInfo( in ThermalHelper()