Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dagent_test.rs2035 let (is_complete_tx, mut is_complete_rx) = mpsc::channel::<()>(1); in test_run_task_in_connection_state_callback()
2036 let is_complete_tx = Arc::new(Mutex::new(Some(is_complete_tx))); in test_run_task_in_connection_state_callback() localVariable
2038 let is_complete_tx_clone = Arc::clone(&is_complete_tx); in test_run_task_in_connection_state_callback()
2099 let (is_complete_tx, mut is_complete_rx) = mpsc::channel::<()>(1); in test_run_task_in_selected_candidate_pair_change_callback()
2100 let is_complete_tx = Arc::new(Mutex::new(Some(is_complete_tx))); in test_run_task_in_selected_candidate_pair_change_callback() localVariable
2102 let is_complete_tx_clone = Arc::clone(&is_complete_tx); in test_run_task_in_selected_candidate_pair_change_callback()