Searched refs:grpc_channel_arg_get_integer (Results 1 – 13 of 13) sorted by relevance
/third_party/grpc/src/core/ext/filters/max_age/ |
D | max_age_filter.cc | 451 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/ |
D | alts_security_connector.cc | 89 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/ |
D | channel_args.h | 81 int grpc_channel_arg_get_integer(const grpc_arg* arg,
|
D | channel_args.cc | 248 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/ |
D | chttp2_transport.cc | 242 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/ |
D | subchannel.cc | 600 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()
|
D | client_channel.cc | 1845 return static_cast<size_t>(grpc_channel_arg_get_integer( in GetMaxPerRpcRetryBufferSize()
|
/third_party/grpc/src/core/lib/iomgr/ |
D | socket_utils_common_posix.cc | 321 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()
|
D | tcp_posix.cc | 1716 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/ |
D | channel.cc | 105 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/ |
D | client_idle_filter.cc | 121 grpc_channel_arg_get_integer( in GetClientIdleTimeout()
|
/third_party/grpc/src/core/lib/security/transport/ |
D | security_handshaker.cc | 120 max_frame_size_ = grpc_channel_arg_get_integer( in SecurityHandshaker()
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | grpclb.cc | 1351 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()
|