Home
last modified time | relevance | path

Searched refs:GRPC_ARG_SERVICE_CONFIG (Results 1 – 25 of 34) sorted by relevance

12

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dservice_config_channel_arg_filter.cc37 args->channel_args, GRPC_ARG_SERVICE_CONFIG); in ServiceConfigChannelArgChannelData()
124 grpc_channel_args_find_string(channel_args, GRPC_ARG_SERVICE_CONFIG) == in maybe_add_service_config_channel_arg_filter()
/external/grpc-grpc/src/core/ext/filters/message_size/
Dmessage_size_filter.cc290 grpc_channel_args_find(args->channel_args, GRPC_ARG_SERVICE_CONFIG); in init_channel_elem()
332 grpc_channel_args_find(channel_args, GRPC_ARG_SERVICE_CONFIG); in maybe_add_message_size_filter()
/external/grpc-grpc/test/core/end2end/
Dconnection_refused_test.cc66 arg.key = const_cast<char*>(GRPC_ARG_SERVICE_CONFIG); in run_test()
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Ddns_resolver_ares.cc317 args_to_remove[num_args_to_remove++] = GRPC_ARG_SERVICE_CONFIG; in OnResolvedLocked()
319 (char*)GRPC_ARG_SERVICE_CONFIG, service_config_string); in OnResolvedLocked()
/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h278 #define GRPC_ARG_SERVICE_CONFIG "grpc.service_config" macro
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dgrpc_types.h304 #define GRPC_ARG_SERVICE_CONFIG "grpc.service_config" macro
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dgrpc_types.h304 #define GRPC_ARG_SERVICE_CONFIG "grpc.service_config" macro
/external/grpc-grpc/test/core/end2end/tests/
Dmax_message_length.cc135 arg.key = const_cast<char*>(GRPC_ARG_SERVICE_CONFIG); in test_max_message_length_on_request()
326 arg.key = const_cast<char*>(GRPC_ARG_SERVICE_CONFIG); in test_max_message_length_on_response()
Dretry_exceeds_buffer_size_in_initial_batch.cc128 args[0].key = const_cast<char*>(GRPC_ARG_SERVICE_CONFIG); in test_retry_exceeds_buffer_size_in_initial_batch()
Dretry_disabled.cc126 args[0].key = const_cast<char*>(GRPC_ARG_SERVICE_CONFIG); in test_retry_disabled()
Dretry_non_retriable_status.cc124 arg.key = const_cast<char*>(GRPC_ARG_SERVICE_CONFIG); in test_retry_non_retriable_status()
Dretry_recv_message.cc125 arg.key = const_cast<char*>(GRPC_ARG_SERVICE_CONFIG); in test_retry_recv_message()
Dretry_throttled.cc124 arg.key = const_cast<char*>(GRPC_ARG_SERVICE_CONFIG); in test_retry_throttled()
Dretry_exceeds_buffer_size_in_subsequent_batch.cc133 args[0].key = const_cast<char*>(GRPC_ARG_SERVICE_CONFIG); in test_retry_exceeds_buffer_size_in_subsequent_batch()
Dretry_recv_initial_metadata.cc125 arg.key = const_cast<char*>(GRPC_ARG_SERVICE_CONFIG); in test_retry_recv_initial_metadata()
Dcancel_after_accept.cc128 arg.key = const_cast<char*>(GRPC_ARG_SERVICE_CONFIG); in test_cancel_after_accept()
Dretry_cancellation.cc123 arg.key = const_cast<char*>(GRPC_ARG_SERVICE_CONFIG); in test_retry_cancellation()
Dretry_non_retriable_status_before_recv_trailing_metadata_started.cc127 arg.key = const_cast<char*>(GRPC_ARG_SERVICE_CONFIG); in test_retry_non_retriable_status_before_recv_trailing_metadata_started()
Dcancel_after_round_trip.cc130 arg.key = const_cast<char*>(GRPC_ARG_SERVICE_CONFIG); in test_cancel_after_round_trip()
Dretry_too_many_attempts.cc125 arg.key = const_cast<char*>(GRPC_ARG_SERVICE_CONFIG); in test_retry_too_many_attempts()
Dretry_server_pushback_disabled.cc131 arg.key = const_cast<char*>(GRPC_ARG_SERVICE_CONFIG); in test_retry_server_pushback_disabled()
Dretry.cc125 arg.key = const_cast<char*>(GRPC_ARG_SERVICE_CONFIG); in test_retry()
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dchannel_arguments.cc166 SetString(GRPC_ARG_SERVICE_CONFIG, service_config_json); in SetServiceConfigJSON()
/external/grpc-grpc/src/cpp/common/
Dchannel_arguments.cc165 SetString(GRPC_ARG_SERVICE_CONFIG, service_config_json); in SetServiceConfigJSON()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/message_size/
Dmessage_size_filter.cc374 grpc_channel_args_find(channel_args, GRPC_ARG_SERVICE_CONFIG); in maybe_add_message_size_filter()

12