Searched refs:GRPC_ARG_MAX_CONNECTION_IDLE_MS (Results 1 – 4 of 4) sorted by relevance
449 GRPC_ARG_MAX_CONNECTION_IDLE_MS)) { in init_channel_elem()526 grpc_channel_args_find(channel_args, GRPC_ARG_MAX_CONNECTION_IDLE_MS), in maybe_add_max_age_filter()
91 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()
179 server_a[0].key = const_cast<char*>(GRPC_ARG_MAX_CONNECTION_IDLE_MS); in test_max_connection_idle()
162 #define GRPC_ARG_MAX_CONNECTION_IDLE_MS "grpc.max_connection_idle_ms" macro