Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/util/
Dcreate_test_channel.cc77 return CreateCustomChannel(server, InsecureChannelCredentials(), args); in CreateTestChannel()
98 return CreateCustomChannel(connect_to, channel_creds, channel_args); in CreateTestChannel()
104 return CreateCustomChannel(server, channel_creds, args); in CreateTestChannel()
154 return CreateCustomChannel(server, channel_creds, channel_args); in CreateTestChannel()
Dgrpc_tool.cc215 return grpc::CreateCustomChannel(server_address, cred.GetCredentials(), args); in CreateCliChannel()
/external/grpc-grpc/src/cpp/client/
Dcreate_channel.cc34 return CreateCustomChannel(target, creds, ChannelArguments()); in CreateChannel()
37 std::shared_ptr<Channel> CreateCustomChannel( in CreateCustomChannel() function
/external/rust/crates/grpcio-sys/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
/external/grpc-grpc/include/grpcpp/
Dcreate_channel.h51 std::shared_ptr<Channel> CreateCustomChannel(
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dcreate_channel.h51 std::shared_ptr<Channel> CreateCustomChannel(
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/
Dcreate_channel.h51 std::shared_ptr<Channel> CreateCustomChannel(
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/
Dcredentials.h44 std::shared_ptr<Channel> CreateCustomChannel(
89 friend std::shared_ptr<grpc::Channel> CreateCustomChannel(
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/security/
Dcredentials.h44 std::shared_ptr<Channel> CreateCustomChannel(
89 friend std::shared_ptr<grpc::Channel> CreateCustomChannel(
/external/grpc-grpc/test/cpp/end2end/
Dshutdown_test.cc89 channel_ = CreateCustomChannel(target, channel_creds, args); in ResetStub()
Dchannelz_service_test.cc124 std::shared_ptr<Channel> channel_to_backend = CreateCustomChannel( in ConfigureProxy()
136 CreateCustomChannel(target, InsecureChannelCredentials(), args); in ResetStubs()
Dasync_end2end_test.cc298 ? CreateCustomChannel(server_address_.str(), channel_creds, args) in ResetStub()
1151 ? CreateCustomChannel(server_address_.str(), channel_creds, args) in TEST_P()
Dclient_lb_end2end_test.cc209 return CreateCustomChannel("fake:///", InsecureChannelCredentials(), args); in BuildChannel()
Dgrpclb_end2end_test.cc417 channel_ = CreateCustomChannel(uri.str(), creds, args); in ResetStub()
Dend2end_test.cc296 CreateCustomChannel(server_address_.str(), channel_creds, args); in ResetChannel()
/external/grpc-grpc/include/grpcpp/security/
Dcredentials.h60 friend std::shared_ptr<Channel> CreateCustomChannel(
/external/tensorflow/tensorflow/core/data/service/
Ddata_service.cc237 auto channel = grpc::CreateCustomChannel(address_, credentials, args); in EnsureInitialized()
270 auto channel = grpc::CreateCustomChannel(address, credentials, args); in GrpcDataTransferClient()
Ddispatcher_impl.cc94 auto channel = ::grpc::CreateCustomChannel(address, credentials, args); in CreateWorkerStub()
/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dprofiler_client.cc45 auto channel = ::grpc::CreateCustomChannel( in CreateStub()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_rpc_lookup.cc57 ::grpc::CreateCustomChannel(absl::StrCat("dns:///", server_address), in TpuCompilationCacheRpcLookup()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dfullstack_fixtures.h90 CreateCustomChannel(address, InsecureChannelCredentials(), args); in FullstackFixture()
/external/grpc-grpc/test/cpp/client/
Dclient_channel_stress_test.cc263 CreateCustomChannel(uri.str(), InsecureChannelCredentials(), args); in CreateStub()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_channel.cc146 *channel_pointer = ::grpc::CreateCustomChannel( in NewHostPortGrpcChannel()
/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.cc736 channel_ = ::grpc::CreateCustomChannel( in Connect()
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dgrpc_tpu_driver.cc985 ::grpc::CreateCustomChannel(std::string(worker_addr), creds, args); in CreateTpuDriverStub()