Home
last modified time | relevance | path

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

12

/third_party/grpc/src/cpp/client/
Dcreate_channel.cc33 return CreateCustomChannel(target, creds, grpc::ChannelArguments()); in CreateChannel()
36 std::shared_ptr<grpc::Channel> CreateCustomChannel( in CreateCustomChannel() function
/third_party/grpc/test/cpp/util/
Dcreate_test_channel.cc141 return ::grpc::CreateCustomChannel(server, channel_creds, channel_args); in CreateTestChannel()
156 return ::grpc::CreateCustomChannel(server, InsecureChannelCredentials(), in CreateTestChannel()
183 return ::grpc::CreateCustomChannel(connect_to, channel_creds, in CreateTestChannel()
196 return ::grpc::CreateCustomChannel(server, channel_creds, channel_args); in CreateTestChannel()
Dgrpc_tool.cc229 return ::grpc::CreateCustomChannel(server_address, cred.GetCredentials(), in CreateCliChannel()
/third_party/grpc/test/cpp/end2end/
Dport_sharing_end2end_test.cc264 CreateCustomChannel(tcp_server1_.address(), channel_creds, args); in ResetStubs()
267 CreateCustomChannel(tcp_server2_.address(), channel_creds, args); in ResetStubs()
275 CreateCustomChannel(server_address_.str(), direct_creds, direct_args); in ResetStubs()
Dservice_config_end2end_test.cc232 return ::grpc::CreateCustomChannel("fake:///", creds_, args); in BuildChannel()
243 return ::grpc::CreateCustomChannel("fake:///", creds_, args); in BuildChannelWithDefaultServiceConfig()
254 return ::grpc::CreateCustomChannel("fake:///", creds_, args); in BuildChannelWithInvalidDefaultServiceConfig()
Dshutdown_test.cc89 channel_ = ::grpc::CreateCustomChannel(target, channel_creds, args); in ResetStub()
Dchannelz_service_test.cc154 std::shared_ptr<Channel> channel_to_backend = ::grpc::CreateCustomChannel( in ConfigureProxy()
166 ::grpc::CreateCustomChannel(target, InsecureChannelCredentials(), args); in ResetStubs()
179 ::grpc::CreateCustomChannel(target, InsecureChannelCredentials(), args); in NewEchoStub()
Dmessage_allocator_end2end_test.cc143 channel_ = ::grpc::CreateCustomChannel(server_address_.str(), in ResetStub()
Dcfstream_test.cc145 return CreateCustomChannel(server_address.str(), channel_creds, args); in BuildChannel()
Dflaky_network_test.cc203 return CreateCustomChannel(server_address.str(), channel_creds, args); in BuildChannel()
Dclient_callback_end2end_test.cc131 channel_ = ::grpc::CreateCustomChannel(server_address_.str(), in ResetStub()
1373 ? ::grpc::CreateCustomChannel(server_address_.str(), channel_creds, in TEST_P()
Dasync_end2end_test.cc301 !(GetParam().inproc) ? ::grpc::CreateCustomChannel( in ResetStub()
1309 !(GetParam().inproc) ? ::grpc::CreateCustomChannel(server_address_.str(), in TEST_P()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_grpc_client.cc34 channel_ = grpc::CreateCustomChannel(target, grpc::InsecureChannelCredentials(), args); in CacheClientGreeter()
38 channel_ = grpc::CreateCustomChannel(target, grpc::InsecureChannelCredentials(), args); in CacheClientGreeter()
/third_party/grpc/include/grpcpp/
Dcreate_channel.h51 std::shared_ptr<Channel> CreateCustomChannel(
/third_party/grpc/examples/cpp/load_balancing/
Dgreeter_client.cc83 GreeterClient greeter(grpc::CreateCustomChannel( in main()
DREADME.md48 GreeterClient greeter(grpc::CreateCustomChannel(
/third_party/grpc/examples/cpp/compression/
Dgreeter_client.cc86 GreeterClient greeter(grpc::CreateCustomChannel( in main()
DREADME.md47 GreeterClient greeter(grpc::CreateCustomChannel(
/third_party/grpc/include/grpcpp/security/
Dcredentials.h44 std::shared_ptr<Channel> CreateCustomChannel(
89 friend std::shared_ptr<grpc::Channel> CreateCustomChannel(
/third_party/grpc/test/cpp/client/
Ddestroy_grpclb_channel_with_active_connect_stress_test.cc90 auto channel = ::grpc::CreateCustomChannel( in TryConnectAndDestroy()
Dclient_channel_stress_test.cc285 channel_ = ::grpc::CreateCustomChannel(uri.str(), in CreateStub()
/third_party/grpc/test/cpp/interop/
Dgrpclb_fallback_test.cc175 grpc::CreateCustomChannel(FLAGS_server_uri, channel_creds, channel_args)); in CreateFallbackTestStub()
/third_party/grpc/test/cpp/microbenchmarks/
Dfullstack_fixtures.h80 channel_ = ::grpc::CreateCustomChannel( in FullstackFixture()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dgraph_data_client.cc63 grpc::CreateCustomChannel(server_address, grpc::InsecureChannelCredentials(), args); in Init()
/third_party/grpc/test/cpp/ios/CronetTests/
DCppCronetEnd2EndTests.mm122 auto channel = grpc::CreateCustomChannel("127.0.0.1:5000", cronetChannelCredentials, args);

12