OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetRemoteIceCredentials
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannelimpl.h
65
//
SetRemoteIceCredentials
only need to be implemented by the ICE
67
virtual void
SetRemoteIceCredentials
(const std::string& ice_ufrag,
rawtransportchannel.h
76
virtual void
SetRemoteIceCredentials
(const std::string& ice_ufrag,
dtlstransportchannel.h
209
virtual void
SetRemoteIceCredentials
(const std::string& ice_ufrag,
211
channel_->
SetRemoteIceCredentials
(ice_ufrag, ice_pwd);
p2ptransportchannel.h
87
virtual void
SetRemoteIceCredentials
(const std::string& ice_ufrag,
fakesession.h
116
virtual void
SetRemoteIceCredentials
(const std::string& ice_ufrag,
p2ptransportchannel_unittest.cc
337
channel->
SetRemoteIceCredentials
(remote_ice_ufrag, remote_ice_pwd);
547
ep1_ch1()->
SetRemoteIceCredentials
(kIceUfrag[1], kIcePwd[1]);
548
ep2_ch1()->
SetRemoteIceCredentials
(kIceUfrag[0], kIcePwd[0]);
561
ep1_ch1()->
SetRemoteIceCredentials
(kIceUfrag[3], kIcePwd[3]);
563
ep2_ch1()->
SetRemoteIceCredentials
(kIceUfrag[2], kIcePwd[2]);
[
all
...]
p2ptransportchannel.cc
275
void P2PTransportChannel::
SetRemoteIceCredentials
(const std::string& ice_ufrag,
[
all
...]
transport.cc
822
ch->
SetRemoteIceCredentials
(remote_description_->ice_ufrag,
Completed in 143 milliseconds