Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dp2p_transport_channel.cc478 IceParameters* current_ice = remote_ice(); in SetRemoteIceParameters()
1183 if (remote_ice()) { in AddRemoteCandidate()
1185 new_remote_candidate.set_username(remote_ice()->ufrag); in AddRemoteCandidate()
1187 if (new_remote_candidate.username() == remote_ice()->ufrag) { in AddRemoteCandidate()
1189 new_remote_candidate.set_password(remote_ice()->pwd); in AddRemoteCandidate()
Dp2p_transport_channel.h313 IceParameters* remote_ice() { in remote_ice() function
Dp2p_transport_channel_unittest.cc403 const IceParameters& remote_ice) { in CreateChannel() argument
423 channel->SetRemoteIceParameters(remote_ice); in CreateChannel()