/external/rust/crates/tokio/src/sync/tests/ |
D | loom_oneshot.rs | 93 struct OnClose<'a> { struct 97 impl<'a> OnClose<'a> { argument 99 OnClose { tx } in new() 103 impl Future for OnClose<'_> { implementation 124 let t1 = block_on(OnClose::new(&mut tx)); in changing_tx_task() 137 block_on(OnClose::new(&mut tx)); in changing_tx_task()
|
/external/cronet/net/websockets/ |
D | websocket_basic_stream_adapters.h | 68 virtual void OnClose(int status) = 0; 106 void OnClose(int status) override; 170 virtual void OnClose(int status) = 0;
|
D | websocket_basic_stream_adapters.cc | 173 void WebSocketSpdyStreamAdapter::OnClose(int status) { in OnClose() function in net::WebSocketSpdyStreamAdapter 203 delegate_->OnClose(status); in OnClose() 237 delegate_->OnClose(stream_error_); in CallDelegateOnClose()
|
/external/webrtc/rtc_base/ |
D | test_echo_server.h | 50 this, [this](AsyncPacketSocket* s, int err) { OnClose(s, err); }); in OnAccept() 62 void OnClose(AsyncPacketSocket* socket, int err) { in OnClose() function
|
D | win32_window.cc | 90 if (!OnClose()) { in OnMessage() 99 bool Win32Window::OnClose() { return true; } in OnClose() function in rtc::Win32Window
|
D | win32_window.h | 50 virtual bool OnClose();
|
/external/openscreen/osp/impl/quic/ |
D | quic_service_common.cc | 53 void QuicProtocolConnection::OnClose() { in OnClose() function in openscreen::osp::QuicProtocolConnection 140 void ServiceConnectionDelegate::OnClose(uint64_t stream_id) { in OnClose() function in openscreen::osp::ServiceConnectionDelegate 149 stream_pair.protocol_connection->OnClose(); in OnClose()
|
D | quic_service_common.h | 49 void OnClose(); 116 void OnClose(uint64_t stream_id) override;
|
D | quic_connection_impl.cc | 69 void QuicStreamImpl::OnClose(::quic::QuartcStream* stream) { in OnClose() function in openscreen::osp::QuicStreamImpl 71 delegate_->OnClose(stream->id()); in OnClose()
|
D | quic_connection.h | 24 virtual void OnClose(uint64_t stream_id) = 0;
|
/external/lzma/CPP/Windows/Control/ |
D | Dialog.h | 108 virtual void OnClose() {} in OnClose() function 137 virtual void OnClose() { Destroy(); } in OnClose() function 152 virtual void OnClose() { End(IDCLOSE); } in OnClose() function
|
D | Window2.h | 36 virtual void OnClose() { Destroy(); } in OnClose() function
|
/external/webrtc/examples/peerconnection/client/ |
D | peer_connection_client.cc | 43 &PeerConnectionClient::OnClose); in InitSocketSignals() 44 hanging_get_->SignalCloseEvent.connect(this, &PeerConnectionClient::OnClose); in InitSocketSignals() 299 OnClose(socket, 0); in ReadIntoBuffer() 461 void PeerConnectionClient::OnClose(rtc::Socket* socket, int err) { function in PeerConnectionClient
|
/external/cronet/net/spdy/ |
D | spdy_stream_test_util.h | 39 void OnClose(int status) override; 65 void OnClose(int status) override;
|
D | spdy_stream_test_util.cc | 38 void ClosingDelegate::OnClose(int status) { in OnClose() function in net::test::ClosingDelegate 85 void StreamDelegateBase::OnClose(int status) { in OnClose() function in net::test::StreamDelegateBase
|
D | spdy_stream.h | 121 virtual void OnClose(int status) = 0; 315 void OnClose(int status);
|
/external/openscreen/cast/common/channel/testing/ |
D | mock_socket_error_handler.h | 18 MOCK_METHOD(void, OnClose, (CastSocket * socket), (override));
|
/external/cronet/net/quic/ |
D | quic_chromium_client_stream.cc | 125 void QuicChromiumClientStream::Handle::OnClose() { in OnClose() function in net::QuicChromiumClientStream::Handle 476 handle_->OnClose(); in ~QuicChromiumClientStream() 590 void QuicChromiumClientStream::OnClose() { in OnClose() function in net::QuicChromiumClientStream 592 handle_->OnClose(); in OnClose() 595 quic::QuicStream::OnClose(); in OnClose()
|
D | quic_chromium_client_stream.h | 167 void OnClose(); 255 void OnClose() override;
|
/external/webrtc/media/base/ |
D | audio_source.h | 37 virtual void OnClose() = 0;
|
/external/openscreen/osp/impl/quic/testing/ |
D | fake_quic_connection_factory.cc | 114 controller_stream->delegate()->OnClose(controller_stream->id()); in RunTasks() 115 receiver_stream->delegate()->OnClose(receiver_stream->id()); in RunTasks()
|
/external/icing/icing/legacy/index/ |
D | icing-storage-file.h | 73 virtual void OnClose() = 0;
|
D | icing-storage-file.cc | 54 OnClose(); in Close()
|
/external/webrtc/p2p/base/ |
D | tcp_port.cc | 489 OnClose(socket, 0); in OnConnect() 499 void TCPConnection::OnClose(rtc::AsyncPacketSocket* socket, int error) { in OnClose() function in cricket::TCPConnection 616 OnClose(s, err); in ConnectSocketSignals()
|
/external/openscreen/cast/test/ |
D | cast_socket_e2e_test.cc | 73 void OnClose(CastSocket* socket) override { in OnClose() function in openscreen::cast::SenderSocketsClient 118 void OnClose(CastSocket* socket) override { in OnClose() function in openscreen::cast::ReceiverSocketsClient
|