Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Ddtlstransportchannel.h209 virtual void SetRemoteIceCredentials(const std::string& ice_ufrag, in SetRemoteIceCredentials() function
211 channel_->SetRemoteIceCredentials(ice_ufrag, ice_pwd); in SetRemoteIceCredentials()
Dtransportchannelimpl.h67 virtual void SetRemoteIceCredentials(const std::string& ice_ufrag,
Drawtransportchannel.h76 virtual void SetRemoteIceCredentials(const std::string& ice_ufrag, in SetRemoteIceCredentials() function
Dp2ptransportchannel.h87 virtual void SetRemoteIceCredentials(const std::string& ice_ufrag,
Dp2ptransportchannel_unittest.cc337 channel->SetRemoteIceCredentials(remote_ice_ufrag, remote_ice_pwd); in CreateChannel()
547 ep1_ch1()->SetRemoteIceCredentials(kIceUfrag[1], kIcePwd[1]); in TestHandleIceUfragPasswordChanged()
548 ep2_ch1()->SetRemoteIceCredentials(kIceUfrag[0], kIcePwd[0]); in TestHandleIceUfragPasswordChanged()
561 ep1_ch1()->SetRemoteIceCredentials(kIceUfrag[3], kIcePwd[3]); in TestHandleIceUfragPasswordChanged()
563 ep2_ch1()->SetRemoteIceCredentials(kIceUfrag[2], kIcePwd[2]); in TestHandleIceUfragPasswordChanged()
Dfakesession.h116 virtual void SetRemoteIceCredentials(const std::string& ice_ufrag, in SetRemoteIceCredentials() function
Dtransport.cc822 ch->SetRemoteIceCredentials(remote_description_->ice_ufrag, in ApplyRemoteTransportDescription_w()
Dp2ptransportchannel.cc275 void P2PTransportChannel::SetRemoteIceCredentials(const std::string& ice_ufrag, in SetRemoteIceCredentials() function in cricket::P2PTransportChannel