Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/end2end/
Dflaky_network_test.cc360 args.SetInt(GRPC_ARG_KEEPALIVE_TIMEOUT_MS, kKeepAliveTimeoutMs); in TEST_P()
402 args.SetInt(GRPC_ARG_KEEPALIVE_TIMEOUT_MS, kKeepAliveTimeoutMs); in TEST_P()
477 args.SetInt(GRPC_ARG_KEEPALIVE_TIMEOUT_MS, kKeepAliveTimeoutMs); in TEST_P()
503 args.SetInt(GRPC_ARG_KEEPALIVE_TIMEOUT_MS, kKeepAliveTimeoutMs); in TEST_P()
/third_party/grpc/doc/
Dkeepalive.md11 * **GRPC_ARG_KEEPALIVE_TIMEOUT_MS**
33 GRPC_ARG_KEEPALIVE_TIMEOUT_MS|20000 (20 seconds)|20000 (20 seconds)
/third_party/grpc/include/grpc/impl/codegen/
Dgrpc_types.h244 #define GRPC_ARG_KEEPALIVE_TIMEOUT_MS "grpc.keepalive_timeout_ms" macro
/third_party/grpc/test/core/end2end/tests/
Dkeepalive_timeout.cc111 keepalive_arg_elems[1].key = const_cast<char*>(GRPC_ARG_KEEPALIVE_TIMEOUT_MS); in test_keepalive_timeout()
245 keepalive_arg_elems[1].key = const_cast<char*>(GRPC_ARG_KEEPALIVE_TIMEOUT_MS); in test_read_delays_keepalive()
/third_party/grpc/src/core/lib/iomgr/
Dsocket_utils_common_posix.cc330 GRPC_ARG_KEEPALIVE_TIMEOUT_MS)) { in grpc_set_socket_tcp_user_timeout()
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/
DGRPCChannel.m131 args[@GRPC_ARG_KEEPALIVE_TIMEOUT_MS] =
/third_party/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()