Home
last modified time | relevance | path

Searched refs:grpc_channel_arg_get_integer (Results 1 – 13 of 13) sorted by relevance

/third_party/grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc451 const int value = grpc_channel_arg_get_integer( in max_age_init_channel_elem()
458 const int value = grpc_channel_arg_get_integer( in max_age_init_channel_elem()
465 const int value = grpc_channel_arg_get_integer( in max_age_init_channel_elem()
540 grpc_channel_arg_get_integer( in maybe_add_max_age_filter()
543 grpc_channel_arg_get_integer( in maybe_add_max_age_filter()
/third_party/grpc/src/core/lib/security/security_connector/alts/
Dalts_security_connector.cc89 user_specified_max_frame_size = grpc_channel_arg_get_integer( in add_handshakers()
154 user_specified_max_frame_size = grpc_channel_arg_get_integer( in add_handshakers()
/third_party/grpc/src/core/lib/channel/
Dchannel_args.h81 int grpc_channel_arg_get_integer(const grpc_arg* arg,
Dchannel_args.cc248 int grpc_channel_arg_get_integer(const grpc_arg* arg, in grpc_channel_arg_get_integer() function
272 return grpc_channel_arg_get_integer(arg, options); in grpc_channel_args_find_integer()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc242 grpc_channel_arg_get_integer(&channel_args->args[i], options); in read_channel_args()
256 grpc_channel_arg_get_integer(&channel_args->args[i], options); in read_channel_args()
263 t->ping_policy.max_pings_without_data = grpc_channel_arg_get_integer( in read_channel_args()
268 t->ping_policy.max_ping_strikes = grpc_channel_arg_get_integer( in read_channel_args()
274 grpc_channel_arg_get_integer( in read_channel_args()
281 t->write_buffer_size = static_cast<uint32_t>(grpc_channel_arg_get_integer( in read_channel_args()
288 const int value = grpc_channel_arg_get_integer( in read_channel_args()
297 const int value = grpc_channel_arg_get_integer( in read_channel_args()
307 grpc_channel_arg_get_integer(&channel_args->args[i], {0, 0, 1})); in read_channel_args()
353 int value = grpc_channel_arg_get_integer( in read_channel_args()
[all …]
/third_party/grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc600 grpc_channel_arg_get_integer( in ParseArgsForBackoffValues()
606 *min_connect_timeout_ms = grpc_channel_arg_get_integer( in ParseArgsForBackoffValues()
612 max_backoff_ms = grpc_channel_arg_get_integer( in ParseArgsForBackoffValues()
617 initial_backoff_ms = grpc_channel_arg_get_integer( in ParseArgsForBackoffValues()
687 static_cast<size_t>(grpc_channel_arg_get_integer(arg, options)); in Subchannel()
Dclient_channel.cc1845 return static_cast<size_t>(grpc_channel_arg_get_integer( in GetMaxPerRpcRetryBufferSize()
/third_party/grpc/src/core/lib/iomgr/
Dsocket_utils_common_posix.cc321 const int value = grpc_channel_arg_get_integer( in grpc_set_socket_tcp_user_timeout()
331 const int value = grpc_channel_arg_get_integer( in grpc_set_socket_tcp_user_timeout()
Dtcp_posix.cc1716 grpc_channel_arg_get_integer(&channel_args->args[i], options); in grpc_tcp_create()
1721 grpc_channel_arg_get_integer(&channel_args->args[i], options); in grpc_tcp_create()
1726 grpc_channel_arg_get_integer(&channel_args->args[i], options); in grpc_tcp_create()
1743 grpc_channel_arg_get_integer(&channel_args->args[i], options); in grpc_tcp_create()
1749 grpc_channel_arg_get_integer(&channel_args->args[i], options); in grpc_tcp_create()
/third_party/grpc/src/core/lib/surface/
Dchannel.cc105 static_cast<grpc_compression_level>(grpc_channel_arg_get_integer( in grpc_channel_create_with_builder()
113 static_cast<grpc_compression_algorithm>(grpc_channel_arg_get_integer( in grpc_channel_create_with_builder()
/third_party/grpc/src/core/ext/filters/client_idle/
Dclient_idle_filter.cc121 grpc_channel_arg_get_integer( in GetClientIdleTimeout()
/third_party/grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc120 max_frame_size_ = grpc_channel_arg_get_integer( in SecurityHandshaker()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc1351 lb_call_timeout_ms_ = grpc_channel_arg_get_integer(arg, {0, 0, INT_MAX}); in GrpcLb()
1354 fallback_at_startup_timeout_ = grpc_channel_arg_get_integer( in GrpcLb()