Searched refs:predict_sensor_name (Results 1 – 1 of 1) sorted by relevance
274 std::string predict_sensor_name = name_status_pair.second.predictor_info->sensor; in ThermalHelperImpl() local275 if (!(sensor_info_map_.count(predict_sensor_name))) { in ThermalHelperImpl()276 LOG(ERROR) << name_status_pair.first << "'s predictor " << predict_sensor_name in ThermalHelperImpl()282 const auto &predictor_sensor_info = sensor_info_map_.at(predict_sensor_name); in ThermalHelperImpl()285 LOG(ERROR) << name_status_pair.first << "'s predictor " << predict_sensor_name in ThermalHelperImpl()302 << "'s predictor " << predict_sensor_name in ThermalHelperImpl()311 << ") doesn't match predictor [" << predict_sensor_name in ThermalHelperImpl()1098 std::string_view predict_sensor_name = sensor_info.predictor_info->sensor; in getPredictionMaxWindowMs() local1099 const auto &predictor_sensor_info = sensor_info_map_.at(predict_sensor_name.data()); in getPredictionMaxWindowMs()1105 LOG(ERROR) << "Failed to read prediction (ret: " << ret << ") from " << predict_sensor_name in getPredictionMaxWindowMs()[all …]