Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc447 GRPC_ARG_MAX_CONNECTION_AGE_MS)) { in max_age_init_channel_elem()
538 grpc_channel_args_find(channel_args, GRPC_ARG_MAX_CONNECTION_AGE_MS), in maybe_add_max_age_filter()
/external/grpc-grpc/test/core/end2end/tests/
Dmax_connection_age.cc85 server_a[0].key = const_cast<char*>(GRPC_ARG_MAX_CONNECTION_AGE_MS); in test_max_age_forcibly_close()
227 server_a[0].key = const_cast<char*>(GRPC_ARG_MAX_CONNECTION_AGE_MS); in test_max_age_gracefully_close()
Dmax_connection_idle.cc182 server_a[1].key = const_cast<char*>(GRPC_ARG_MAX_CONNECTION_AGE_MS); in test_max_connection_idle()
/external/grpc-grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc435 GRPC_ARG_MAX_CONNECTION_AGE_MS)) { in init_channel_elem()
523 grpc_channel_args_find(channel_args, GRPC_ARG_MAX_CONNECTION_AGE_MS), in maybe_add_max_age_filter()
/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h165 #define GRPC_ARG_MAX_CONNECTION_AGE_MS "grpc.max_connection_age_ms" macro
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dgrpc_types.h166 #define GRPC_ARG_MAX_CONNECTION_AGE_MS "grpc.max_connection_age_ms" macro
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dgrpc_types.h166 #define GRPC_ARG_MAX_CONNECTION_AGE_MS "grpc.max_connection_age_ms" macro
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc1277 GRPC_ARG_MAX_CONNECTION_AGE_MS}; in grpc_inproc_channel_create()
/external/rust/crates/grpcio-sys/bindings/
Daarch64-unknown-linux-gnu-bindings.rs27 pub const GRPC_ARG_MAX_CONNECTION_AGE_MS: &'static [u8; 27usize] = b"grpc.max_connection_age_ms\0"; constant
Dx86_64-unknown-linux-gnu-bindings.rs27 pub const GRPC_ARG_MAX_CONNECTION_AGE_MS: &'static [u8; 27usize] = b"grpc.max_connection_age_ms\0"; constant