Searched refs:GetPowerStatusMap (Results 1 – 5 of 5) sorted by relevance
/hardware/google/pixel/thermal/ |
D | thermal-helper.h | 108 virtual const std::unordered_map<std::string, PowerStatus> &GetPowerStatusMap() const = 0; 180 const std::unordered_map<std::string, PowerStatus> &GetPowerStatusMap() const override { in GetPowerStatusMap() function 181 return power_files_.GetPowerStatusMap(); in GetPowerStatusMap()
|
D | thermal-helper.cpp | 661 if (!GetPowerStatusMap().count(sensor_data.data())) { in isSubSensorValid() 979 *reading_value = GetPowerStatusMap().at(sensor_data.data()).last_updated_avg_power; in readDataByType() 1468 power_files_.GetPowerStatusMap(), cooling_device_info_map_, max_throttling, in thermalWatcherCallbackFunc()
|
D | Thermal.cpp | 560 const auto &power_status_map = thermal_helper_->GetPowerStatusMap(); in dumpPowerRailInfo()
|
/hardware/google/pixel/thermal/utils/ |
D | power_files.h | 74 const std::unordered_map<std::string, PowerStatus> &GetPowerStatusMap() const { in GetPowerStatusMap() function
|
/hardware/google/pixel/thermal/tests/ |
D | mock_thermal_helper.h | 60 MOCK_METHOD((const std::unordered_map<std::string, PowerStatus> &), GetPowerStatusMap, (),
|