Searched refs:OnRoleConflict (Results 1 – 4 of 4) sorted by relevance
282 void OnRoleConflict(PortInterface* port);
893 port->SignalRoleConflict.connect(this, &P2PTransportChannel::OnRoleConflict); in OnPortReady()1100 void P2PTransportChannel::OnRoleConflict(PortInterface* port) { in OnRoleConflict() function in cricket::P2PTransportChannel
329 void OnRoleConflict(bool role_conflict) { role_conflict_ = role_conflict; } in OnRoleConflict() function416 this, &P2PTransportChannelTestBase::OnRoleConflict); in CreateChannel()865 void OnRoleConflict(IceTransportInternal* channel) { in OnRoleConflict() function in cricket::P2PTransportChannelTestBase866 GetEndpoint(channel)->OnRoleConflict(true); in OnRoleConflict()
753 port->SignalRoleConflict.connect(this, &PortTest::OnRoleConflict); in CreateTestPort()772 port->SignalRoleConflict.connect(this, &PortTest::OnRoleConflict); in CreateTestPort()776 void OnRoleConflict(PortInterface* port) { role_conflict_ = true; } in OnRoleConflict() function in cricket::PortTest