Searched refs:ParsePowerRailInfo (Results 1 – 3 of 3) sorted by relevance
133 std::unordered_map<std::string, PowerRailInfo> ParsePowerRailInfo(std::string_view config_path);
769 std::unordered_map<std::string, PowerRailInfo> ParsePowerRailInfo(std::string_view config_path) { in ParsePowerRailInfo() function
277 power_rail_info_map_ = ParsePowerRailInfo(config_path); in ThermalHelper()