Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Ddtlstransportchannel.cc114 &DtlsTransportChannelWrapper::OnRoleConflict); in DtlsTransportChannelWrapper()
613 void DtlsTransportChannelWrapper::OnRoleConflict( in OnRoleConflict() function in cricket::DtlsTransportChannelWrapper
Ddtlstransportchannel.h216 void OnRoleConflict(TransportChannelImpl* channel);
Dp2ptransportchannel.h230 void OnRoleConflict(PortInterface* port);
Dp2ptransportchannel.cc457 this, &P2PTransportChannel::OnRoleConflict); in OnPortReady()
632 void P2PTransportChannel::OnRoleConflict(PortInterface* port) { in OnRoleConflict() function in cricket::P2PTransportChannel
Dp2ptransportchannel_unittest.cc246 void OnRoleConflict(bool role_conflict) { role_conflict_ = role_conflict; } in OnRoleConflict() function
315 this, &P2PTransportChannelTestBase::OnRoleConflict); in CreateChannel()
704 void OnRoleConflict(cricket::TransportChannelImpl* channel) { in OnRoleConflict() function in P2PTransportChannelTestBase
705 GetEndpoint(channel)->OnRoleConflict(true); in OnRoleConflict()
Dport_unittest.cc722 port->SignalRoleConflict.connect(this, &PortTest::OnRoleConflict); in CreateTestPort()
736 void OnRoleConflict(PortInterface* port) { in OnRoleConflict() function in PortTest