Searched refs:temp_stats (Results 1 – 1 of 1) sorted by relevance
299 for (auto &[sensor, temp_stats] : sensor_temp_stats_map_) { in reportAllSensorTempStats()301 threshold_set_idx < temp_stats.stats_by_custom_threshold.size(); threshold_set_idx++) { in reportAllSensorTempStats()302 auto &stats_by_threshold = temp_stats.stats_by_custom_threshold[threshold_set_idx]; in reportAllSensorTempStats()305 if (!reportSensorTempStats(stats_client, sensor_name, temp_stats, in reportAllSensorTempStats()310 if (temp_stats.stats_by_default_threshold.has_value()) { in reportAllSensorTempStats()311 if (!reportSensorTempStats(stats_client, sensor, temp_stats, in reportAllSensorTempStats()312 &temp_stats.stats_by_default_threshold.value())) { in reportAllSensorTempStats()317 temp_stats.max_temp = std::numeric_limits<float>::min(); in reportAllSensorTempStats()318 temp_stats.min_temp = std::numeric_limits<float>::max(); in reportAllSensorTempStats()472 for (auto &temp_stats : sensor_temp_stats_pair.second.stats_by_custom_threshold) { in GetSensorTempStatsSnapshot() local[all …]