Home
last modified time | relevance | path

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

/webrtc/ice/src/use_candidate/
H A Duse_candidate_test.rs9 assert!(!UseCandidateAttr::is_set(&m), "should not be set"); in test_use_candidate_attr_add_to()
11 m.build(&[Box::new(BINDING_REQUEST), Box::new(UseCandidateAttr::new())])?; in test_use_candidate_attr_add_to()
16 assert!(UseCandidateAttr::is_set(&m1), "should be set"); in test_use_candidate_attr_add_to()
H A Dmod.rs9 pub struct UseCandidateAttr; struct
11 impl Setter for UseCandidateAttr { implementation
19 impl UseCandidateAttr { impl
/webrtc/ice/src/agent/
H A Dagent_selector.rs123 Box::<UseCandidateAttr>::default(), in nominate_pair()
H A Dagent_test.rs10 use crate::use_candidate::UseCandidateAttr;
275 Box::new(UseCandidateAttr::new()), in test_handle_peer_reflexive_udp_pflx_candidate()