Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Ddtlstransportchannel.h199 virtual void SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() function
201 channel_->SetIceCredentials(ice_ufrag, ice_pwd); in SetIceCredentials()
Dtransportchannelimpl.h61 virtual void SetIceCredentials(const std::string& ice_ufrag,
Drawtransportchannel.h74 virtual void SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() function
Dp2ptransportchannel.h83 virtual void SetIceCredentials(const std::string& ice_ufrag,
Dfakesession.h105 virtual void SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() function
Dp2ptransportchannel_unittest.cc320 channel->SetIceCredentials(local_ice_ufrag, local_ice_pwd); in CreateChannel()
543 ep1_ch1()->SetIceCredentials(kIceUfrag[2], kIcePwd[2]); in TestHandleIceUfragPasswordChanged()
545 ep2_ch1()->SetIceCredentials(kIceUfrag[3], kIcePwd[3]); in TestHandleIceUfragPasswordChanged()
Dtransport.cc647 ch->SetIceCredentials(local_description_->ice_ufrag, in ApplyLocalTransportDescription_w()
Dp2ptransportchannel.cc250 void P2PTransportChannel::SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() function in cricket::P2PTransportChannel
/external/chromium_org/remoting/protocol/
Dlibjingle_transport_factory.cc198 channel_->SetIceCredentials(ice_username_fragment_, ice_password_); in DoStart()
376 channel_->SetIceCredentials(ice_username_fragment_, ice_password_); in TryReconnect()