Searched refs:OnRoleConflict (Results 1 – 12 of 12) sorted by relevance
37 impl_->SignalRoleConflict.connect(this, &PortProxy::OnRoleConflict); in set_impl()169 void PortProxy::OnRoleConflict(PortInterface* port) { in OnRoleConflict() function in cricket::PortProxy
96 void OnRoleConflict(PortInterface* port);
124 &DtlsTransportChannelWrapper::OnRoleConflict); in DtlsTransportChannelWrapper()618 void DtlsTransportChannelWrapper::OnRoleConflict( in OnRoleConflict() function in cricket::DtlsTransportChannelWrapper
243 void OnRoleConflict(TransportChannelImpl* channel);
212 void OnRoleConflict(PortInterface* port);
445 void OnRoleConflict(TransportChannelImpl* channel);
246 impl->SignalRoleConflict.connect(this, &Transport::OnRoleConflict); in CreateChannel_w()649 void Transport::OnRoleConflict(TransportChannelImpl* channel) { in OnRoleConflict() function in cricket::Transport
377 this, &P2PTransportChannel::OnRoleConflict); in OnPortReady()586 void P2PTransportChannel::OnRoleConflict(PortInterface* port) { in OnRoleConflict() function in cricket::P2PTransportChannel
240 void OnRoleConflict(bool role_conflict) { role_conflict_ = role_conflict; } in OnRoleConflict() function328 this, &P2PTransportChannelTestBase::OnRoleConflict); in CreateChannel()678 void OnRoleConflict(cricket::TransportChannelImpl* channel) { in OnRoleConflict() function in P2PTransportChannelTestBase679 GetEndpoint(channel)->OnRoleConflict(true); in OnRoleConflict()
485 virtual void OnRoleConflict();
547 this, &BaseSession::OnRoleConflict); in GetOrCreateTransportProxy()799 void BaseSession::OnRoleConflict() { in OnRoleConflict() function in cricket::BaseSession
571 port->SignalRoleConflict.connect(this, &PortTest::OnRoleConflict); in CreateTestPort()587 void OnRoleConflict(PortInterface* port) { in OnRoleConflict() function in PortTest