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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannelimpl.h63 // SetRemoteIceCredentials only need to be implemented by the ICE
65 virtual void SetRemoteIceCredentials(const std::string& ice_ufrag,
H A Ddtlstransportchannel.h203 virtual void SetRemoteIceCredentials(const std::string& ice_ufrag, function in class:cricket::DtlsTransportChannelWrapper
205 channel_->SetRemoteIceCredentials(ice_ufrag, ice_pwd);
H A Drawtransportchannel.h76 virtual void SetRemoteIceCredentials(const std::string& ice_ufrag, function in class:cricket::RawTransportChannel
H A Dp2ptransportchannel.h85 virtual void SetRemoteIceCredentials(const std::string& ice_ufrag,
H A Dp2ptransportchannel_unittest.cc324 channel->SetRemoteIceCredentials(remote_ice_ufrag, remote_ice_pwd);
530 ep1_ch1()->SetRemoteIceCredentials(kIceUfrag[1], kIcePwd[1]);
531 ep2_ch1()->SetRemoteIceCredentials(kIceUfrag[0], kIcePwd[0]);
544 ep1_ch1()->SetRemoteIceCredentials(kIceUfrag[3], kIcePwd[3]);
546 ep2_ch1()->SetRemoteIceCredentials(kIceUfrag[2], kIcePwd[2]);
H A Dfakesession.h110 virtual void SetRemoteIceCredentials(const std::string& ice_ufrag, function in class:cricket::FakeTransportChannel
H A Dp2ptransportchannel.cc269 void P2PTransportChannel::SetRemoteIceCredentials(const std::string& ice_ufrag, function in class:cricket::P2PTransportChannel
H A Dtransport.cc653 ch->SetRemoteIceCredentials(remote_description_->ice_ufrag,

Completed in 132 milliseconds