Home
last modified time | relevance | path

Searched refs:CreateCustomChannel (Results 1 – 17 of 17) 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/tensorflow/tensorflow/core/profiler/rpc/client/
Dcapture_profile.cc96 grpc::ProfilerService::NewStub(::grpc::CreateCustomChannel( in Profile()
150 grpc::ProfileAnalysis::NewStub(::grpc::CreateCustomChannel( in NewSession()
255 grpc::ProfilerService::NewStub(::grpc::CreateCustomChannel( in StartMonitoring()
/external/grpc-grpc/include/grpcpp/
Dcreate_channel.h51 std::shared_ptr<Channel> CreateCustomChannel(
/external/grpc-grpc/include/grpcpp/security/
Dcredentials.h60 friend std::shared_ptr<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/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_rpc_factory.cc163 return ::grpc::CreateCustomChannel( in CreateChannelForAddress()
Dgrpc_channel.cc96 *channel_pointer = ::grpc::CreateCustomChannel( in NewHostPortGrpcChannel()
/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/debug/
Ddebug_io_utils.cc735 channel_ = ::grpc::CreateCustomChannel( in Connect()