Home
last modified time | relevance | path

Searched refs:GetPowerRailInfoMap (Results 1 – 4 of 4) sorted by relevance

/hardware/google/pixel/thermal/
Dthermal-helper.h107 virtual const std::unordered_map<std::string, PowerRailInfo> &GetPowerRailInfoMap() const = 0;
175 const std::unordered_map<std::string, PowerRailInfo> &GetPowerRailInfoMap() const override { in GetPowerRailInfoMap() function
176 return power_files_.GetPowerRailInfoMap(); in GetPowerRailInfoMap()
DThermal.cpp559 const auto &power_rail_info_map = thermal_helper_->GetPowerRailInfoMap(); in dumpPowerRailInfo()
/hardware/google/pixel/thermal/utils/
Dpower_files.h79 const std::unordered_map<std::string, PowerRailInfo> &GetPowerRailInfoMap() const { in GetPowerRailInfoMap() function
/hardware/google/pixel/thermal/tests/
Dmock_thermal_helper.h58 MOCK_METHOD((const std::unordered_map<std::string, PowerRailInfo> &), GetPowerRailInfoMap, (),