Searched refs:SignalDestroyed (Results 1 – 7 of 7) sorted by relevance
87 sigslot::signal1<TransportChannel*> SignalDestroyed; variable
208 sigslot::signal1<Port*> SignalDestroyed; variable318 sigslot::signal1<Connection*> SignalDestroyed; variable
192 conn->SignalDestroyed.connect(this, &Port::OnConnectionDestroyed); in AddConnection()449 SignalDestroyed(this); in Destroy()854 SignalDestroyed(this); in OnMessage()
276 port->SignalDestroyed.connect(this, &P2PTransportChannel::OnPortDestroyed); in OnPortReady()429 connection->SignalDestroyed.connect( in CreateConnection()
64 iter->second->SignalDestroyed(iter->second); in ~TransportProxy()100 channel->SignalDestroyed(channel); in DestroyChannel()
136 channel_->SignalDestroyed.connect(this, in Connect()
416 port->SignalDestroyed.connect(this, in AddAllocatedPort()