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.h205 virtual void SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() function
207 channel_->SetIceCredentials(ice_ufrag, ice_pwd); in SetIceCredentials()
Dtransportchannelimpl.h63 virtual void SetIceCredentials(const std::string& ice_ufrag,
Drawtransportchannel.h74 virtual void SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() function
Dp2ptransportchannel.h85 virtual void SetIceCredentials(const std::string& ice_ufrag,
Dfakesession.h111 virtual void SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() function
Dp2ptransportchannel_unittest.cc333 channel->SetIceCredentials(local_ice_ufrag, local_ice_pwd); in CreateChannel()
560 ep1_ch1()->SetIceCredentials(kIceUfrag[2], kIcePwd[2]); in TestHandleIceUfragPasswordChanged()
562 ep2_ch1()->SetIceCredentials(kIceUfrag[3], kIcePwd[3]); in TestHandleIceUfragPasswordChanged()
Dtransport.cc815 ch->SetIceCredentials(local_description_->ice_ufrag, in ApplyLocalTransportDescription_w()
Dp2ptransportchannel.cc255 void P2PTransportChannel::SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() function in cricket::P2PTransportChannel
/external/chromium_org/remoting/protocol/
Dlibjingle_transport_factory.cc166 channel_->SetIceCredentials(ice_username_fragment_, ice_password_); in DoStart()
314 channel_->SetIceCredentials(ice_username_fragment_, ice_password_); in TryReconnect()