Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dstun_port.h44 absl::optional<int> stun_keepalive_interval) { in Create() argument
49 port->set_stun_keepalive_delay(stun_keepalive_interval); in Create()
66 absl::optional<int> stun_keepalive_interval) { in Create() argument
71 port->set_stun_keepalive_delay(stun_keepalive_interval); in Create()
277 absl::optional<int> stun_keepalive_interval);
Dice_transport_internal.cc78 return stun_keepalive_interval.value_or(STUN_KEEPALIVE_INTERVAL); in stun_keepalive_interval_or_default()
Dice_transport_internal.h162 absl::optional<int> stun_keepalive_interval; member
Dstun_port.cc621 absl::optional<int> stun_keepalive_interval) { in Create() argument
626 port->set_stun_keepalive_delay(stun_keepalive_interval); in Create()
Dp2p_transport_channel.cc664 if (config_.stun_keepalive_interval != config.stun_keepalive_interval) { in SetIceConfig()
665 config_.stun_keepalive_interval = config.stun_keepalive_interval; in SetIceConfig()
667 config_.stun_keepalive_interval); in SetIceConfig()
Dport_allocator.h252 const absl::optional<int>& stun_keepalive_interval) {} in SetStunKeepaliveIntervalForReadyPorts() argument
/external/webrtc/p2p/client/
Dbasic_port_allocator.h147 const absl::optional<int>& stun_keepalive_interval) override;
Dbasic_port_allocator.cc500 const absl::optional<int>& stun_keepalive_interval) { in SetStunKeepaliveIntervalForReadyPorts() argument
510 stun_keepalive_interval); in SetStunKeepaliveIntervalForReadyPorts()
/external/webrtc/pc/
Dpeer_connection.cc6027 ice_config.stun_keepalive_interval = config.stun_candidate_keepalive_interval; in ParseIceConfig()