Home
last modified time | relevance | path

Searched refs:GRPC_ARG_KEEPALIVE_TIME_MS (Results 1 – 17 of 17) sorted by relevance

/external/grpc-grpc/doc/
Dkeepalive.md8 * **GRPC_ARG_KEEPALIVE_TIME_MS**
30 GRPC_ARG_KEEPALIVE_TIME_MS|INT_MAX (disabled)|7200000 (2 hours)
/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h222 #define GRPC_ARG_KEEPALIVE_TIME_MS "grpc.keepalive_time_ms" macro
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dgrpc_types.h240 #define GRPC_ARG_KEEPALIVE_TIME_MS "grpc.keepalive_time_ms" macro
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dgrpc_types.h240 #define GRPC_ARG_KEEPALIVE_TIME_MS "grpc.keepalive_time_ms" macro
/external/grpc-grpc/test/core/end2end/tests/
Dkeepalive_timeout.cc104 keepalive_arg_elems[0].key = const_cast<char*>(GRPC_ARG_KEEPALIVE_TIME_MS); in test_keepalive_timeout()
/external/grpc-grpc/src/core/lib/iomgr/
Dsocket_utils_common_posix.cc268 if (0 == strcmp(channel_args->args[i].key, GRPC_ARG_KEEPALIVE_TIME_MS)) { in grpc_set_socket_tcp_user_timeout()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dsocket_utils_common_posix.cc319 strcmp(channel_args->args[i].key, GRPC_ARG_KEEPALIVE_TIME_MS)) { in grpc_set_socket_tcp_user_timeout()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc741 const_cast<char*>(GRPC_ARG_KEEPALIVE_TIME_MS), new_keepalive_time); in ThrottleKeepaliveTime()
742 const char* arg_to_remove = GRPC_ARG_KEEPALIVE_TIME_MS; in ThrottleKeepaliveTime()
Dclient_channel.cc1936 channel_args_, GRPC_ARG_KEEPALIVE_TIME_MS, in ChannelData()
/external/grpc-grpc/src/objective-c/GRPCClient/private/
DGRPCHost.m238 args[@GRPC_ARG_KEEPALIVE_TIME_MS] = [NSNumber numberWithInt:_keepaliveInterval];
/external/rust/crates/grpcio/src/
Dchannel.rs321 Cow::Borrowed(grpcio_sys::GRPC_ARG_KEEPALIVE_TIME_MS), in keepalive_time()
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dgrpc_tpu_driver.cc967 .key = const_cast<char*>(GRPC_ARG_KEEPALIVE_TIME_MS), in CreateTpuDriverStub()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc287 strcmp(channel_args->args[i].key, GRPC_ARG_KEEPALIVE_TIME_MS)) { in read_channel_args()
2668 if (0 == strcmp(args->args[i].key, GRPC_ARG_KEEPALIVE_TIME_MS)) { in grpc_chttp2_config_default_keepalive_args()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc300 strcmp(channel_args->args[i].key, GRPC_ARG_KEEPALIVE_TIME_MS)) { in read_channel_args()
2615 if (0 == strcmp(args->args[i].key, GRPC_ARG_KEEPALIVE_TIME_MS)) { in grpc_chttp2_config_default_keepalive_args()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc440 const_cast<char*>(GRPC_ARG_KEEPALIVE_TIME_MS), in CreateXdsChannel()
/external/rust/crates/grpcio-sys/bindings/
Daarch64-unknown-linux-gnu-bindings.rs60 pub const GRPC_ARG_KEEPALIVE_TIME_MS: &'static [u8; 23usize] = b"grpc.keepalive_time_ms\0"; constant
Dx86_64-unknown-linux-gnu-bindings.rs60 pub const GRPC_ARG_KEEPALIVE_TIME_MS: &'static [u8; 23usize] = b"grpc.keepalive_time_ms\0"; constant