Lines Matching refs:power_rail
747 std::string power_rail; in ParseBindedCdevInfo() local
757 power_rail = values[j]["BindedPowerRail"].asString(); in ParseBindedCdevInfo()
819 .power_rail = power_rail, in ParseBindedCdevInfo()
986 if (binded_cdev_info_pair.second.power_rail != in ParseSensorThrottlingInfo()
987 binded_cdev_info_map.at(binded_cdev_info_pair.first).power_rail) { in ParseSensorThrottlingInfo()
1011 const std::string &power_rail = values[j]["PowerRail"].asString(); in ParseSensorThrottlingInfo() local
1012 if (power_rail.empty()) { in ParseSensorThrottlingInfo()
1019 LOG(INFO) << "Sensor[" << name << "]: Start to parse " << power_rail in ParseSensorThrottlingInfo()
1026 excluded_power_info_map[power_rail] = power_weight; in ParseSensorThrottlingInfo()
1452 const std::string &power_rail = cooling_devices[i]["PowerRail"].asString(); in ParseCoolingDevice() local
1453 LOG(INFO) << "Cooling device power rail : " << power_rail; in ParseCoolingDevice()