Searched refs:confirmation_token_sender (Results 1 – 2 of 2) sorted by relevance
162 confirmation_token_sender: Sender<Vec<u8>>, field166 fn new(confirmation_token_sender: Sender<Vec<u8>>) -> Self { in new()167 Self { session: None, rate_limiting: Default::default(), confirmation_token_sender } in new()181 confirmation_token_sender: Sender<Vec<u8>>, in new_native_binder()184 Self { state: Arc::new(Mutex::new(ApcState::new(confirmation_token_sender))) }, in new_native_binder()212 if let Err(e) = state.confirmation_token_sender.send(confirmation_token.to_vec()) { in result()
92 let (confirmation_token_sender, confirmation_token_receiver) = channel(); in main()110 ApcManager::new_native_binder(confirmation_token_sender).unwrap_or_else(|e| { in main()