Searched refs:OnPortDestroyed (Results 1 – 5 of 5) sorted by relevance
123 this, &FakePortAllocatorSession::OnPortDestroyed); in StartGettingPorts()188 void OnPortDestroyed(cricket::PortInterface* port) { in OnPortDestroyed() function
278 void OnPortDestroyed(PortInterface* port);
891 port->SignalDestroyed.connect(this, &P2PTransportChannel::OnPortDestroyed); in OnPortReady()2044 void P2PTransportChannel::OnPortDestroyed(PortInterface* port) { in OnPortDestroyed() function in cricket::P2PTransportChannel
234 void OnPortDestroyed(PortInterface* port);393 void OnPortDestroyed(PortInterface* port);
904 &BasicPortAllocatorSession::OnPortDestroyed); in AddAllocatedPort()1154 void BasicPortAllocatorSession::OnPortDestroyed(PortInterface* port) { in OnPortDestroyed() function in cricket::BasicPortAllocatorSession1426 port->SignalDestroyed.connect(this, &AllocationSequence::OnPortDestroyed); in CreateUDPPorts()1565 port->SignalDestroyed.connect(this, &AllocationSequence::OnPortDestroyed); in CreateTurnPort()1621 void AllocationSequence::OnPortDestroyed(PortInterface* port) { in OnPortDestroyed() function in cricket::AllocationSequence