Home
last modified time | relevance | path

Searched refs:GRPC_ARG_KEEPALIVE_TIMEOUT_MS (Results 1 – 14 of 14) sorted by relevance

/external/grpc-grpc/doc/
Dkeepalive.md10 * **GRPC_ARG_KEEPALIVE_TIMEOUT_MS**
31 GRPC_ARG_KEEPALIVE_TIMEOUT_MS|20000 (20 seconds)|20000 (20 seconds)
/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h226 #define GRPC_ARG_KEEPALIVE_TIMEOUT_MS "grpc.keepalive_timeout_ms" macro
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dgrpc_types.h244 #define GRPC_ARG_KEEPALIVE_TIMEOUT_MS "grpc.keepalive_timeout_ms" macro
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dgrpc_types.h244 #define GRPC_ARG_KEEPALIVE_TIMEOUT_MS "grpc.keepalive_timeout_ms" macro
/external/grpc-grpc/test/core/end2end/tests/
Dkeepalive_timeout.cc107 keepalive_arg_elems[1].key = const_cast<char*>(GRPC_ARG_KEEPALIVE_TIMEOUT_MS); in test_keepalive_timeout()
/external/grpc-grpc/src/core/lib/iomgr/
Dsocket_utils_common_posix.cc278 GRPC_ARG_KEEPALIVE_TIMEOUT_MS)) { in grpc_set_socket_tcp_user_timeout()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dsocket_utils_common_posix.cc329 GRPC_ARG_KEEPALIVE_TIMEOUT_MS)) { in grpc_set_socket_tcp_user_timeout()
/external/grpc-grpc/src/objective-c/GRPCClient/private/
DGRPCHost.m239 args[@GRPC_ARG_KEEPALIVE_TIMEOUT_MS] = [NSNumber numberWithInt:_keepaliveTimeout];
/external/rust/crates/grpcio/src/
Dchannel.rs331 Cow::Borrowed(grpcio_sys::GRPC_ARG_KEEPALIVE_TIMEOUT_MS), in keepalive_timeout()
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dgrpc_tpu_driver.cc970 .key = const_cast<char*>(GRPC_ARG_KEEPALIVE_TIMEOUT_MS), in CreateTpuDriverStub()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc296 GRPC_ARG_KEEPALIVE_TIMEOUT_MS)) { in read_channel_args()
2679 strcmp(args->args[i].key, GRPC_ARG_KEEPALIVE_TIMEOUT_MS)) { in grpc_chttp2_config_default_keepalive_args()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc309 GRPC_ARG_KEEPALIVE_TIMEOUT_MS)) { in read_channel_args()
2626 strcmp(args->args[i].key, GRPC_ARG_KEEPALIVE_TIMEOUT_MS)) { in grpc_chttp2_config_default_keepalive_args()
/external/rust/crates/grpcio-sys/bindings/
Daarch64-unknown-linux-gnu-bindings.rs61 pub const GRPC_ARG_KEEPALIVE_TIMEOUT_MS: &'static [u8; 26usize] = b"grpc.keepalive_timeout_ms\0"; constant
Dx86_64-unknown-linux-gnu-bindings.rs61 pub const GRPC_ARG_KEEPALIVE_TIMEOUT_MS: &'static [u8; 26usize] = b"grpc.keepalive_timeout_ms\0"; constant