Searched refs:GRPC_ARG_MAX_CONNECTION_AGE_MS (Results 1 – 4 of 4) sorted by relevance
435 GRPC_ARG_MAX_CONNECTION_AGE_MS)) { in init_channel_elem()523 grpc_channel_args_find(channel_args, GRPC_ARG_MAX_CONNECTION_AGE_MS), in maybe_add_max_age_filter()
85 server_a[0].key = const_cast<char*>(GRPC_ARG_MAX_CONNECTION_AGE_MS); in test_max_age_forcibly_close()227 server_a[0].key = const_cast<char*>(GRPC_ARG_MAX_CONNECTION_AGE_MS); in test_max_age_gracefully_close()
182 server_a[1].key = const_cast<char*>(GRPC_ARG_MAX_CONNECTION_AGE_MS); in test_max_connection_idle()
165 #define GRPC_ARG_MAX_CONNECTION_AGE_MS "grpc.max_connection_age_ms" macro