Home
last modified time | relevance | path

Searched refs:OnRoleConflict (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/p2p/base/
Dp2p_transport_channel.h282 void OnRoleConflict(PortInterface* port);
Dp2p_transport_channel.cc893 port->SignalRoleConflict.connect(this, &P2PTransportChannel::OnRoleConflict); in OnPortReady()
1100 void P2PTransportChannel::OnRoleConflict(PortInterface* port) { in OnRoleConflict() function in cricket::P2PTransportChannel
Dp2p_transport_channel_unittest.cc329 void OnRoleConflict(bool role_conflict) { role_conflict_ = role_conflict; } in OnRoleConflict() function
416 this, &P2PTransportChannelTestBase::OnRoleConflict); in CreateChannel()
865 void OnRoleConflict(IceTransportInternal* channel) { in OnRoleConflict() function in cricket::P2PTransportChannelTestBase
866 GetEndpoint(channel)->OnRoleConflict(true); in OnRoleConflict()
Dport_unittest.cc753 port->SignalRoleConflict.connect(this, &PortTest::OnRoleConflict); in CreateTestPort()
772 port->SignalRoleConflict.connect(this, &PortTest::OnRoleConflict); in CreateTestPort()
776 void OnRoleConflict(PortInterface* port) { role_conflict_ = true; } in OnRoleConflict() function in cricket::PortTest