/external/cronet/tot/net/test/embedded_test_server/ |
D | websocket_handler.cc | 19 void WebSocketHandler::OnPing(base::span<const uint8_t> payload) { in OnPing() function in net::test_server::WebSocketHandler
|
D | http2_connection.h | 86 void OnPing(http2::adapter::Http2PingId ping_id, bool is_ack) override {} in OnPing() function
|
/external/cronet/stable/net/test/embedded_test_server/ |
D | websocket_handler.cc | 19 void WebSocketHandler::OnPing(base::span<const uint8_t> payload) { in OnPing() function in net::test_server::WebSocketHandler
|
D | http2_connection.h | 86 void OnPing(http2::adapter::Http2PingId ping_id, bool is_ack) override {} in OnPing() function
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | ping_callbacks.cc | 30 void Chttp2PingCallbacks::OnPing(Callback on_start, Callback on_ack) { in OnPing() function in grpc_core::Chttp2PingCallbacks
|
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/ |
D | ping_payload_decoder_test.cc | 36 void OnPing(const Http2FrameHeader& header, in OnPing() function
|
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/ |
D | ping_payload_decoder_test.cc | 36 void OnPing(const Http2FrameHeader& header, in OnPing() function
|
/external/cronet/stable/ipc/ |
D | ipc_perftest_util.cc | 63 void ChannelReflectorListener::OnPing(const std::string& payload) { in OnPing() function in IPC::ChannelReflectorListener
|
/external/libchrome/ipc/ |
D | ipc_perftest_util.cc | 54 void ChannelReflectorListener::OnPing(const std::string& payload) { in OnPing() function in IPC::ChannelReflectorListener
|
/external/cronet/tot/ipc/ |
D | ipc_perftest_util.cc | 63 void ChannelReflectorListener::OnPing(const std::string& payload) { in OnPing() function in IPC::ChannelReflectorListener
|
/external/cronet/tot/net/spdy/ |
D | buffered_spdy_framer_unittest.cc | 89 void OnPing(spdy::SpdyPingId unique_id, bool is_ack) override {} in OnPing() function in net::__anon9aef59fd0111::TestBufferedSpdyVisitor 109 void OnPing(const spdy::SpdySerializedFrame& frame) {} in OnPing() function in net::__anon9aef59fd0111::TestBufferedSpdyVisitor
|
/external/cronet/stable/net/spdy/ |
D | buffered_spdy_framer_unittest.cc | 89 void OnPing(spdy::SpdyPingId unique_id, bool is_ack) override {} in OnPing() function in net::__anon5a5e91e10111::TestBufferedSpdyVisitor 109 void OnPing(const spdy::SpdySerializedFrame& frame) {} in OnPing() function in net::__anon5a5e91e10111::TestBufferedSpdyVisitor
|
D | buffered_spdy_framer.cc | 160 void BufferedSpdyFramer::OnPing(spdy::SpdyPingId unique_id, bool is_ack) { in OnPing() function in net::BufferedSpdyFramer
|
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/test_tools/ |
D | http2_frame_decoder_listener_test_util.cc | 113 void FailingHttp2FrameDecoderListener::OnPing(const Http2FrameHeader& header, in OnPing() function in http2::FailingHttp2FrameDecoderListener 367 void LoggingHttp2FrameDecoderListener::OnPing(const Http2FrameHeader& header, in OnPing() function in http2::LoggingHttp2FrameDecoderListener
|
D | frame_parts_collector_listener.cc | 133 void FramePartsCollectorListener::OnPing(const Http2FrameHeader& header, in OnPing() function in http2::test::FramePartsCollectorListener
|
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/test_tools/ |
D | http2_frame_decoder_listener_test_util.cc | 113 void FailingHttp2FrameDecoderListener::OnPing(const Http2FrameHeader& header, in OnPing() function in http2::FailingHttp2FrameDecoderListener 367 void LoggingHttp2FrameDecoderListener::OnPing(const Http2FrameHeader& header, in OnPing() function in http2::LoggingHttp2FrameDecoderListener
|
D | frame_parts_collector_listener.cc | 133 void FramePartsCollectorListener::OnPing(const Http2FrameHeader& header, in OnPing() function in http2::test::FramePartsCollectorListener
|
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/adapter/ |
D | event_forwarder.cc | 102 void EventForwarder::OnPing(spdy::SpdyPingId unique_id, bool is_ack) { in OnPing() function in http2::adapter::EventForwarder
|
D | recording_http2_visitor.cc | 127 void RecordingHttp2Visitor::OnPing(Http2PingId ping_id, bool is_ack) { in OnPing() function in http2::adapter::test::RecordingHttp2Visitor
|
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/core/ |
D | spdy_no_op_visitor.h | 47 void OnPing(SpdyPingId /*unique_id*/, bool /*is_ack*/) override {} in OnPing() function
|
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/core/ |
D | spdy_no_op_visitor.h | 47 void OnPing(SpdyPingId /*unique_id*/, bool /*is_ack*/) override {} in OnPing() function
|
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/adapter/ |
D | event_forwarder.cc | 102 void EventForwarder::OnPing(spdy::SpdyPingId unique_id, bool is_ack) { in OnPing() function in http2::adapter::EventForwarder
|
D | recording_http2_visitor.cc | 127 void RecordingHttp2Visitor::OnPing(Http2PingId ping_id, bool is_ack) { in OnPing() function in http2::adapter::test::RecordingHttp2Visitor
|
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/decoder/ |
D | http2_frame_decoder_listener.h | 351 void OnPing(const Http2FrameHeader& /*header*/, in OnPing() function
|
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/decoder/ |
D | http2_frame_decoder_listener.h | 351 void OnPing(const Http2FrameHeader& /*header*/, in OnPing() function
|