Home
last modified time | relevance | path

Searched refs:GRPC_ARG_MAX_CONNECTION_IDLE_MS (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc464 GRPC_ARG_MAX_CONNECTION_IDLE_MS)) { in max_age_init_channel_elem()
544 grpc_channel_args_find(channel_args, GRPC_ARG_MAX_CONNECTION_IDLE_MS), in maybe_add_max_age_filter()
/third_party/grpc/test/core/end2end/tests/
Dmax_connection_age.cc91 server_a[2].key = const_cast<char*>(GRPC_ARG_MAX_CONNECTION_IDLE_MS); in test_max_age_forcibly_close()
233 server_a[2].key = const_cast<char*>(GRPC_ARG_MAX_CONNECTION_IDLE_MS); in test_max_age_gracefully_close()
Dmax_connection_idle.cc179 server_a[0].key = const_cast<char*>(GRPC_ARG_MAX_CONNECTION_IDLE_MS); in test_max_connection_idle()
/third_party/grpc/include/grpc/impl/codegen/
Dgrpc_types.h163 #define GRPC_ARG_MAX_CONNECTION_IDLE_MS "grpc.max_connection_idle_ms" macro
/third_party/grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc1276 const char* args_to_remove[] = {GRPC_ARG_MAX_CONNECTION_IDLE_MS, in grpc_inproc_channel_create()