Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dport_unittest.cc415 port1->SetIceRole(cricket::ICEROLE_CONTROLLING); in TestLocalToLocal()
417 port2->SetIceRole(cricket::ICEROLE_CONTROLLED); in TestLocalToLocal()
423 port1->SetIceRole(cricket::ICEROLE_CONTROLLING); in TestLocalToStun()
426 port2->SetIceRole(cricket::ICEROLE_CONTROLLED); in TestLocalToStun()
433 port1->SetIceRole(cricket::ICEROLE_CONTROLLING); in TestLocalToRelay()
435 port2->SetIceRole(cricket::ICEROLE_CONTROLLED); in TestLocalToRelay()
442 port1->SetIceRole(cricket::ICEROLE_CONTROLLING); in TestStunToLocal()
444 port2->SetIceRole(cricket::ICEROLE_CONTROLLED); in TestStunToLocal()
451 port1->SetIceRole(cricket::ICEROLE_CONTROLLING); in TestStunToStun()
454 port2->SetIceRole(cricket::ICEROLE_CONTROLLED); in TestStunToStun()
[all …]
Dtcp_port_unittest.cc208 client->SetIceRole(cricket::ICEROLE_CONTROLLING); in TEST_F()
209 server->SetIceRole(cricket::ICEROLE_CONTROLLED); in TEST_F()
Dmock_ice_transport.h59 void SetIceRole(IceRole role) override {} in SetIceRole() function
Dp2p_transport_channel_unittest.cc325 void SetIceRole(IceRole role) { role_ = role; } in SetIceRole() function
425 channel->SetIceRole(GetEndpoint(endpoint)->ice_role()); in CreateChannel()
500 void SetIceRole(int endpoint, IceRole role) { in SetIceRole() function in cricket::P2PTransportChannelTestBase
501 GetEndpoint(endpoint)->SetIceRole(role); in SetIceRole()
724 SetIceRole(1, ICEROLE_CONTROLLING); in TestSignalRoleConflict()
870 channel->SetIceRole(new_role); in OnRoleConflict()
1845 SetIceRole(0, ICEROLE_CONTROLLING); in TEST_F()
1847 SetIceRole(1, ICEROLE_CONTROLLING); in TEST_F()
1860 ep1_ch1()->SetIceRole(ICEROLE_CONTROLLED); in TEST_F()
2253 SetIceRole(0, ICEROLE_CONTROLLING); in TEST_F()
[all …]
Dport_interface.h53 virtual void SetIceRole(IceRole role) = 0;
Dice_transport_internal.h227 virtual void SetIceRole(IceRole role) = 0;
Dfake_ice_transport.h162 void SetIceRole(IceRole role) override { role_ = role; } in SetIceRole() function
Dp2p_transport_channel.cc300 void P2PTransportChannel::SetIceRole(IceRole ice_role) { in SetIceRole() function in cricket::P2PTransportChannel
305 port->SetIceRole(ice_role); in SetIceRole()
310 port->SetIceRole(ice_role); in SetIceRole()
886 port->SetIceRole(ice_role_); in OnPortReady()
Dport.h196 void SetIceRole(IceRole role) override;
Dp2p_transport_channel.h107 void SetIceRole(IceRole role) override;
Dturn_port_unittest.cc285 turn_port_->SetIceRole(ICEROLE_CONTROLLING); in CreateTurnPortWithAllParams()
316 turn_port_->SetIceRole(ICEROLE_CONTROLLING); in CreateSharedTurnPort()
345 udp_port_->SetIceRole(ICEROLE_CONTROLLED); in CreateUdpPort()
Ddtls_transport_unittest.cc82 fake_ice_transport_->SetIceRole(role); in SetupTransports()
Dport.cc217 void Port::SetIceRole(IceRole role) { in SetIceRole() function in cricket::Port
/external/webrtc/pc/
Djsep_transport_controller.cc452 dtls->ice_transport()->SetIceRole(ice_role_); in CreateDtlsTransport()
1071 dtls->ice_transport()->SetIceRole(ice_role_); in SetIceRole_n()