Searched refs:SetRemoteIceCredentials (Results 1 – 8 of 8) sorted by relevance
| /external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
| D | dtlstransportchannel.h | 209 virtual void SetRemoteIceCredentials(const std::string& ice_ufrag, in SetRemoteIceCredentials() function 211 channel_->SetRemoteIceCredentials(ice_ufrag, ice_pwd); in SetRemoteIceCredentials()
|
| D | transportchannelimpl.h | 67 virtual void SetRemoteIceCredentials(const std::string& ice_ufrag,
|
| D | rawtransportchannel.h | 76 virtual void SetRemoteIceCredentials(const std::string& ice_ufrag, in SetRemoteIceCredentials() function
|
| D | p2ptransportchannel.h | 87 virtual void SetRemoteIceCredentials(const std::string& ice_ufrag,
|
| D | p2ptransportchannel_unittest.cc | 334 channel->SetRemoteIceCredentials(remote_ice_ufrag, remote_ice_pwd); in CreateChannel() 544 ep1_ch1()->SetRemoteIceCredentials(kIceUfrag[1], kIcePwd[1]); in TestHandleIceUfragPasswordChanged() 545 ep2_ch1()->SetRemoteIceCredentials(kIceUfrag[0], kIcePwd[0]); in TestHandleIceUfragPasswordChanged() 558 ep1_ch1()->SetRemoteIceCredentials(kIceUfrag[3], kIcePwd[3]); in TestHandleIceUfragPasswordChanged() 560 ep2_ch1()->SetRemoteIceCredentials(kIceUfrag[2], kIcePwd[2]); in TestHandleIceUfragPasswordChanged()
|
| D | fakesession.h | 116 virtual void SetRemoteIceCredentials(const std::string& ice_ufrag, in SetRemoteIceCredentials() function
|
| D | transport.cc | 793 ch->SetRemoteIceCredentials(remote_description_->ice_ufrag, in ApplyRemoteTransportDescription_w()
|
| D | p2ptransportchannel.cc | 274 void P2PTransportChannel::SetRemoteIceCredentials(const std::string& ice_ufrag, in SetRemoteIceCredentials() function in cricket::P2PTransportChannel
|