Searched refs:SensorTempStats (Results 1 – 4 of 4) sorted by relevance
105 struct SensorTempStats : ThermalStats<float> { struct120 std::unordered_map<std::string, SensorTempStats> temp_stats_map_;157 std::unordered_map<std::string, SensorTempStats> GetSensorTempStatsSnapshot();190 const SensorTempStats &sensor_temp_stats, StatsRecord *stats_record);
448 const SensorTempStats &sensor_temp_stats, in reportSensorTempStats()632 std::unordered_map<std::string, SensorTempStats> ThermalStatsHelper::GetSensorTempStatsSnapshot() { in GetSensorTempStatsSnapshot()
62 MOCK_METHOD((const std::unordered_map<std::string, SensorTempStats>),
109 virtual const std::unordered_map<std::string, SensorTempStats> GetSensorTempStatsSnapshot() = 0;185 const std::unordered_map<std::string, SensorTempStats> GetSensorTempStatsSnapshot() override { in GetSensorTempStatsSnapshot()