Home
last modified time | relevance | path

Searched refs:is_failed_tx (Results 1 – 1 of 1) sorted by relevance

/webrtc/ice/src/agent/
H A Dagent_test.rs961 let (is_failed_tx, mut is_failed_rx) = mpsc::channel::<()>(1); in test_connection_state_callback()
967 let is_failed_tx = Arc::new(Mutex::new(Some(is_failed_tx))); in test_connection_state_callback() localVariable
974 let is_failed_tx_clone = Arc::clone(&is_failed_tx); in test_connection_state_callback()
1656 let (is_failed_tx, mut is_failed_rx) = mpsc::channel::<()>(1); in test_connection_state_failed_delete_all_candidates()
1657 let is_failed_tx = Arc::new(Mutex::new(Some(is_failed_tx))); in test_connection_state_failed_delete_all_candidates() localVariable
1659 let is_failed_tx_clone = Arc::clone(&is_failed_tx); in test_connection_state_failed_delete_all_candidates()