Searched refs:ConnectionAttempts (Results 1 – 2 of 2) sorted by relevance
38 pub struct ConnectionAttempts { struct61 impl ConnectionAttempts { argument218 let mut attempts = ConnectionAttempts::new(); in test_direct_connection()235 let mut attempts = ConnectionAttempts::new(); in test_cancel_direct_connection()253 let mut attempts = ConnectionAttempts::new(); in test_multiple_direct_connections()268 let mut attempts = ConnectionAttempts::new(); in test_two_direct_connection_cancel_one()284 let mut attempts = ConnectionAttempts::new(); in test_drop_pending_connection_after_cancel_and_restart()300 let mut attempts = ConnectionAttempts::new(); in test_background_connection()317 let mut attempts = ConnectionAttempts::new(); in test_reject_duplicate_direct_connection()332 let mut attempts = ConnectionAttempts::new(); in test_reject_duplicate_background_connection()[all …]
21 attempt_manager::{ConnectionAttempts, ConnectionMode},88 attempts: ConnectionAttempts,123 attempts: ConnectionAttempts::new(), in new()