Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dpower_files.h79 const std::unordered_map<std::string, PowerRailInfo> &GetPowerRailInfoMap() const { in GetPowerRailInfoMap()
98 std::unordered_map<std::string, PowerRailInfo> power_rail_info_map_;
Dthermal_info.h241 struct PowerRailInfo { struct
253 std::unordered_map<std::string, PowerRailInfo> *power_rail_parsed); argument
Dthermal_info.cpp1468 std::unordered_map<std::string, PowerRailInfo> *power_rails_parsed) { in ParsePowerRailInfo()
/hardware/google/pixel/thermal/tests/
Dmock_thermal_helper.h58 MOCK_METHOD((const std::unordered_map<std::string, PowerRailInfo> &), GetPowerRailInfoMap, (),
/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()