Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dportproxy.cc37 impl_->SignalRoleConflict.connect(this, &PortProxy::OnRoleConflict); in set_impl()
169 void PortProxy::OnRoleConflict(PortInterface* port) { in OnRoleConflict() function in cricket::PortProxy
Dportproxy.h96 void OnRoleConflict(PortInterface* port);
Ddtlstransportchannel.cc124 &DtlsTransportChannelWrapper::OnRoleConflict); in DtlsTransportChannelWrapper()
618 void DtlsTransportChannelWrapper::OnRoleConflict( in OnRoleConflict() function in cricket::DtlsTransportChannelWrapper
Ddtlstransportchannel.h243 void OnRoleConflict(TransportChannelImpl* channel);
Dp2ptransportchannel.h212 void OnRoleConflict(PortInterface* port);
Dtransport.h445 void OnRoleConflict(TransportChannelImpl* channel);
Dtransport.cc246 impl->SignalRoleConflict.connect(this, &Transport::OnRoleConflict); in CreateChannel_w()
649 void Transport::OnRoleConflict(TransportChannelImpl* channel) { in OnRoleConflict() function in cricket::Transport
Dp2ptransportchannel.cc377 this, &P2PTransportChannel::OnRoleConflict); in OnPortReady()
586 void P2PTransportChannel::OnRoleConflict(PortInterface* port) { in OnRoleConflict() function in cricket::P2PTransportChannel
Dp2ptransportchannel_unittest.cc240 void OnRoleConflict(bool role_conflict) { role_conflict_ = role_conflict; } in OnRoleConflict() function
328 this, &P2PTransportChannelTestBase::OnRoleConflict); in CreateChannel()
678 void OnRoleConflict(cricket::TransportChannelImpl* channel) { in OnRoleConflict() function in P2PTransportChannelTestBase
679 GetEndpoint(channel)->OnRoleConflict(true); in OnRoleConflict()
Dsession.h485 virtual void OnRoleConflict();
Dsession.cc547 this, &BaseSession::OnRoleConflict); in GetOrCreateTransportProxy()
799 void BaseSession::OnRoleConflict() { in OnRoleConflict() function in cricket::BaseSession
Dport_unittest.cc571 port->SignalRoleConflict.connect(this, &PortTest::OnRoleConflict); in CreateTestPort()
587 void OnRoleConflict(PortInterface* port) { in OnRoleConflict() function in PortTest