Searched refs:SetIceCredentials (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | dtlstransportchannel.h | 199 virtual void SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() function 201 channel_->SetIceCredentials(ice_ufrag, ice_pwd); in SetIceCredentials()
|
D | transportchannelimpl.h | 61 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 | 83 virtual void SetIceCredentials(const std::string& ice_ufrag,
|
D | fakesession.h | 105 virtual void SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() function
|
D | p2ptransportchannel_unittest.cc | 320 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()
|
D | transport.cc | 647 ch->SetIceCredentials(local_description_->ice_ufrag, in ApplyLocalTransportDescription_w()
|
D | p2ptransportchannel.cc | 250 void P2PTransportChannel::SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() function in cricket::P2PTransportChannel
|
/external/chromium_org/remoting/protocol/ |
D | libjingle_transport_factory.cc | 198 channel_->SetIceCredentials(ice_username_fragment_, ice_password_); in DoStart() 376 channel_->SetIceCredentials(ice_username_fragment_, ice_password_); in TryReconnect()
|