Searched refs:confirmation_token_sender (Results 1 – 2 of 2) sorted by relevance
190 confirmation_token_sender: Sender<Vec<u8>>, field194 fn new(confirmation_token_sender: Sender<Vec<u8>>) -> Self { in new()195 Self { session: None, rate_limiting: Default::default(), confirmation_token_sender } in new()209 confirmation_token_sender: Sender<Vec<u8>>, in new_native_binder()212 Self { state: Arc::new(Mutex::new(ApcState::new(confirmation_token_sender))) }, in new_native_binder()240 if let Err(e) = state.confirmation_token_sender.send(confirmation_token.to_vec()) { in result()
90 let (confirmation_token_sender, confirmation_token_receiver) = channel(); in main()108 ApcManager::new_native_binder(confirmation_token_sender).unwrap_or_else(|e| { in main()