Home
last modified time | relevance | path

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

/webrtc/ice/
H A DCHANGELOG.md21 - `on_candidate`;
/webrtc/ice/src/agent/
H A Dagent_gather_test.rs156 a.on_candidate(Box::new( in test_vnet_gather_with_nat_1to1_as_host_candidates()
273 a.on_candidate(Box::new( in test_vnet_gather_with_nat_1to1_as_srflx_candidates()
457 a.on_candidate(Box::new( in test_vnet_gather_muxed_udp()
H A Dagent_vnet_test.rs363 a_agent.on_candidate(Box::new( in gather_and_exchange_candidates()
377 b_agent.on_candidate(Box::new( in gather_and_exchange_candidates()
H A Dmod.rs250 pub fn on_candidate(&self, f: OnCandidateHdlrFn) { in on_candidate() method
/webrtc/ice/src/mdns/
H A Dmdns_test.rs110 a.on_candidate(Box::new( in test_multicast_dns_static_host_name()
/webrtc/ice/examples/
H A Dping_pong.rs204 ice_agent.on_candidate(Box::new( in main()
/webrtc/webrtc/src/ice_transport/
H A Dice_gatherer.rs163 agent.on_candidate(Box::new( in gather()