Searched refs:SensorTempStats (Results 1 – 4 of 4) sorted by relevance
94 struct SensorTempStats : ThermalStats<float> { struct126 std::unordered_map<std::string, SensorTempStats> GetSensorTempStatsSnapshot();138 std::unordered_map<std::string, SensorTempStats> sensor_temp_stats_map_;155 const SensorTempStats &sensor_temp_stats, StatsRecord *stats_record);
325 const SensorTempStats &sensor_temp_stats, in reportSensorTempStats()469 std::unordered_map<std::string, SensorTempStats> ThermalStatsHelper::GetSensorTempStatsSnapshot() { in GetSensorTempStatsSnapshot()
60 MOCK_METHOD((const std::unordered_map<std::string, SensorTempStats>),
100 virtual const std::unordered_map<std::string, SensorTempStats> GetSensorTempStatsSnapshot() = 0;169 const std::unordered_map<std::string, SensorTempStats> GetSensorTempStatsSnapshot() override { in GetSensorTempStatsSnapshot()