Searched refs:SetIceRole (Results 1 – 14 of 14) sorted by relevance
415 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 …]
208 client->SetIceRole(cricket::ICEROLE_CONTROLLING); in TEST_F()209 server->SetIceRole(cricket::ICEROLE_CONTROLLED); in TEST_F()
59 void SetIceRole(IceRole role) override {} in SetIceRole() function
325 void SetIceRole(IceRole role) { role_ = role; } in SetIceRole() function425 channel->SetIceRole(GetEndpoint(endpoint)->ice_role()); in CreateChannel()500 void SetIceRole(int endpoint, IceRole role) { in SetIceRole() function in cricket::P2PTransportChannelTestBase501 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 …]
53 virtual void SetIceRole(IceRole role) = 0;
227 virtual void SetIceRole(IceRole role) = 0;
162 void SetIceRole(IceRole role) override { role_ = role; } in SetIceRole() function
300 void P2PTransportChannel::SetIceRole(IceRole ice_role) { in SetIceRole() function in cricket::P2PTransportChannel305 port->SetIceRole(ice_role); in SetIceRole()310 port->SetIceRole(ice_role); in SetIceRole()886 port->SetIceRole(ice_role_); in OnPortReady()
196 void SetIceRole(IceRole role) override;
107 void SetIceRole(IceRole role) override;
285 turn_port_->SetIceRole(ICEROLE_CONTROLLING); in CreateTurnPortWithAllParams()316 turn_port_->SetIceRole(ICEROLE_CONTROLLING); in CreateSharedTurnPort()345 udp_port_->SetIceRole(ICEROLE_CONTROLLED); in CreateUdpPort()
82 fake_ice_transport_->SetIceRole(role); in SetupTransports()
217 void Port::SetIceRole(IceRole role) { in SetIceRole() function in cricket::Port
452 dtls->ice_transport()->SetIceRole(ice_role_); in CreateDtlsTransport()1071 dtls->ice_transport()->SetIceRole(ice_role_); in SetIceRole_n()