Searched refs:attempt_id (Results 1 – 2 of 2) sorted by relevance
39 attempt_id: AttemptId, field64 Self { attempt_id: AttemptId(0), attempts: HashMap::new() } in new()68 let AttemptId(id) = self.attempt_id; in new_attempt_id()69 self.attempt_id = AttemptId(id.wrapping_add(1)); in new_attempt_id()
172 let attempt_id = pending_attempt.id; in direct_connection() localVariable182 state.attempts.cancel_attempt_with_id(attempt_id); in direct_connection()