OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetRemoteIceCredentials
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/p2p/base/
transportchannelimpl.h
54
//
SetRemoteIceCredentials
only need to be implemented by the ICE
56
virtual void
SetRemoteIceCredentials
(const std::string& ice_ufrag,
dtlstransportchannel.h
174
void
SetRemoteIceCredentials
(const std::string& ice_ufrag,
176
channel_->
SetRemoteIceCredentials
(ice_ufrag, ice_pwd);
p2ptransportchannel_unittest.cc
320
channel->
SetRemoteIceCredentials
(remote_ice_ufrag, remote_ice_pwd);
577
ep1_ch1()->
SetRemoteIceCredentials
(kIceUfrag[1], kIcePwd[1]);
578
ep2_ch1()->
SetRemoteIceCredentials
(kIceUfrag[0], kIcePwd[0]);
591
ep1_ch1()->
SetRemoteIceCredentials
(kIceUfrag[3], kIcePwd[3]);
594
ep2_ch1()->
SetRemoteIceCredentials
(kIceUfrag[2], kIcePwd[2]);
[
all
...]
p2ptransportchannel.h
82
void
SetRemoteIceCredentials
(const std::string& ice_ufrag,
transport.cc
351
ch->
SetRemoteIceCredentials
(remote_description_->ice_ufrag,
faketransportcontroller.h
95
void
SetRemoteIceCredentials
(const std::string& ice_ufrag,
p2ptransportchannel.cc
346
void P2PTransportChannel::
SetRemoteIceCredentials
(const std::string& ice_ufrag,
[
all
...]
Completed in 37 milliseconds