Searched refs:callback_called_tx (Results 1 – 1 of 1) sorted by relevance
190 let (callback_called_tx, mut callback_called_rx) = mpsc::channel::<()>(1); in test_on_selected_candidate_pair_change()191 let callback_called_tx = Arc::new(Mutex::new(Some(callback_called_tx))); in test_on_selected_candidate_pair_change() localVariable193 let callback_called_tx_clone = Arc::clone(&callback_called_tx); in test_on_selected_candidate_pair_change()