Searched refs:GRPC_ARG_KEEPALIVE_TIME_MS (Results 1 – 17 of 17) sorted by relevance
/external/grpc-grpc/doc/ |
D | keepalive.md | 8 * **GRPC_ARG_KEEPALIVE_TIME_MS** 30 GRPC_ARG_KEEPALIVE_TIME_MS|INT_MAX (disabled)|7200000 (2 hours)
|
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | grpc_types.h | 222 #define GRPC_ARG_KEEPALIVE_TIME_MS "grpc.keepalive_time_ms" macro
|
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/ |
D | grpc_types.h | 240 #define GRPC_ARG_KEEPALIVE_TIME_MS "grpc.keepalive_time_ms" macro
|
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/ |
D | grpc_types.h | 240 #define GRPC_ARG_KEEPALIVE_TIME_MS "grpc.keepalive_time_ms" macro
|
/external/grpc-grpc/test/core/end2end/tests/ |
D | keepalive_timeout.cc | 104 keepalive_arg_elems[0].key = const_cast<char*>(GRPC_ARG_KEEPALIVE_TIME_MS); in test_keepalive_timeout()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | socket_utils_common_posix.cc | 268 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/ |
D | socket_utils_common_posix.cc | 319 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/ |
D | subchannel.cc | 741 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()
|
D | client_channel.cc | 1936 channel_args_, GRPC_ARG_KEEPALIVE_TIME_MS, in ChannelData()
|
/external/grpc-grpc/src/objective-c/GRPCClient/private/ |
D | GRPCHost.m | 238 args[@GRPC_ARG_KEEPALIVE_TIME_MS] = [NSNumber numberWithInt:_keepaliveInterval];
|
/external/rust/crates/grpcio/src/ |
D | channel.rs | 321 Cow::Borrowed(grpcio_sys::GRPC_ARG_KEEPALIVE_TIME_MS), in keepalive_time()
|
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/ |
D | grpc_tpu_driver.cc | 967 .key = const_cast<char*>(GRPC_ARG_KEEPALIVE_TIME_MS), in CreateTpuDriverStub()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 287 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/ |
D | chttp2_transport.cc | 300 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/ |
D | xds_client.cc | 440 const_cast<char*>(GRPC_ARG_KEEPALIVE_TIME_MS), in CreateXdsChannel()
|
/external/rust/crates/grpcio-sys/bindings/ |
D | aarch64-unknown-linux-gnu-bindings.rs | 60 pub const GRPC_ARG_KEEPALIVE_TIME_MS: &'static [u8; 23usize] = b"grpc.keepalive_time_ms\0"; constant
|
D | x86_64-unknown-linux-gnu-bindings.rs | 60 pub const GRPC_ARG_KEEPALIVE_TIME_MS: &'static [u8; 23usize] = b"grpc.keepalive_time_ms\0"; constant
|