Home
last modified time | relevance | path

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

/webrtc/stun/src/agent/
H A Dagent_test.rs73 let mut a = Agent::new(noop_handler()); in test_agent_start()
106 let result = a.set_handler(noop_handler()); in test_agent_start()
/webrtc/stun/src/
H A Dagent.rs21 pub fn noop_handler() -> Handler { in noop_handler() function
184 self.handler = noop_handler(); in close()
/webrtc/stun/benches/
H A Dbench.rs9 use stun::agent::{noop_handler, Agent, TransactionId};
61 let mut a = Agent::new(noop_handler()); in benchmark_agent()
76 let mut a = Agent::new(noop_handler()); in benchmark_agent()