Home
last modified time | relevance | path

Searched refs:GetPowerStatusMap (Results 1 – 5 of 5) sorted by relevance

/hardware/google/pixel/thermal/
Dthermal-helper.h108 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()
Dthermal-helper.cpp661 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()
DThermal.cpp560 const auto &power_status_map = thermal_helper_->GetPowerStatusMap(); in dumpPowerRailInfo()
/hardware/google/pixel/thermal/utils/
Dpower_files.h74 const std::unordered_map<std::string, PowerStatus> &GetPowerStatusMap() const { in GetPowerStatusMap() function
/hardware/google/pixel/thermal/tests/
Dmock_thermal_helper.h60 MOCK_METHOD((const std::unordered_map<std::string, PowerStatus> &), GetPowerStatusMap, (),