Searched defs:OnRoleConflict (Results 1 - 4 of 4) sorted by relevance

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

Completed in 579 milliseconds