/external/grpc-grpc/test/cpp/util/ |
D | create_test_channel.cc | 77 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()
|
D | grpc_tool.cc | 215 return grpc::CreateCustomChannel(server_address, cred.GetCredentials(), args); in CreateCliChannel()
|
/external/grpc-grpc/src/cpp/client/ |
D | create_channel.cc | 34 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/ |
D | create_channel.cc | 33 return CreateCustomChannel(target, creds, grpc::ChannelArguments()); in CreateChannel() 36 std::shared_ptr<grpc::Channel> CreateCustomChannel( in CreateCustomChannel() function
|
/external/grpc-grpc/include/grpcpp/ |
D | create_channel.h | 51 std::shared_ptr<Channel> CreateCustomChannel(
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/ |
D | create_channel.h | 51 std::shared_ptr<Channel> CreateCustomChannel(
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/ |
D | create_channel.h | 51 std::shared_ptr<Channel> CreateCustomChannel(
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/ |
D | credentials.h | 44 std::shared_ptr<Channel> CreateCustomChannel( 89 friend std::shared_ptr<grpc::Channel> CreateCustomChannel(
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/security/ |
D | credentials.h | 44 std::shared_ptr<Channel> CreateCustomChannel( 89 friend std::shared_ptr<grpc::Channel> CreateCustomChannel(
|
/external/grpc-grpc/test/cpp/end2end/ |
D | shutdown_test.cc | 89 channel_ = CreateCustomChannel(target, channel_creds, args); in ResetStub()
|
D | channelz_service_test.cc | 124 std::shared_ptr<Channel> channel_to_backend = CreateCustomChannel( in ConfigureProxy() 136 CreateCustomChannel(target, InsecureChannelCredentials(), args); in ResetStubs()
|
D | async_end2end_test.cc | 298 ? CreateCustomChannel(server_address_.str(), channel_creds, args) in ResetStub() 1151 ? CreateCustomChannel(server_address_.str(), channel_creds, args) in TEST_P()
|
D | client_lb_end2end_test.cc | 209 return CreateCustomChannel("fake:///", InsecureChannelCredentials(), args); in BuildChannel()
|
D | grpclb_end2end_test.cc | 417 channel_ = CreateCustomChannel(uri.str(), creds, args); in ResetStub()
|
D | end2end_test.cc | 296 CreateCustomChannel(server_address_.str(), channel_creds, args); in ResetChannel()
|
/external/grpc-grpc/include/grpcpp/security/ |
D | credentials.h | 60 friend std::shared_ptr<Channel> CreateCustomChannel(
|
/external/tensorflow/tensorflow/core/data/service/ |
D | data_service.cc | 237 auto channel = grpc::CreateCustomChannel(address_, credentials, args); in EnsureInitialized() 270 auto channel = grpc::CreateCustomChannel(address, credentials, args); in GrpcDataTransferClient()
|
D | dispatcher_impl.cc | 94 auto channel = ::grpc::CreateCustomChannel(address, credentials, args); in CreateWorkerStub()
|
/external/tensorflow/tensorflow/core/profiler/rpc/client/ |
D | profiler_client.cc | 45 auto channel = ::grpc::CreateCustomChannel( in CreateStub()
|
/external/tensorflow/tensorflow/core/tpu/kernels/ |
D | tpu_compilation_cache_rpc_lookup.cc | 57 ::grpc::CreateCustomChannel(absl::StrCat("dns:///", server_address), in TpuCompilationCacheRpcLookup()
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | fullstack_fixtures.h | 90 CreateCustomChannel(address, InsecureChannelCredentials(), args); in FullstackFixture()
|
/external/grpc-grpc/test/cpp/client/ |
D | client_channel_stress_test.cc | 263 CreateCustomChannel(uri.str(), InsecureChannelCredentials(), args); in CreateStub()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_channel.cc | 146 *channel_pointer = ::grpc::CreateCustomChannel( in NewHostPortGrpcChannel()
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_io_utils.cc | 736 channel_ = ::grpc::CreateCustomChannel( in Connect()
|
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/ |
D | grpc_tpu_driver.cc | 985 ::grpc::CreateCustomChannel(std::string(worker_addr), creds, args); in CreateTpuDriverStub()
|