Searched refs:SetIceCredentials (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | dtlstransportchannel.h | 205 virtual void SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() function 207 channel_->SetIceCredentials(ice_ufrag, ice_pwd); in SetIceCredentials()
|
D | transportchannelimpl.h | 63 virtual void SetIceCredentials(const std::string& ice_ufrag,
|
D | rawtransportchannel.h | 74 virtual void SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() function
|
D | p2ptransportchannel.h | 85 virtual void SetIceCredentials(const std::string& ice_ufrag,
|
D | fakesession.h | 111 virtual void SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() function
|
D | p2ptransportchannel_unittest.cc | 333 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()
|
D | transport.cc | 815 ch->SetIceCredentials(local_description_->ice_ufrag, in ApplyLocalTransportDescription_w()
|
D | p2ptransportchannel.cc | 255 void P2PTransportChannel::SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() function in cricket::P2PTransportChannel
|
/external/chromium_org/remoting/protocol/ |
D | libjingle_transport_factory.cc | 166 channel_->SetIceCredentials(ice_username_fragment_, ice_password_); in DoStart() 314 channel_->SetIceCredentials(ice_username_fragment_, ice_password_); in TryReconnect()
|