Searched refs:OnRoleConflict (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportproxy.cc37 impl_->SignalRoleConflict.connect(this, &PortProxy::OnRoleConflict);
169 void PortProxy::OnRoleConflict(PortInterface* port) { function in class:cricket::PortProxy
H A Dportproxy.h94 void OnRoleConflict(PortInterface* port);
H A Dp2ptransportchannel.h150 void OnRoleConflict(PortInterface* port);
H A Ddtlstransportchannel.cc121 &DtlsTransportChannelWrapper::OnRoleConflict);
563 void DtlsTransportChannelWrapper::OnRoleConflict( function in class:cricket::DtlsTransportChannelWrapper
H A Ddtlstransportchannel.h226 void OnRoleConflict(TransportChannelImpl* channel);
H A Dtransport.h420 void OnRoleConflict(TransportChannelImpl* channel);
H A Dp2ptransportchannel_unittest.cc224 void OnRoleConflict(bool role_conflict) { role_conflict_ = role_conflict; } function in struct:P2PTransportChannelTestBase::Endpoint
312 this, &P2PTransportChannelTestBase::OnRoleConflict);
614 void OnRoleConflict(cricket::TransportChannelImpl* channel) { function in class:P2PTransportChannelTestBase
615 GetEndpoint(channel)->OnRoleConflict(true);
H A Dp2ptransportchannel.cc372 this, &P2PTransportChannel::OnRoleConflict);
566 void P2PTransportChannel::OnRoleConflict(PortInterface* port) { function in class:cricket::P2PTransportChannel
H A Dtransport.cc213 impl->SignalRoleConflict.connect(this, &Transport::OnRoleConflict);
598 void Transport::OnRoleConflict(TransportChannelImpl* channel) { function in class:cricket::Transport
H A Dsession.h450 virtual void OnRoleConflict();
H A Dsession.cc490 this, &BaseSession::OnRoleConflict);
735 void BaseSession::OnRoleConflict() { function in class:cricket::BaseSession
H A Dport_unittest.cc544 port->SignalRoleConflict.connect(this, &PortTest::OnRoleConflict);
560 void OnRoleConflict(PortInterface* port) { function in class:PortTest

Completed in 364 milliseconds