Home
last modified time | relevance | path

Searched defs:promised_stream_id (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dspdy_protocol.h792 SpdyPushPromiseIR(SpdyStreamId stream_id, SpdyStreamId promised_stream_id) in SpdyPushPromiseIR()
794 SpdyPushPromiseIR(SpdyStreamId stream_id, SpdyStreamId promised_stream_id, in SpdyPushPromiseIR()
802 SpdyStreamId promised_stream_id() const { return promised_stream_id_; } in promised_stream_id() function
H A Dspdy_framer_test.cc391 void OnPushPromise(SpdyStreamId stream_id, SpdyStreamId promised_stream_id, in OnPushPromise()
/aosp_15_r20/external/cronet/net/test/embedded_test_server/
H A Dhttp2_connection.h83 StreamId promised_stream_id) override {} in OnPushPromiseForStream()
/aosp_15_r20/external/cronet/net/spdy/
H A Dbuffered_spdy_framer.h271 spdy::SpdyStreamId promised_stream_id = 0U; member
H A Dbuffered_spdy_framer.cc198 spdy::SpdyStreamId promised_stream_id, in OnPushPromise()
H A Dbuffered_spdy_framer_unittest.cc108 spdy::SpdyStreamId promised_stream_id, in OnPushPromise()
H A Dspdy_test_util_common.cc228 spdy::SpdyStreamId promised_stream_id, in OnPushPromise()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dtest_frame_sequence.cc72 Http2StreamId stream_id, Http2StreamId promised_stream_id, in PushPromise()
H A Drecording_http2_visitor.cc114 Http2StreamId stream_id, Http2StreamId promised_stream_id) { in OnPushPromiseForStream()
H A Devent_forwarder.cc137 spdy::SpdyStreamId promised_stream_id, in OnPushPromise()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/
H A Dhttp2_structures.h231 uint32_t promised_stream_id; member
H A Dhttp2_structures_test.cc445 uint32_t promised_stream_id = random.Rand32() & StreamIdMask(); in TEST() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/core/
H A Dhttp2_trace_logging.cc285 SpdyStreamId promised_stream_id, in OnPushPromise()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dquic_headers_stream_test.cc436 QuicStreamId promised_stream_id = NextPromisedStreamId(); in TEST_P() local
H A Dquic_spdy_session.cc382 SpdyStreamId promised_stream_id, bool /*end*/) override { in OnPushPromise()