OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetIceProtocolType
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portproxy.cc
50
void PortProxy::
SetIceProtocolType
(IceProtocolType protocol) {
52
impl_->
SetIceProtocolType
(protocol);
rawtransportchannel.h
102
virtual void
SetIceProtocolType
(IceProtocolType type) {}
dtlstransportchannel.h
202
virtual void
SetIceProtocolType
(IceProtocolType type) {
203
channel_->
SetIceProtocolType
(type);
fakesession.h
110
virtual void
SetIceProtocolType
(IceProtocolType type) { ice_proto_ = type; }
p2ptransportchannel.cc
245
void P2PTransportChannel::
SetIceProtocolType
(IceProtocolType type) {
251
(*it)->
SetIceProtocolType
(protocol_type_);
369
port->
SetIceProtocolType
(protocol_type_);
[
all
...]
port.h
136
virtual void
SetIceProtocolType
(IceProtocolType protocol) {
p2ptransportchannel_unittest.cc
234
void
SetIceProtocolType
(cricket::IceProtocolType type) {
329
channel->
SetIceProtocolType
(GetEndpoint(endpoint)->protocol_type());
409
GetEndpoint(endpoint)->
SetIceProtocolType
(type);
629
ep1_ch1()->
SetIceProtocolType
(proto);
[
all
...]
port_unittest.cc
438
port->
SetIceProtocolType
(ice_protocol_);
443
port->
SetIceProtocolType
(ice_protocol_);
451
port->
SetIceProtocolType
(ice_protocol_);
459
port->
SetIceProtocolType
(ice_protocol_);
485
port->
SetIceProtocolType
(ice_protocol_);
502
port->
SetIceProtocolType
(ice_protocol_);
549
void
SetIceProtocolType
(cricket::IceProtocolType protocol) {
581
port->
SetIceProtocolType
(type);
[
all
...]
Completed in 458 milliseconds