Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dstun_port.cc64 if (WithinLifetime(rtc::TimeMillis())) { in OnResponse()
88 if (WithinLifetime(now) && in OnErrorResponse()
107 bool WithinLifetime(int64_t now) const { in WithinLifetime() function in cricket::StunBindingRequest