Searched refs:OnRoleConflict (Results 1 – 6 of 6) sorted by relevance
114 &DtlsTransportChannelWrapper::OnRoleConflict); in DtlsTransportChannelWrapper()613 void DtlsTransportChannelWrapper::OnRoleConflict( in OnRoleConflict() function in cricket::DtlsTransportChannelWrapper
216 void OnRoleConflict(TransportChannelImpl* channel);
230 void OnRoleConflict(PortInterface* port);
457 this, &P2PTransportChannel::OnRoleConflict); in OnPortReady()632 void P2PTransportChannel::OnRoleConflict(PortInterface* port) { in OnRoleConflict() function in cricket::P2PTransportChannel
246 void OnRoleConflict(bool role_conflict) { role_conflict_ = role_conflict; } in OnRoleConflict() function315 this, &P2PTransportChannelTestBase::OnRoleConflict); in CreateChannel()704 void OnRoleConflict(cricket::TransportChannelImpl* channel) { in OnRoleConflict() function in P2PTransportChannelTestBase705 GetEndpoint(channel)->OnRoleConflict(true); in OnRoleConflict()
722 port->SignalRoleConflict.connect(this, &PortTest::OnRoleConflict); in CreateTestPort()736 void OnRoleConflict(PortInterface* port) { in OnRoleConflict() function in PortTest