Home
last modified time | relevance | path

Searched refs:grpc_trace_http2_stream_state (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dstream_lists.cc46 grpc_core::TraceFlag grpc_trace_http2_stream_state(false, "http2_stream_state"); variable
72 if (s && GRPC_TRACE_FLAG_ENABLED(grpc_trace_http2_stream_state)) { in stream_list_pop()
94 if (GRPC_TRACE_FLAG_ENABLED(grpc_trace_http2_stream_state)) { in stream_list_remove()
126 if (GRPC_TRACE_FLAG_ENABLED(grpc_trace_http2_stream_state)) { in stream_list_add_tail()
H A Dchttp2_transport.h45 extern grpc_core::TraceFlag grpc_trace_http2_stream_state;
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dstream_lists.cc46 grpc_core::TraceFlag grpc_trace_http2_stream_state(false, "http2_stream_state"); variable
72 if (s && GRPC_TRACE_FLAG_ENABLED(grpc_trace_http2_stream_state)) { in stream_list_pop()
94 if (GRPC_TRACE_FLAG_ENABLED(grpc_trace_http2_stream_state)) { in stream_list_remove()
126 if (GRPC_TRACE_FLAG_ENABLED(grpc_trace_http2_stream_state)) { in stream_list_add_tail()
Dchttp2_transport.h37 extern grpc_core::TraceFlag grpc_trace_http2_stream_state;