Home
last modified time | relevance | path

Searched refs:GRPC_ARG_SERVER_HANDSHAKE_TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/include/grpc/impl/codegen/
Dgrpc_types.h270 #define GRPC_ARG_SERVER_HANDSHAKE_TIMEOUT_MS "grpc.server_handshake_timeout_ms" macro
/third_party/grpc/test/core/transport/chttp2/
Dsettings_timeout_test.cc56 arg.key = const_cast<char*>(GRPC_ARG_SERVER_HANDSHAKE_TIMEOUT_MS); in Start()
/third_party/grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc189 grpc_channel_args_find_integer(args, GRPC_ARG_SERVER_HANDSHAKE_TIMEOUT_MS, in GetConnectionDeadline()