Home
last modified time | relevance | path

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

/webrtc/webrtc/src/ice_transport/
H A Dice_transport_test.rs22 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() localVariable
25 let ice_complete_tx2 = Arc::clone(&ice_complete_tx); in test_ice_transport_on_selected_candidate_pair_change()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_test.rs270 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() localVariable
273 let ice_complete_tx2 = Arc::clone(&ice_complete_tx); in test_get_stats()