Searched defs:OnRoleConflict (Results 1 - 7 of 7) 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 Ddtlstransportchannel.cc121 &DtlsTransportChannelWrapper::OnRoleConflict);
563 void DtlsTransportChannelWrapper::OnRoleConflict( function in class:cricket::DtlsTransportChannelWrapper
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 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 Dport_unittest.cc544 port->SignalRoleConflict.connect(this, &PortTest::OnRoleConflict);
560 void OnRoleConflict(PortInterface* port) { function in class:PortTest
H A Dsession.cc490 this, &BaseSession::OnRoleConflict);
735 void BaseSession::OnRoleConflict() { function in class:cricket::BaseSession

Completed in 121 milliseconds