Searched refs:predict_sensor_name (Results 1 – 1 of 1) sorted by relevance
299 std::string predict_sensor_name = name_status_pair.second.predictor_info->sensor; in ThermalHelperImpl() local300 if (!(sensor_info_map_.count(predict_sensor_name))) { in ThermalHelperImpl()301 LOG(ERROR) << name_status_pair.first << "'s predictor " << predict_sensor_name in ThermalHelperImpl()307 const auto &predictor_sensor_info = sensor_info_map_.at(predict_sensor_name); in ThermalHelperImpl()310 LOG(ERROR) << name_status_pair.first << "'s predictor " << predict_sensor_name in ThermalHelperImpl()326 << "'s predictor " << predict_sensor_name in ThermalHelperImpl()335 << ") doesn't match predictor [" << predict_sensor_name in ThermalHelperImpl()1181 std::string_view predict_sensor_name = sensor_info.predictor_info->sensor; in getPredictionMaxWindowMs() local1182 const auto &predictor_sensor_info = sensor_info_map_.at(predict_sensor_name.data()); in getPredictionMaxWindowMs()1188 LOG(ERROR) << "Failed to read prediction (ret: " << ret << ") from " << predict_sensor_name in getPredictionMaxWindowMs()[all …]