Searched refs:PowerRailInfo (Results 1 – 5 of 5) sorted by relevance
/hardware/google/pixel/thermal/utils/ |
D | power_files.h | 79 const std::unordered_map<std::string, PowerRailInfo> &GetPowerRailInfoMap() const { in GetPowerRailInfoMap() 98 std::unordered_map<std::string, PowerRailInfo> power_rail_info_map_;
|
D | thermal_info.h | 241 struct PowerRailInfo { struct 253 std::unordered_map<std::string, PowerRailInfo> *power_rail_parsed); argument
|
D | thermal_info.cpp | 1468 std::unordered_map<std::string, PowerRailInfo> *power_rails_parsed) { in ParsePowerRailInfo()
|
/hardware/google/pixel/thermal/tests/ |
D | mock_thermal_helper.h | 58 MOCK_METHOD((const std::unordered_map<std::string, PowerRailInfo> &), GetPowerRailInfoMap, (),
|
/hardware/google/pixel/thermal/ |
D | thermal-helper.h | 107 virtual const std::unordered_map<std::string, PowerRailInfo> &GetPowerRailInfoMap() const = 0; 175 const std::unordered_map<std::string, PowerRailInfo> &GetPowerRailInfoMap() const override { in GetPowerRailInfoMap()
|