/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/ |
H A D | spdy_protocol.h | 638 bool is_ack() const { return is_ack_; } in is_ack() function 639 void set_is_ack(bool is_ack) { is_ack_ = is_ack; } in set_is_ack() 659 bool is_ack() const { return is_ack_; } in is_ack() function 660 void set_is_ack(bool is_ack) { is_ack_ = is_ack; } in set_is_ack()
|
H A D | spdy_framer_test.cc | 355 void OnPing(SpdyPingId unique_id, bool is_ack) override { in OnPing()
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/ |
D | settings.rs | 65 pub fn is_ack(&self) -> bool { in is_ack() method 372 pub fn is_ack(&self) -> bool { in is_ack() method
|
D | ping.rs | 43 pub fn is_ack(&self) -> bool { in is_ack() method
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
H A D | frame_ping.h | 33 uint8_t is_ack; member
|
H A D | frame_settings.h | 47 uint8_t is_ack; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | frame_ping.h | 33 uint8_t is_ack; member
|
D | frame_settings.h | 45 uint8_t is_ack; member
|
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/pktverify/ |
H A D | coap.py | 59 def is_ack(self) -> bool: member in CoapLayer
|
H A D | layers.py | 180 def is_ack(self) -> bool: member in WpanLayer
|
/aosp_15_r20/external/cronet/net/test/embedded_test_server/ |
H A D | http2_connection.h | 81 void OnPing(http2::adapter::Http2PingId ping_id, bool is_ack) override {} in OnPing()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/ |
H A D | recording_http2_visitor.cc | 109 void RecordingHttp2Visitor::OnPing(Http2PingId ping_id, bool is_ack) { in OnPing()
|
H A D | event_forwarder.cc | 99 void EventForwarder::OnPing(spdy::SpdyPingId unique_id, bool is_ack) { in OnPing()
|
H A D | nghttp2_test_utils.cc | 280 PingMatcher(const testing::Matcher<uint64_t> id, bool is_ack) in PingMatcher()
|
H A D | callback_visitor.cc | 362 void CallbackVisitor::OnPing(Http2PingId ping_id, bool is_ack) { in OnPing()
|
H A D | oghttp2_session.cc | 1350 void OgHttp2Session::OnPing(spdy::SpdyPingId unique_id, bool is_ack) { in OnPing()
|
/aosp_15_r20/external/cronet/net/spdy/ |
H A D | spdy_session.cc | 310 bool is_ack, in NetLogSpdyPingParams() 2346 void SpdySession::WritePingFrame(spdy::SpdyPingId unique_id, bool is_ack) { in WritePingFrame() 2667 void SpdySession::OnPing(spdy::SpdyPingId unique_id, bool is_ack) { in OnPing()
|
H A D | spdy_test_util_common.cc | 219 void OnPing(spdy::SpdyPingId unique_id, bool is_ack) override {} in OnPing() 687 bool is_ack) { in ConstructSpdyPing()
|
H A D | buffered_spdy_framer.cc | 160 void BufferedSpdyFramer::OnPing(spdy::SpdyPingId unique_id, bool is_ack) { in OnPing()
|
H A D | buffered_spdy_framer_unittest.cc | 83 void OnPing(spdy::SpdyPingId unique_id, bool is_ack) override {} in OnPing()
|
H A D | spdy_session_unittest.cc | 260 void WritePingFrame(spdy::SpdyPingId unique_id, bool is_ack) { in WritePingFrame()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/core/ |
H A D | http2_trace_logging.cc | 243 void Http2TraceLogger::OnPing(SpdyPingId unique_id, bool is_ack) { in OnPing()
|