Home
last modified time | relevance | path

Searched refs:GRPC_ARG_HTTP2_BDP_PROBE (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/test/core/end2end/tests/
Dbad_ping.cc78 client_a[2].key = const_cast<char*>(GRPC_ARG_HTTP2_BDP_PROBE); in test_bad_ping()
89 server_a[2].key = const_cast<char*>(GRPC_ARG_HTTP2_BDP_PROBE); in test_bad_ping()
237 client_a[2].key = const_cast<char*>(GRPC_ARG_HTTP2_BDP_PROBE); in test_pings_without_data()
248 server_a[2].key = const_cast<char*>(GRPC_ARG_HTTP2_BDP_PROBE); in test_pings_without_data()
Dkeepalive_timeout.cc110 keepalive_arg_elems[2].key = const_cast<char*>(GRPC_ARG_HTTP2_BDP_PROBE); in test_keepalive_timeout()
/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h194 #define GRPC_ARG_HTTP2_BDP_PROBE "grpc.http2.bdp_probe" macro
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dgrpc_types.h204 #define GRPC_ARG_HTTP2_BDP_PROBE "grpc.http2.bdp_probe" macro
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dgrpc_types.h204 #define GRPC_ARG_HTTP2_BDP_PROBE "grpc.http2.bdp_probe" macro
/external/rust/crates/grpcio/src/
Dchannel.rs245 Cow::Borrowed(grpcio_sys::GRPC_ARG_HTTP2_BDP_PROBE), in http2_bdp_probe()
/external/rust/crates/grpcio-sys/bindings/
Daarch64-unknown-linux-gnu-bindings.rs47 pub const GRPC_ARG_HTTP2_BDP_PROBE: &'static [u8; 21usize] = b"grpc.http2.bdp_probe\0"; constant
Dx86_64-unknown-linux-gnu-bindings.rs47 pub const GRPC_ARG_HTTP2_BDP_PROBE: &'static [u8; 21usize] = b"grpc.http2.bdp_probe\0"; constant
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc284 strcmp(channel_args->args[i].key, GRPC_ARG_HTTP2_BDP_PROBE)) { in read_channel_args()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc297 strcmp(channel_args->args[i].key, GRPC_ARG_HTTP2_BDP_PROBE)) { in read_channel_args()