Searched refs:GetSensorInfoMap (Results 1 – 3 of 3) sorted by relevance
50 MOCK_METHOD((const std::unordered_map<std::string, SensorInfo> &), GetSensorInfoMap, (),
312 const auto &map = thermal_helper_->GetSensorInfoMap(); in dumpVirtualSensorInfo()367 const auto &map = thermal_helper_->GetSensorInfoMap(); in dumpVtEstimatorInfo()375 const auto &map = thermal_helper_->GetSensorInfoMap(); in dumpThrottlingInfo()737 const auto &map = thermal_helper_->GetSensorInfoMap(); in dumpThermalData()806 const auto &map = thermal_helper_->GetSensorInfoMap(); in dumpThermalData()817 const auto &map = thermal_helper_->GetSensorInfoMap(); in dumpThermalData()
102 virtual const std::unordered_map<std::string, SensorInfo> &GetSensorInfoMap() const = 0;157 const std::unordered_map<std::string, SensorInfo> &GetSensorInfoMap() const override { in GetSensorInfoMap() function