OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetIceProtocolType
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portproxy.h
51
virtual void
SetIceProtocolType
(IceProtocolType protocol);
transportchannelimpl.h
57
virtual void
SetIceProtocolType
(IceProtocolType type) = 0;
portproxy.cc
50
void PortProxy::
SetIceProtocolType
(IceProtocolType protocol) {
52
impl_->
SetIceProtocolType
(protocol);
portinterface.h
64
virtual void
SetIceProtocolType
(IceProtocolType protocol) = 0;
rawtransportchannel.h
100
virtual void
SetIceProtocolType
(IceProtocolType type) {}
dtlstransportchannel.h
196
virtual void
SetIceProtocolType
(IceProtocolType type) {
197
channel_->
SetIceProtocolType
(type);
port_unittest.cc
423
port->
SetIceProtocolType
(ice_protocol_);
428
port->
SetIceProtocolType
(ice_protocol_);
436
port->
SetIceProtocolType
(ice_protocol_);
444
port->
SetIceProtocolType
(ice_protocol_);
463
port->
SetIceProtocolType
(ice_protocol_);
480
port->
SetIceProtocolType
(ice_protocol_);
522
void
SetIceProtocolType
(cricket::IceProtocolType protocol) {
554
port->
SetIceProtocolType
(type);
[
all
...]
p2ptransportchannel.h
82
virtual void
SetIceProtocolType
(IceProtocolType type);
p2ptransportchannel.cc
240
void P2PTransportChannel::
SetIceProtocolType
(IceProtocolType type) {
246
(*it)->
SetIceProtocolType
(protocol_type_);
364
port->
SetIceProtocolType
(protocol_type_);
[
all
...]
fakesession.h
104
virtual void
SetIceProtocolType
(IceProtocolType type) { ice_proto_ = type; }
p2ptransportchannel_unittest.cc
224
void
SetIceProtocolType
(cricket::IceProtocolType type) {
319
channel->
SetIceProtocolType
(GetEndpoint(endpoint)->protocol_type());
396
GetEndpoint(endpoint)->
SetIceProtocolType
(type);
[
all
...]
port.h
136
virtual void
SetIceProtocolType
(IceProtocolType protocol) {
transport.cc
660
channel->
SetIceProtocolType
(protocol_);
Completed in 749 milliseconds