Home
last modified time | relevance | path

Searched refs:GRPC_ARG_SERVER_URI (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/
Dsecure_channel_create.cc68 grpc_channel_args_find(args->args, GRPC_ARG_SERVER_URI); in get_secure_naming_subchannel_args()
177 grpc_arg arg = grpc_channel_arg_string_create((char*)GRPC_ARG_SERVER_URI, in client_channel_factory_create_channel()
179 const char* to_remove[] = {GRPC_ARG_SERVER_URI}; in client_channel_factory_create_channel()
/external/grpc-grpc/src/core/ext/transport/chttp2/client/insecure/
Dchannel_create.cc65 const_cast<char*>(GRPC_ARG_SERVER_URI), canonical_target.get()); in client_channel_factory_create_channel()
66 const char* to_remove[] = {GRPC_ARG_SERVER_URI}; in client_channel_factory_create_channel()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel.h32 #define GRPC_ARG_SERVER_URI "grpc.server_uri" macro
Dclient_channel.cc454 grpc_channel_args_find(chand->resolver_result, GRPC_ARG_SERVER_URI); in get_service_config_from_resolver_result_locked()
718 arg = grpc_channel_args_find(args->channel_args, GRPC_ARG_SERVER_URI); in cc_init_channel_elem()
/external/grpc-grpc/src/core/ext/transport/chttp2/client/
Dauthority.cc32 grpc_channel_args_find(args, GRPC_ARG_SERVER_URI); in grpc_default_authority_add_if_not_present()
/external/grpc-grpc/src/core/lib/security/security_connector/
Dlocal_security_connector.cc191 grpc_channel_args_find(args, GRPC_ARG_SERVER_URI); in grpc_local_channel_security_connector_create()
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc967 GRPC_ARG_SERVER_URI, in BuildBalancerChannelArgs()
1049 const grpc_arg* arg = grpc_channel_args_find(args.args, GRPC_ARG_SERVER_URI); in GrpcLb()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_call_create.cc512 args.push_back(StringArg(GRPC_ARG_SERVER_URI, "localhost")); in BM_IsolatedFilter()