Home
last modified time | relevance | path

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

/webrtc/stun/src/
H A Dagent.rs34 transactions: HashMap<TransactionId, AgentTransaction>, field
119 transactions: HashMap::new(), in new()
132 let v = self.transactions.remove(&id); in stop_with_error()
152 self.transactions.remove(&message.transaction_id); in process()
173 for id in self.transactions.keys() { in close()
182 self.transactions = HashMap::new(); in close()
197 if self.transactions.contains_key(&id) { in start()
201 self.transactions in start()
232 for (id, t) in &self.transactions { in collect()
239 self.transactions.remove(id); in collect()