Searched refs:pid_request_map (Results 1 – 3 of 3) sorted by relevance
309 .pid_request_map[binded_cdev_pair.first] = 0; in ThermalHelper()353 sensor_status_map_[name_status_pair.first].pid_request_map.clear(); in ThermalHelper()660 sensor_status->pid_request_map.at(binded_cdev_info_pair.first) = static_cast<int>(j); in requestCdevByPower()702 if (sensor_status.pid_request_map.count(cdev_request_pair.first)) { in computeCoolingDevicesRequest()703 pid_request = sensor_status.pid_request_map.at(cdev_request_pair.first); in computeCoolingDevicesRequest()1258 if (sensor_status.pid_request_map.size()) { in thermalWatcherCallbackFunc()1274 if (sensor_status.pid_request_map.size() || sensor_status.hard_limit_request_map.size()) { in thermalWatcherCallbackFunc()
456 if (sensor_status_map.at(request_pair.first).pid_request_map.size() && in dumpThrottlingRequestStatus()458 .pid_request_map.count(cdev_status_pair.first)) { in dumpThrottlingRequestStatus()461 .pid_request_map.at(cdev_status_pair.first) in dumpThrottlingRequestStatus()
85 std::unordered_map<std::string, int> pid_request_map; member