Home
last modified time | relevance | path

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

/third_party/grpc/test/core/channel/
Dchannel_args_test.cc39 to_add[1] = grpc_channel_arg_string_create(const_cast<char*>("str key"), in test_create()
84 client_a[1] = grpc_channel_arg_string_create( in test_channel_create_with_args()
148 client_a[1] = grpc_channel_arg_string_create( in test_channel_create_with_global_mutator()
/third_party/grpc/src/core/ext/transport/chttp2/client/secure/
Dsecure_channel_create.cc93 args_to_add[num_args_to_add++] = grpc_channel_arg_string_create( in GetSecureNamingChannelArgs()
142 grpc_arg arg = grpc_channel_arg_string_create( in CreateChannel()
/third_party/grpc/src/core/ext/filters/client_channel/
Dhttp_proxy.cc177 args_to_add[0] = grpc_channel_arg_string_create( in MapName()
187 args_to_add[1] = grpc_channel_arg_string_create( in MapName()
Dsubchannel.cc896 return grpc_channel_arg_string_create( in CreateSubchannelAddressArg()
/third_party/grpc/src/core/lib/transport/
Dauthority_override.cc29 return grpc_channel_arg_string_create( in CreateAuthorityOverrideChannelArg()
/third_party/grpc/src/core/ext/transport/chttp2/client/
Dauthority.cc37 new_args[num_new_args++] = grpc_channel_arg_string_create( in grpc_default_authority_add_if_not_present()
/third_party/grpc/src/core/ext/transport/chttp2/client/insecure/
Dchannel_create_posix.cc44 grpc_arg default_authority_arg = grpc_channel_arg_string_create( in grpc_insecure_channel_create_from_fd()
Dchannel_create.cc64 grpc_arg arg = grpc_channel_arg_string_create( in CreateChannel()
/third_party/grpc/src/core/lib/security/credentials/fake/
Dfake_credentials.cc78 return grpc_channel_arg_string_create( in grpc_fake_transport_expected_targets_arg()
/third_party/grpc/src/core/lib/channel/
Dchannel_args.h114 grpc_arg grpc_channel_arg_string_create(char* name, char* value);
Dchannel_args.cc319 grpc_arg grpc_channel_arg_string_create(char* name, char* value) { in grpc_channel_arg_string_create() function
/third_party/grpc/src/core/lib/security/credentials/tls/
Dtls_credentials.cc94 grpc_arg new_arg = grpc_channel_arg_string_create( in create_security_connector()
/third_party/grpc/test/core/end2end/fixtures/
Dh2_sockpair.cc61 grpc_arg authority_arg = grpc_channel_arg_string_create( in client_setup_transport()
Dh2_sockpair+trace.cc66 grpc_arg authority_arg = grpc_channel_arg_string_create( in client_setup_transport()
Dh2_sockpair_1byte.cc61 grpc_arg authority_arg = grpc_channel_arg_string_create( in client_setup_transport()
/third_party/grpc/test/core/end2end/fuzzers/
Dclient_fuzzer.cc59 grpc_arg authority_arg = grpc_channel_arg_string_create( in LLVMFuzzerTestOneInput()
/third_party/grpc/src/core/lib/security/credentials/xds/
Dxds_credentials.cc131 grpc_arg override_arg = grpc_channel_arg_string_create( in create_security_connector()
/third_party/grpc/test/core/surface/
Dsequential_connectivity_test.cc72 args.push_back(grpc_channel_arg_string_create( in create_test_channel()
/third_party/grpc/test/core/end2end/
Dh2_ssl_session_reuse_test.cc104 grpc_channel_arg_string_create( in client_create()
/third_party/grpc/src/core/lib/security/credentials/ssl/
Dssl_credentials.cc89 grpc_arg new_arg = grpc_channel_arg_string_create( in create_security_connector()
/third_party/grpc/test/core/end2end/tests/
Dretry_streaming.cc145 grpc_channel_arg_string_create( in test_retry_streaming()
/third_party/grpc/src/core/lib/surface/
Dchannel.cc164 new_args[num_new_args++] = grpc_channel_arg_string_create( in build_channel_args()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_impl.cc523 grpc_arg cluster_arg = grpc_channel_arg_string_create( in UpdateChildPolicyLocked()
/third_party/grpc/test/core/bad_connection/
Dclose_fd_test.cc85 grpc_arg authority_arg = grpc_channel_arg_string_create( in client_setup_transport()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc1458 grpc_arg new_arg = grpc_channel_arg_string_create( in ProcessAddressesAndChannelArgsLocked()