Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Ddtlstransportchannel.h174 void SetRemoteIceCredentials(const std::string& ice_ufrag, in SetRemoteIceCredentials() function
176 channel_->SetRemoteIceCredentials(ice_ufrag, ice_pwd); in SetRemoteIceCredentials()
Dtransportchannelimpl.h56 virtual void SetRemoteIceCredentials(const std::string& ice_ufrag,
Dp2ptransportchannel_unittest.cc320 channel->SetRemoteIceCredentials(remote_ice_ufrag, remote_ice_pwd); in CreateChannel()
577 ep1_ch1()->SetRemoteIceCredentials(kIceUfrag[1], kIcePwd[1]); in TestHandleIceUfragPasswordChanged()
578 ep2_ch1()->SetRemoteIceCredentials(kIceUfrag[0], kIcePwd[0]); in TestHandleIceUfragPasswordChanged()
591 ep1_ch1()->SetRemoteIceCredentials(kIceUfrag[3], kIcePwd[3]); in TestHandleIceUfragPasswordChanged()
594 ep2_ch1()->SetRemoteIceCredentials(kIceUfrag[2], kIcePwd[2]); in TestHandleIceUfragPasswordChanged()
1162 ep2_ch1()->SetRemoteIceCredentials(kIceUfrag[3], kIcePwd[3]); in TEST_F()
1180 ep1_ch1()->SetRemoteIceCredentials(kIceUfrag[1], kIcePwd[1]); in TEST_F()
1206 ep2_ch1()->SetRemoteIceCredentials(kIceUfrag[3], kIcePwd[3]); in TEST_F()
1222 ep1_ch1()->SetRemoteIceCredentials(kIceUfrag[1], kIcePwd[1]); in TEST_F()
1765 ch->SetRemoteIceCredentials(kIceUfrag[1], kIcePwd[1]); in PrepareChannel()
[all …]
Dp2ptransportchannel.h82 void SetRemoteIceCredentials(const std::string& ice_ufrag,
Dtransport.cc351 ch->SetRemoteIceCredentials(remote_description_->ice_ufrag, in ApplyRemoteTransportDescription()
Dfaketransportcontroller.h95 void SetRemoteIceCredentials(const std::string& ice_ufrag, in SetRemoteIceCredentials() function
Dp2ptransportchannel.cc346 void P2PTransportChannel::SetRemoteIceCredentials(const std::string& ice_ufrag, in SetRemoteIceCredentials() function in cricket::P2PTransportChannel