Searched refs:confirmation_token_receiver (Results 1 – 2 of 2) sorted by relevance
151 confirmation_token_receiver: Option<Arc<Mutex<Option<Receiver<Vec<u8>>>>>>, field293 if let Some(ref confirmation_token_receiver) = self.confirmation_token_receiver { in before_finish()294 let locked_receiver = confirmation_token_receiver.lock().unwrap(); in before_finish()383 confirmation_token_receiver: Arc<Mutex<Option<Receiver<Vec<u8>>>>>, field392 confirmation_token_receiver: Receiver<Vec<u8>>, in install_confirmation_token_receiver()394 *self.confirmation_token_receiver.lock().unwrap() = Some(confirmation_token_receiver); in install_confirmation_token_receiver()423 confirmation_token_receiver: None, in authorize_create()484 let mut confirmation_token_receiver: Option<Arc<Mutex<Option<Receiver<Vec<u8>>>>>> = None; in authorize_create() localVariable550 confirmation_token_receiver = Some(self.confirmation_token_receiver.clone()); in authorize_create()621 confirmation_token_receiver, in authorize_create()[all …]
71 let (confirmation_token_sender, confirmation_token_receiver) = channel(); in main()73 ENFORCEMENTS.install_confirmation_token_receiver(confirmation_token_receiver); in main()