OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetIceCredentials
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannelimpl.h
58
//
SetIceCredentials
only need to be implemented by the ICE
61
virtual void
SetIceCredentials
(const std::string& ice_ufrag,
rawtransportchannel.h
74
virtual void
SetIceCredentials
(const std::string& ice_ufrag,
dtlstransportchannel.h
199
virtual void
SetIceCredentials
(const std::string& ice_ufrag,
201
channel_->
SetIceCredentials
(ice_ufrag, ice_pwd);
p2ptransportchannel.h
83
virtual void
SetIceCredentials
(const std::string& ice_ufrag,
fakesession.h
105
virtual void
SetIceCredentials
(const std::string& ice_ufrag,
p2ptransportchannel_unittest.cc
320
channel->
SetIceCredentials
(local_ice_ufrag, local_ice_pwd);
543
ep1_ch1()->
SetIceCredentials
(kIceUfrag[2], kIcePwd[2]);
545
ep2_ch1()->
SetIceCredentials
(kIceUfrag[3], kIcePwd[3]);
[
all
...]
p2ptransportchannel.cc
250
void P2PTransportChannel::
SetIceCredentials
(const std::string& ice_ufrag,
[
all
...]
transport.cc
647
ch->
SetIceCredentials
(local_description_->ice_ufrag,
/external/chromium_org/remoting/protocol/
libjingle_transport_factory.cc
198
channel_->
SetIceCredentials
(ice_username_fragment_, ice_password_);
376
channel_->
SetIceCredentials
(ice_username_fragment_, ice_password_);
Completed in 71 milliseconds