/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | dns_resolver_ares.cc | 247 grpc_json* service_config_json = nullptr; in ChooseServiceConfig() local 253 service_config_json = nullptr; in ChooseServiceConfig() 262 service_config_json = nullptr; in ChooseServiceConfig() 269 service_config_json = nullptr; in ChooseServiceConfig() 276 service_config_json = nullptr; in ChooseServiceConfig() 283 service_config_json = field; in ChooseServiceConfig() 287 if (service_config_json != nullptr) { in ChooseServiceConfig() 288 service_config = grpc_json_dump_to_string(service_config_json, 0); in ChooseServiceConfig()
|
D | grpc_ares_wrapper_fallback.cc | 32 grpc_lb_addresses** addrs, bool check_grpclb, char** service_config_json, in grpc_dns_lookup_ares_locked_impl() argument 40 grpc_lb_addresses** addrs, bool check_grpclb, char** service_config_json,
|
D | grpc_ares_wrapper.cc | 363 grpc_lb_addresses** addrs, bool check_grpclb, char** service_config_json, in grpc_dns_lookup_ares_continue_after_check_localhost_and_ip_literals_locked() argument 397 r->service_config_json_out = service_config_json; in grpc_dns_lookup_ares_continue_after_check_localhost_and_ip_literals_locked() 461 if (service_config_json != nullptr) { in grpc_dns_lookup_ares_continue_after_check_localhost_and_ip_literals_locked() 537 grpc_lb_addresses** addrs, bool check_grpclb, char** service_config_json, in grpc_dns_lookup_ares_locked_impl() argument 553 check_grpclb, service_config_json, combiner); in grpc_dns_lookup_ares_locked_impl() 559 grpc_lb_addresses** addrs, bool check_grpclb, char** service_config_json,
|
D | grpc_ares_wrapper.h | 62 char** service_config_json, grpc_combiner* combiner);
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/ |
D | validate_service_config.cc | 26 std::string ValidateServiceConfigJSON(const std::string& service_config_json) { in ValidateServiceConfigJSON() argument 30 service_config_json.c_str(), &error); in ValidateServiceConfigJSON()
|
D | channel_arguments.cc | 165 const std::string& service_config_json) { in SetServiceConfigJSON() argument 166 SetString(GRPC_ARG_SERVICE_CONFIG, service_config_json); in SetServiceConfigJSON()
|
/external/grpc-grpc/test/core/client_channel/resolvers/ |
D | dns_resolver_cooldown_test.cc | 43 grpc_lb_addresses** addrs, bool check_grpclb, char** service_config_json, 93 grpc_lb_addresses** addrs, bool check_grpclb, char** service_config_json, in test_dns_lookup_ares_locked() argument 97 check_grpclb, service_config_json, combiner); in test_dns_lookup_ares_locked()
|
D | dns_resolver_connectivity_test.cc | 66 grpc_lb_addresses** lb_addrs, bool check_grpclb, char** service_config_json, in my_dns_lookup_ares_locked() argument
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/support/ |
D | validate_service_config.h | 31 std::string ValidateServiceConfigJSON(const std::string& service_config_json);
|
D | channel_arguments.h | 99 void SetServiceConfigJSON(const std::string& service_config_json);
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/ |
D | validate_service_config.h | 31 std::string ValidateServiceConfigJSON(const std::string& service_config_json);
|
D | channel_arguments.h | 99 void SetServiceConfigJSON(const std::string& service_config_json);
|
/external/grpc-grpc/test/core/end2end/ |
D | goaway_server_test.cc | 51 char** service_config_json, grpc_combiner* combiner); 104 grpc_lb_addresses** lb_addrs, bool check_grpclb, char** service_config_json, in my_dns_lookup_ares_locked() argument 109 check_grpclb, service_config_json, combiner); in my_dns_lookup_ares_locked()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | grpc_ares_wrapper.h | 71 char** service_config_json, int query_timeout_ms,
|
D | grpc_ares_wrapper.cc | 1072 char** service_config_json, int query_timeout_ms, in grpc_dns_lookup_ares_locked_impl() argument 1080 r->service_config_json_out = service_config_json; in grpc_dns_lookup_ares_locked_impl() 1117 char** service_config_json, int query_timeout_ms,
|
/external/grpc-grpc/src/cpp/common/ |
D | channel_arguments.cc | 164 const grpc::string& service_config_json) { in SetServiceConfigJSON() argument 165 SetString(GRPC_ARG_SERVICE_CONFIG, service_config_json); in SetServiceConfigJSON()
|
/external/grpc-grpc/include/grpcpp/support/ |
D | channel_arguments.h | 99 void SetServiceConfigJSON(const grpc::string& service_config_json);
|
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | grpc_types.h | 620 char** service_config_json; member
|
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/ |
D | grpc_types.h | 695 char** service_config_json; member
|
/external/grpc-grpc/src/cpp/client/ |
D | channel_cc.cc | 91 &channel_info.service_config_json); in GetServiceConfigJSON()
|
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/ |
D | grpc_types.h | 695 char** service_config_json; member
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/client/ |
D | channel_cc.cc | 93 &channel_info.service_config_json); in GetServiceConfigJSON()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | client_channel.cc | 443 const char* service_config_json = grpc_channel_arg_get_string(channel_arg); in get_service_config_from_resolver_result_locked() local 444 if (service_config_json != nullptr) { in get_service_config_from_resolver_result_locked() 447 chand, service_config_json); in get_service_config_from_resolver_result_locked() 450 grpc_core::ServiceConfig::Create(service_config_json); in get_service_config_from_resolver_result_locked() 472 return grpc_core::UniquePtr<char>(gpr_strdup(service_config_json)); in get_service_config_from_resolver_result_locked() 533 grpc_core::UniquePtr<char> service_config_json = in on_resolver_result_changed_locked() local 538 chand->info_service_config_json = std::move(service_config_json); in on_resolver_result_changed_locked() 664 if (info->service_config_json != nullptr) { in cc_get_channel_info() 665 *info->service_config_json = in cc_get_channel_info()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | client_channel.cc | 1909 const char* service_config_json = grpc_channel_arg_get_string( in ChannelData() local 1911 if (service_config_json == nullptr) service_config_json = "{}"; in ChannelData() 1914 ServiceConfig::Create(args->channel_args, service_config_json, error); in ChannelData() 2242 UniquePtr<char> service_config_json( in UpdateServiceConfigInControlPlaneLocked() local 2247 service_config_json.get()); in UpdateServiceConfigInControlPlaneLocked() 2267 info_service_config_json_ = std::move(service_config_json); in UpdateServiceConfigInControlPlaneLocked() 2567 if (info->service_config_json != nullptr) { in GetChannelInfo() 2568 *info->service_config_json = in GetChannelInfo()
|
/external/grpc-grpc/test/core/end2end/fuzzers/ |
D | api_fuzzer.cc | 380 grpc_lb_addresses** lb_addrs, bool check_grpclb, char** service_config_json, in my_dns_lookup_ares_locked() argument
|