Lines Matching refs:unordered_map

102     virtual const std::unordered_map<std::string, SensorInfo> &GetSensorInfoMap() const = 0;
103 virtual const std::unordered_map<std::string, CdevInfo> &GetCdevInfoMap() const = 0;
104 virtual const std::unordered_map<std::string, SensorStatus> &GetSensorStatusMap() const = 0;
105 virtual const std::unordered_map<std::string, ThermalThrottlingStatus> &
107 virtual const std::unordered_map<std::string, PowerRailInfo> &GetPowerRailInfoMap() const = 0;
108 virtual const std::unordered_map<std::string, PowerStatus> &GetPowerStatusMap() const = 0;
109 virtual const std::unordered_map<std::string, SensorTempStats> GetSensorTempStatsSnapshot() = 0;
110 virtual const std::unordered_map<std::string,
111 std::unordered_map<std::string, ThermalStats<int>>>
155 const std::unordered_map<std::string, SensorInfo> &GetSensorInfoMap() const override { in GetSensorInfoMap()
159 const std::unordered_map<std::string, CdevInfo> &GetCdevInfoMap() const override { in GetCdevInfoMap()
163 const std::unordered_map<std::string, SensorStatus> &GetSensorStatusMap() const override { in GetSensorStatusMap()
168 const std::unordered_map<std::string, ThermalThrottlingStatus> &GetThermalThrottlingStatusMap() in GetThermalThrottlingStatusMap()
173 const std::unordered_map<std::string, PowerRailInfo> &GetPowerRailInfoMap() const override { in GetPowerRailInfoMap()
178 const std::unordered_map<std::string, PowerStatus> &GetPowerStatusMap() const override { in GetPowerStatusMap()
183 const std::unordered_map<std::string, SensorTempStats> GetSensorTempStatsSnapshot() override { in GetSensorTempStatsSnapshot()
187 const std::unordered_map<std::string, std::unordered_map<std::string, ThermalStats<int>>>
197 bool initializeSensorMap(const std::unordered_map<std::string, std::string> &path_map);
198 bool initializeCoolingDevices(const std::unordered_map<std::string, std::string> &path_map);
201 void initializeTrip(const std::unordered_map<std::string, std::string> &path_map,
206 const std::unordered_map<std::string, float> &uevent_sensor_map);
229 std::unordered_map<std::string, BindedCdevInfo> *binded_cdev_info_map);
240 std::unordered_map<std::string, CdevInfo> cooling_device_info_map_;
241 std::unordered_map<std::string, SensorInfo> sensor_info_map_;
242 std::unordered_map<std::string, std::unordered_map<ThrottlingSeverity, ThrottlingSeverity>>
248 std::unordered_map<std::string, SensorStatus> sensor_status_map_;