/third_party/grpc/src/cpp/client/ |
D | create_channel.cc | 33 return CreateCustomChannel(target, creds, grpc::ChannelArguments()); in CreateChannel() 36 std::shared_ptr<grpc::Channel> CreateCustomChannel( in CreateCustomChannel() function
|
/third_party/grpc/test/cpp/util/ |
D | create_test_channel.cc | 141 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()
|
D | grpc_tool.cc | 229 return ::grpc::CreateCustomChannel(server_address, cred.GetCredentials(), in CreateCliChannel()
|
/third_party/grpc/test/cpp/end2end/ |
D | port_sharing_end2end_test.cc | 264 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()
|
D | service_config_end2end_test.cc | 232 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()
|
D | shutdown_test.cc | 89 channel_ = ::grpc::CreateCustomChannel(target, channel_creds, args); in ResetStub()
|
D | channelz_service_test.cc | 154 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()
|
D | message_allocator_end2end_test.cc | 143 channel_ = ::grpc::CreateCustomChannel(server_address_.str(), in ResetStub()
|
D | cfstream_test.cc | 145 return CreateCustomChannel(server_address.str(), channel_creds, args); in BuildChannel()
|
D | flaky_network_test.cc | 203 return CreateCustomChannel(server_address.str(), channel_creds, args); in BuildChannel()
|
D | client_callback_end2end_test.cc | 131 channel_ = ::grpc::CreateCustomChannel(server_address_.str(), in ResetStub() 1373 ? ::grpc::CreateCustomChannel(server_address_.str(), channel_creds, in TEST_P()
|
D | async_end2end_test.cc | 301 !(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/ |
D | cache_grpc_client.cc | 34 channel_ = grpc::CreateCustomChannel(target, grpc::InsecureChannelCredentials(), args); in CacheClientGreeter() 38 channel_ = grpc::CreateCustomChannel(target, grpc::InsecureChannelCredentials(), args); in CacheClientGreeter()
|
/third_party/grpc/include/grpcpp/ |
D | create_channel.h | 51 std::shared_ptr<Channel> CreateCustomChannel(
|
/third_party/grpc/examples/cpp/load_balancing/ |
D | greeter_client.cc | 83 GreeterClient greeter(grpc::CreateCustomChannel( in main()
|
D | README.md | 48 GreeterClient greeter(grpc::CreateCustomChannel(
|
/third_party/grpc/examples/cpp/compression/ |
D | greeter_client.cc | 86 GreeterClient greeter(grpc::CreateCustomChannel( in main()
|
D | README.md | 47 GreeterClient greeter(grpc::CreateCustomChannel(
|
/third_party/grpc/include/grpcpp/security/ |
D | credentials.h | 44 std::shared_ptr<Channel> CreateCustomChannel( 89 friend std::shared_ptr<grpc::Channel> CreateCustomChannel(
|
/third_party/grpc/test/cpp/client/ |
D | destroy_grpclb_channel_with_active_connect_stress_test.cc | 90 auto channel = ::grpc::CreateCustomChannel( in TryConnectAndDestroy()
|
D | client_channel_stress_test.cc | 285 channel_ = ::grpc::CreateCustomChannel(uri.str(), in CreateStub()
|
/third_party/grpc/test/cpp/interop/ |
D | grpclb_fallback_test.cc | 175 grpc::CreateCustomChannel(FLAGS_server_uri, channel_creds, channel_args)); in CreateFallbackTestStub()
|
/third_party/grpc/test/cpp/microbenchmarks/ |
D | fullstack_fixtures.h | 80 channel_ = ::grpc::CreateCustomChannel( in FullstackFixture()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/ |
D | graph_data_client.cc | 63 grpc::CreateCustomChannel(server_address, grpc::InsecureChannelCredentials(), args); in Init()
|
/third_party/grpc/test/cpp/ios/CronetTests/ |
D | CppCronetEnd2EndTests.mm | 122 auto channel = grpc::CreateCustomChannel("127.0.0.1:5000", cronetChannelCredentials, args);
|