/external/webrtc/webrtc/p2p/base/ |
D | transport_unittest.cc | 63 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()
|
D | port_unittest.cc | 386 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 …]
|
D | transport.cc | 73 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()
|
D | transportcontroller_unittest.cc | 108 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()
|
D | transportcontroller.cc | 64 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()
|
D | dtlstransportchannel.h | 91 void SetIceRole(IceRole role) override { channel_->SetIceRole(role); } in SetIceRole() function
|
D | faketransportcontroller.h | 85 void SetIceRole(IceRole role) override { role_ = role; } in SetIceRole() function 478 SetIceRole(role); in FakeTransportController() 488 SetIceRole(role); in FakeTransportController()
|
D | p2ptransportchannel_unittest.cc | 242 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 …]
|
D | transportchannelimpl.h | 44 virtual void SetIceRole(IceRole role) = 0;
|
D | portinterface.h | 48 virtual void SetIceRole(IceRole role) = 0;
|
D | turnport_unittest.cc | 228 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()
|
D | transport.h | 177 void SetIceRole(IceRole role);
|
D | transportcontroller.h | 49 void SetIceRole(IceRole ice_role);
|
D | p2ptransportchannel.cc | 277 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()
|
D | p2ptransportchannel.h | 77 void SetIceRole(IceRole role) override;
|
D | port.h | 140 void SetIceRole(IceRole role) { ice_role_ = role; } in SetIceRole() function
|
D | dtlstransportchannel_unittest.cc | 75 transport_->SetIceRole(role); in SetupChannels()
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsession.cc | 566 transport_controller_->SetIceRole(cricket::ICEROLE_CONTROLLED); in WebRtcSession() 811 transport_controller_->SetIceRole(cricket::ICEROLE_CONTROLLING); in SetLocalDescription()
|