Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dtransport_unittest.cc63 transport_->SetIceRole(cricket::ICEROLE_CONTROLLING); in TEST_F()
84 transport_->SetIceRole(cricket::ICEROLE_CONTROLLED); in TEST_F()
104 transport_->SetIceRole(cricket::ICEROLE_CONTROLLED); in TEST_F()
127 transport_->SetIceRole(cricket::ICEROLE_CONTROLLING); in TEST_F()
150 transport_->SetIceRole(cricket::ICEROLE_CONTROLLING); in TEST_F()
177 transport_->SetIceRole(cricket::ICEROLE_CONTROLLED); in TEST_F()
197 transport_->SetIceRole(cricket::ICEROLE_CONTROLLING); in TEST_F()
Dport_unittest.cc386 port1->SetIceRole(cricket::ICEROLE_CONTROLLING); in TestLocalToLocal()
388 port2->SetIceRole(cricket::ICEROLE_CONTROLLED); in TestLocalToLocal()
393 port1->SetIceRole(cricket::ICEROLE_CONTROLLING); in TestLocalToStun()
396 port2->SetIceRole(cricket::ICEROLE_CONTROLLED); in TestLocalToStun()
403 port1->SetIceRole(cricket::ICEROLE_CONTROLLING); in TestLocalToRelay()
405 port2->SetIceRole(cricket::ICEROLE_CONTROLLED); in TestLocalToRelay()
412 port1->SetIceRole(cricket::ICEROLE_CONTROLLING); in TestStunToLocal()
414 port2->SetIceRole(cricket::ICEROLE_CONTROLLED); in TestStunToLocal()
421 port1->SetIceRole(cricket::ICEROLE_CONTROLLING); in TestStunToStun()
424 port2->SetIceRole(cricket::ICEROLE_CONTROLLED); in TestStunToStun()
[all …]
Dtransport.cc73 void Transport::SetIceRole(IceRole role) { in SetIceRole() function in cricket::Transport
76 kv.second->SetIceRole(ice_role_); in SetIceRole()
114 SetIceRole(new_ice_role); in SetLocalTransportDescription()
187 channel->SetIceRole(ice_role_); in CreateChannel()
372 SetIceRole(ICEROLE_CONTROLLING); in NegotiateTransportDescription()
Dtransportcontroller_unittest.cc108 transport_controller_->SetIceRole(cricket::ICEROLE_CONTROLLING); in CreateChannelsAndCompleteConnection_w()
232 transport_controller_->SetIceRole(cricket::ICEROLE_CONTROLLING); in TEST_F()
234 transport_controller_->SetIceRole(cricket::ICEROLE_CONTROLLED); in TEST_F()
251 transport_controller_->SetIceRole(cricket::ICEROLE_CONTROLLING); in TEST_F()
426 transport_controller_->SetIceRole(cricket::ICEROLE_CONTROLLING); in TEST_F()
443 transport_controller_->SetIceRole(cricket::ICEROLE_CONTROLLING); in TEST_F()
477 transport_controller_->SetIceRole(cricket::ICEROLE_CONTROLLING); in TEST_F()
629 transport_controller_->SetIceRole(cricket::ICEROLE_CONTROLLING); in TEST_F()
Dtransportcontroller.cc64 void TransportController::SetIceRole(IceRole ice_role) { in SetIceRole() function in cricket::TransportController
288 transport->SetIceRole(ice_role_); in GetOrCreateTransport_w()
343 kv.second->SetIceRole(ice_role_); in SetIceRole_w()
536 kv.second->SetIceRole(reversed_role); in OnChannelRoleConflict_w()
Ddtlstransportchannel.h91 void SetIceRole(IceRole role) override { channel_->SetIceRole(role); } in SetIceRole() function
Dfaketransportcontroller.h85 void SetIceRole(IceRole role) override { role_ = role; } in SetIceRole() function
478 SetIceRole(role); in FakeTransportController()
488 SetIceRole(role); in FakeTransportController()
Dp2ptransportchannel_unittest.cc242 void SetIceRole(cricket::IceRole role) { role_ = role; } in SetIceRole() function
322 channel->SetIceRole(GetEndpoint(endpoint)->ice_role()); in CreateChannel()
384 void SetIceRole(int endpoint, cricket::IceRole role) { in SetIceRole() function in P2PTransportChannelTestBase
385 GetEndpoint(endpoint)->SetIceRole(role); in SetIceRole()
616 SetIceRole(1, cricket::ICEROLE_CONTROLLING); in TestSignalRoleConflict()
709 channel->SetIceRole(new_role); in OnRoleConflict()
1347 SetIceRole(0, cricket::ICEROLE_CONTROLLING); in TEST_F()
1349 SetIceRole(1, cricket::ICEROLE_CONTROLLING); in TEST_F()
1362 ep1_ch1()->SetIceRole(cricket::ICEROLE_CONTROLLED); in TEST_F()
1763 ch->SetIceRole(cricket::ICEROLE_CONTROLLING); in PrepareChannel()
[all …]
Dtransportchannelimpl.h44 virtual void SetIceRole(IceRole role) = 0;
Dportinterface.h48 virtual void SetIceRole(IceRole role) = 0;
Dturnport_unittest.cc228 turn_port_->SetIceRole(cricket::ICEROLE_CONTROLLING); in CreateTurnPort()
246 turn_port_->SetIceRole(cricket::ICEROLE_CONTROLLING); in CreateTurnPortWithOrigin()
268 turn_port_->SetIceRole(cricket::ICEROLE_CONTROLLING); in CreateSharedTurnPort()
295 udp_port_->SetIceRole(cricket::ICEROLE_CONTROLLED); in CreateUdpPort()
Dtransport.h177 void SetIceRole(IceRole role);
Dtransportcontroller.h49 void SetIceRole(IceRole ice_role);
Dp2ptransportchannel.cc277 void P2PTransportChannel::SetIceRole(IceRole ice_role) { in SetIceRole() function in cricket::P2PTransportChannel
283 (*it)->SetIceRole(ice_role); in SetIceRole()
450 port->SetIceRole(ice_role_); in OnPortReady()
Dp2ptransportchannel.h77 void SetIceRole(IceRole role) override;
Dport.h140 void SetIceRole(IceRole role) { ice_role_ = role; } in SetIceRole() function
Ddtlstransportchannel_unittest.cc75 transport_->SetIceRole(role); in SetupChannels()
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc566 transport_controller_->SetIceRole(cricket::ICEROLE_CONTROLLED); in WebRtcSession()
811 transport_controller_->SetIceRole(cricket::ICEROLE_CONTROLLING); in SetLocalDescription()