Home
last modified time | relevance | path

Searched refs:SignalDestroyed (Results 1 – 20 of 20) sorted by relevance

/external/webrtc/p2p/base/
Dturn_server.cc70 sigslot::signal1<Permission*> SignalDestroyed; member in cricket::TurnServerAllocation::Permission
91 sigslot::signal1<Channel*> SignalDestroyed; member in cricket::TurnServerAllocation::Channel
476 allocation->SignalDestroyed.connect(this, &TurnServer::OnAllocationDestroyed); in CreateAllocation()
810 channel1->SignalDestroyed.connect( in HandleChannelBindRequest()
895 perm->SignalDestroyed.connect(this, in AddPermission()
958 SignalDestroyed(this); in OnMessage()
992 SignalDestroyed(this); in OnMessage()
1015 SignalDestroyed(this); in OnMessage()
Dport_interface.h115 sigslot::signal1<PortInterface*> SignalDestroyed; variable
Dice_transport_internal.h314 sigslot::signal1<IceTransportInternal*> SignalDestroyed; variable
Dport.cc353 ret.first->second->SignalDestroyed.disconnect(this); in AddOrReplaceConnection()
357 conn->SignalDestroyed.connect(this, &Port::OnConnectionDestroyed); in AddOrReplaceConnection()
896 SignalDestroyed(this); in Destroy()
Dfake_port_allocator.h122 port_->SignalDestroyed.connect( in StartGettingPorts()
Dtcp_port_unittest.cc48 conn->SignalDestroyed.connect(this, &ConnectionObserver::OnDestroyed); in ConnectionObserver()
Dturn_port.cc195 sigslot::signal1<TurnEntry*> SignalDestroyed; member in cricket::TurnEntry
1245 entry->SignalDestroyed(entry); in DestroyEntry()
1624 entry_->SignalDestroyed.connect( in TurnCreatePermissionRequest()
1696 entry_->SignalDestroyed.connect(this, in TurnChannelBindRequest()
Dconnection.h149 sigslot::signal1<Connection*> SignalDestroyed; variable
Dturn_server.h92 sigslot::signal1<TurnServerAllocation*> SignalDestroyed; variable
Dport_allocator.h286 sigslot::signal1<PortAllocatorSession*> SignalDestroyed; variable
Dturn_port_unittest.cc132 conn->SignalDestroyed.connect( in TestConnectionWrapper()
334 turn_port_->SignalDestroyed.connect(this, in ConnectSignals()
Dp2p_transport_channel.cc248 connection->SignalDestroyed.connect( in AddConnection()
891 port->SignalDestroyed.connect(this, &P2PTransportChannel::OnPortDestroyed); in OnPortReady()
Dport_unittest.cc273 port_->SignalDestroyed.connect(this, &TestChannel::OnSrcPortDestroyed); in TestChannel()
290 conn_->SignalDestroyed.connect(this, &TestChannel::OnDestroyed); in CreateConnection()
306 conn_->SignalDestroyed.connect(this, &TestChannel::OnDestroyed); in AcceptConnection()
780 port->SignalDestroyed.connect(this, &PortTest::OnDestroyed); in ConnectToSignalDestroyed()
Dconnection.cc1219 SignalDestroyed(this); in OnMessage()
/external/webrtc/pc/
Ddtmf_sender_unittest.cc81 ~FakeDtmfProvider() { SignalDestroyed(); } in ~FakeDtmfProvider()
100 return &SignalDestroyed; in GetOnDestroyedSignal()
115 sigslot::signal0<> SignalDestroyed; member in FakeDtmfProvider
Drtp_sender.cc432 SignalDestroyed(); in ~AudioRtpSender()
470 return &SignalDestroyed; in GetOnDestroyedSignal()
Drtp_sender.h299 sigslot::signal0<> SignalDestroyed; variable
/external/webrtc/rtc_base/
Dproxy_server.h39 sigslot::signal1<ProxyBinding*> SignalDestroyed; variable
Dproxy_server.cc148 SignalDestroyed(this); in Destroy()
/external/webrtc/p2p/client/
Dbasic_port_allocator.cc903 port->SignalDestroyed.connect(this, in AddAllocatedPort()
1426 port->SignalDestroyed.connect(this, &AllocationSequence::OnPortDestroyed); in CreateUDPPorts()
1565 port->SignalDestroyed.connect(this, &AllocationSequence::OnPortDestroyed); in CreateTurnPort()