Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dstun_port_unittest.cc58 stun_keepalive_delay_(1), in StunPortTestBase()
83 stun_port_->set_stun_keepalive_delay(stun_keepalive_delay_); in CreateStunPort()
155 void SetKeepaliveDelay(int delay) { stun_keepalive_delay_ = delay; } in SetKeepaliveDelay()
175 int stun_keepalive_delay_; member in StunPortTestBase
Dstun_port.h109 int stun_keepalive_delay() const { return stun_keepalive_delay_; } in stun_keepalive_delay()
252 int stun_keepalive_delay_; variable
Dstun_port.cc181 stun_keepalive_delay_(STUN_KEEPALIVE_INTERVAL), in UDPPort()
208 stun_keepalive_delay_(STUN_KEEPALIVE_INTERVAL), in UDPPort()
365 stun_keepalive_delay_ = delay.value_or(STUN_KEEPALIVE_INTERVAL); in set_stun_keepalive_delay()