Home
last modified time | relevance | path

Searched refs:OnDestroyed (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/p2p/base/
Dtcp_port_unittest.cc48 conn->SignalDestroyed.connect(this, &ConnectionObserver::OnDestroyed); in ConnectionObserver()
54 void OnDestroyed(Connection*) { connection_destroyed_ = true; } in OnDestroyed() function in ConnectionObserver
Dport_unittest.cc290 conn_->SignalDestroyed.connect(this, &TestChannel::OnDestroyed); in CreateConnection()
306 conn_->SignalDestroyed.connect(this, &TestChannel::OnDestroyed); in AcceptConnection()
350 void OnDestroyed(Connection* conn) { in OnDestroyed() function in cricket::TestChannel
780 port->SignalDestroyed.connect(this, &PortTest::OnDestroyed); in ConnectToSignalDestroyed()
783 void OnDestroyed(PortInterface* port) { ++ports_destroyed_; } in OnDestroyed() function in cricket::PortTest
/external/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.h65 void OnDestroyed(GtkWidget* widget, GdkEvent* event);
Dmain_wnd.cc47 reinterpret_cast<GtkMainWnd*>(data)->OnDestroyed(widget, event); in OnDestroyedCallback()
364 void GtkMainWnd::OnDestroyed(GtkWidget* widget, GdkEvent* event) { in OnDestroyed() function in GtkMainWnd
/external/webrtc/examples/peerconnection/client/
Dmain_wnd.h162 void OnDestroyed();
Dmain_wnd.cc329 void MainWnd::OnDestroyed() { in OnDestroyed() function in MainWnd
427 me->OnDestroyed(); in WndProc()
/external/openscreen/osp/impl/
Dmdns_responder_service_unittest.cc90 void OnDestroyed() override { in OnDestroyed() function in openscreen::osp::FakeMdnsResponderAdapterFactory
142 void OnDestroyed() override { other_->OnDestroyed(); } in OnDestroyed() function in openscreen::osp::__anon9b4127210111::WrapperMdnsResponderAdapterFactory
/external/openscreen/osp/impl/testing/
Dfake_mdns_responder_adapter.h77 virtual void OnDestroyed() = 0;
Dfake_mdns_responder_adapter.cc116 observer_->OnDestroyed(); in ~FakeMdnsResponderAdapter()