Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dturnserver.cc64 sigslot::signal1<Permission*> SignalDestroyed; member in cricket::TurnServerAllocation::Permission
86 sigslot::signal1<Channel*> SignalDestroyed; member in cricket::TurnServerAllocation::Channel
447 allocation->SignalDestroyed.connect(this, &TurnServer::OnAllocationDestroyed); in CreateAllocation()
749 channel1->SignalDestroyed.connect(this, in HandleChannelBindRequest()
831 perm->SignalDestroyed.connect( in AddPermission()
892 SignalDestroyed(this); in OnMessage()
926 SignalDestroyed(this); in OnMessage()
947 SignalDestroyed(this); in OnMessage()
Dportinterface.h105 sigslot::signal1<PortInterface*> SignalDestroyed; variable
Dtransportchannel.h155 sigslot::signal1<TransportChannel*> SignalDestroyed; variable
Dturnport.cc168 sigslot::signal1<TurnEntry*> SignalDestroyed; member in cricket::TurnEntry
464 conn->SignalDestroyed.connect(this, &TurnPort::OnConnectionDestroyed); in CreateConnection()
975 entry->SignalDestroyed(entry); in DestroyEntry()
1271 entry_->SignalDestroyed.connect( in TurnCreatePermissionRequest()
1332 entry_->SignalDestroyed.connect( in TurnChannelBindRequest()
Dportallocator.h143 sigslot::signal1<PortAllocatorSession*> SignalDestroyed; variable
Dport.cc266 conn->SignalDestroyed.connect(this, &Port::OnConnectionDestroyed); in AddConnection()
660 SignalDestroyed(this); in Destroy()
1306 SignalDestroyed(this); in OnMessage()
Dturnserver.h88 sigslot::signal1<TurnServerAllocation*> SignalDestroyed; variable
Dturnport_unittest.cc107 conn->SignalDestroyed.connect( in TestConnectionWrapper()
285 conn->SignalDestroyed.connect(this, &TurnPortTest::OnConnectionDestroyed); in ConnectConnectionDestroyedSignal()
Dp2ptransportchannel.cc271 connection->SignalDestroyed.connect( in AddConnection()
455 port->SignalDestroyed.connect(this, &P2PTransportChannel::OnPortDestroyed); in OnPortReady()
Dport.h473 sigslot::signal1<Connection*> SignalDestroyed; variable
Dport_unittest.cc228 port_->SignalDestroyed.connect(this, &TestChannel::OnSrcPortDestroyed); in TestChannel()
245 conn_->SignalDestroyed.connect(this, &TestChannel::OnDestroyed); in CreateConnection()
261 conn_->SignalDestroyed.connect(this, &TestChannel::OnDestroyed); in AcceptConnection()
742 port->SignalDestroyed.connect(this, &PortTest::OnDestroyed); in ConnectToSignalDestroyed()
/external/webrtc/talk/media/base/
Dfakevideocapturer.h72 SignalDestroyed(this); in ~FakeVideoCapturer()
139 sigslot::signal1<FakeVideoCapturer*> SignalDestroyed; variable
Dfakescreencapturerfactory.h49 window_capturer_->SignalDestroyed.connect( in Create()
/external/webrtc/talk/app/webrtc/
Ddtmfsender_unittest.cc89 SignalDestroyed(); in ~FakeDtmfProvider()
116 return &SignalDestroyed; in GetOnDestroyedSignal()
136 sigslot::signal0<> SignalDestroyed; member in FakeDtmfProvider
Ddtlsidentitystore.cc63 store_->SignalDestroyed.connect(this, &WorkerTask::OnStoreDestroyed); in WorkerTask()
138 SignalDestroyed(); in ~DtlsIdentityStoreImpl()
Ddtlsidentitystore.h141 sigslot::signal0<> SignalDestroyed; variable
/external/webrtc/webrtc/base/
Dproxyserver.h35 sigslot::signal1<ProxyBinding*> SignalDestroyed; variable
Dproxyserver.cc147 SignalDestroyed(this); in Destroy()
/external/webrtc/webrtc/p2p/client/
Dbasicportallocator.cc465 port->SignalDestroyed.connect(this, in AddAllocatedPort()
900 port->SignalDestroyed.connect(this, &AllocationSequence::OnPortDestroyed); in CreateUDPPorts()
1053 port->SignalDestroyed.connect(this, &AllocationSequence::OnPortDestroyed); in CreateTurnPort()