Lines Matching refs:binded_cdev_info_pair

636     for (const auto &binded_cdev_info_pair : sensor_info.throttling_info->binded_cdev_info_map) {  in requestCdevByPower()  local
637 if (!std::isnan(binded_cdev_info_pair.second.cdev_weight_for_pid[target_state])) { in requestCdevByPower()
638 total_weight += binded_cdev_info_pair.second.cdev_weight_for_pid[target_state]; in requestCdevByPower()
648 for (const auto &binded_cdev_info_pair : sensor_info.throttling_info->binded_cdev_info_map) { in requestCdevByPower() local
649 const auto cdev_weight = binded_cdev_info_pair.second.cdev_weight_for_pid[target_state]; in requestCdevByPower()
654 cooling_device_info_map_.at(binded_cdev_info_pair.first); in requestCdevByPower()
660 sensor_status->pid_request_map.at(binded_cdev_info_pair.first) = static_cast<int>(j); in requestCdevByPower()
662 << cdev_power_budget << "mW to " << binded_cdev_info_pair.first in requestCdevByPower()
671 for (auto const &binded_cdev_info_pair : sensor_info.throttling_info->binded_cdev_info_map) { in requestCdevBySeverity() local
672 sensor_status->hard_limit_request_map.at(binded_cdev_info_pair.first) = in requestCdevBySeverity()
673 binded_cdev_info_pair.second in requestCdevBySeverity()
676 << binded_cdev_info_pair.first << " to " in requestCdevBySeverity()
677 << sensor_status->hard_limit_request_map.at(binded_cdev_info_pair.first); in requestCdevBySeverity()
1278 for (const auto &binded_cdev_info_pair : in thermalWatcherCallbackFunc() local
1280 if (binded_cdev_info_pair.second.power_rail != "") { in thermalWatcherCallbackFunc()
1282 power_rail_info_map_.at(binded_cdev_info_pair.second.power_rail); in thermalWatcherCallbackFunc()
1285 name_status_pair.first, binded_cdev_info_pair.first, in thermalWatcherCallbackFunc()
1287 binded_cdev_info_pair.second, power_rail_info, in thermalWatcherCallbackFunc()
1289 binded_cdev_info_pair.second.power_rail), in thermalWatcherCallbackFunc()
1291 updated_power_rails.insert(binded_cdev_info_pair.second.power_rail); in thermalWatcherCallbackFunc()