Home
last modified time | relevance | path

Searched refs:GRPC_ARG_KEEPALIVE_TIME_MS (Results 1 – 6 of 6) 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/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/grpc-grpc/src/objective-c/GRPCClient/private/
DGRPCHost.m238 args[@GRPC_ARG_KEEPALIVE_TIME_MS] = [NSNumber numberWithInt:_keepaliveInterval];
/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()