Searched refs:GetPowerRailInfoMap (Results 1 – 4 of 4) sorted by relevance
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() function176 return power_files_.GetPowerRailInfoMap(); in GetPowerRailInfoMap()
559 const auto &power_rail_info_map = thermal_helper_->GetPowerRailInfoMap(); in dumpPowerRailInfo()
79 const std::unordered_map<std::string, PowerRailInfo> &GetPowerRailInfoMap() const { in GetPowerRailInfoMap() function
58 MOCK_METHOD((const std::unordered_map<std::string, PowerRailInfo> &), GetPowerRailInfoMap, (),