Searched refs:ice_complete_tx (Results 1 – 2 of 2) sorted by relevance
22 let (ice_complete_tx, mut ice_complete_rx) = mpsc::channel::<()>(1); in test_ice_transport_on_selected_candidate_pair_change()23 let ice_complete_tx = Arc::new(Mutex::new(Some(ice_complete_tx))); in test_ice_transport_on_selected_candidate_pair_change() localVariable25 let ice_complete_tx2 = Arc::clone(&ice_complete_tx); in test_ice_transport_on_selected_candidate_pair_change()
270 let (ice_complete_tx, mut ice_complete_rx) = mpsc::channel::<()>(1); in test_get_stats()271 let ice_complete_tx = Arc::new(Mutex::new(Some(ice_complete_tx))); in test_get_stats() localVariable273 let ice_complete_tx2 = Arc::clone(&ice_complete_tx); in test_get_stats()