Home
last modified time | relevance | path

Searched refs:SetIceRole (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransport_unittest.cc157 transport_->SetIceRole(cricket::ICEROLE_CONTROLLING); in TEST_F()
180 transport_->SetIceRole(cricket::ICEROLE_CONTROLLED); in TEST_F()
189 transport_->SetIceRole(cricket::ICEROLE_CONTROLLING); in TEST_F()
226 transport_->SetIceRole(cricket::ICEROLE_CONTROLLED); in TEST_F()
247 transport_->SetIceRole(cricket::ICEROLE_CONTROLLING); in TEST_F()
Dportproxy.cc61 void PortProxy::SetIceRole(IceRole role) { in SetIceRole() function in cricket::PortProxy
63 impl_->SetIceRole(role); in SetIceRole()
Dport_unittest.cc582 port->SetIceRole(role); in CreateTestPort()
1082 port1->SetIceRole(cricket::ICEROLE_CONTROLLING); in TEST_F()
1086 port2->SetIceRole(cricket::ICEROLE_CONTROLLED); in TEST_F()
1101 lport->SetIceRole(cricket::ICEROLE_CONTROLLING); in TEST_F()
1162 lport->SetIceRole(cricket::ICEROLE_CONTROLLING); in TEST_F()
1167 rport->SetIceRole(cricket::ICEROLE_CONTROLLING); in TEST_F()
1415 lport->SetIceRole(cricket::ICEROLE_CONTROLLING); in TEST_F()
1418 rport->SetIceRole(cricket::ICEROLE_CONTROLLED); in TEST_F()
1557 lport->SetIceRole(cricket::ICEROLE_CONTROLLING); in TEST_F()
1560 rport->SetIceRole(cricket::ICEROLE_CONTROLLED); in TEST_F()
[all …]
Ddtlstransportchannel.h124 virtual void SetIceRole(IceRole role) { in SetIceRole() function
125 channel_->SetIceRole(role); in SetIceRole()
Dtransportchannelimpl.h54 virtual void SetIceRole(IceRole role) = 0;
Dp2ptransportchannel_unittest.cc232 void SetIceRole(cricket::IceRole role) { role_ = role; } in SetIceRole() function
336 channel->SetIceRole(GetEndpoint(endpoint)->ice_role()); in CreateChannel()
411 void SetIceRole(int endpoint, cricket::IceRole role) { in SetIceRole() function in P2PTransportChannelTestBase
412 GetEndpoint(endpoint)->SetIceRole(role); in SetIceRole()
583 SetIceRole(1, cricket::ICEROLE_CONTROLLING); in TestSignalRoleConflict()
612 SetIceRole(0, cricket::ICEROLE_CONTROLLING); in TestHybridConnectivity()
615 SetIceRole(1, cricket::ICEROLE_CONTROLLED); in TestHybridConnectivity()
683 channel->SetIceRole(new_role); in OnRoleConflict()
1448 SetIceRole(0, cricket::ICEROLE_CONTROLLING); in TEST_F()
1451 SetIceRole(1, cricket::ICEROLE_CONTROLLING); in TEST_F()
[all …]
Dportproxy.h55 virtual void SetIceRole(IceRole role);
Dportinterface.h67 virtual void SetIceRole(IceRole role) = 0;
Dturnport_unittest.cc193 turn_port_->SetIceRole(cricket::ICEROLE_CONTROLLING); in CreateTurnPort()
216 turn_port_->SetIceRole(cricket::ICEROLE_CONTROLLING); in CreateSharedTurnPort()
237 udp_port_->SetIceRole(cricket::ICEROLE_CONTROLLED); in CreateUdpPort()
Drawtransportchannel.h98 virtual void SetIceRole(IceRole role) {} in SetIceRole() function
Dtransport.cc147 void Transport::SetIceRole(IceRole role) { in SetIceRole() function in cricket::Transport
227 impl->SetIceRole(ice_role_); in CreateChannel_w()
703 iter->second->SetIceRole(ice_role_); in SetIceRole_w()
Dp2ptransportchannel.h79 virtual void SetIceRole(IceRole role);
Dp2ptransportchannel.cc218 void P2PTransportChannel::SetIceRole(IceRole ice_role) { in SetIceRole() function in cricket::P2PTransportChannel
224 (*it)->SetIceRole(ice_role); in SetIceRole()
370 port->SetIceRole(ice_role_); in OnPortReady()
Dsession.cc275 void TransportProxy::SetIceRole(IceRole role) { in SetIceRole() function in cricket::TransportProxy
276 transport_->get()->SetIceRole(role); in SetIceRole()
530 transport->SetIceRole(initiator_ ? ICEROLE_CONTROLLING : ICEROLE_CONTROLLED); in GetOrCreateTransportProxy()
810 iter->second->SetIceRole(role); in OnRoleConflict()
Dtransport.h245 void SetIceRole(IceRole role);
Dport.h143 void SetIceRole(IceRole role) { ice_role_ = role; } in SetIceRole() function
Dfakesession.h102 virtual void SetIceRole(IceRole role) { role_ = role; } in SetIceRole() function
Dsession.h147 void SetIceRole(IceRole role);
Ddtlstransportchannel_unittest.cc95 transport_->SetIceRole(role); in SetupChannels()