Home
last modified time | relevance | path

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

/webrtc/ice/src/candidate/
H A Dcandidate_base.rs269 self.set_last_received(d); in seen()
316 pub fn set_last_received(&self, d: Duration) { in set_last_received() method
H A Dcandidate_test.rs133 candidate.set_last_received(d); in test_candidate_last_received()