Searched refs:CreateCustomChannel (Results 1 – 17 of 17) sorted by relevance
/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/tensorflow/tensorflow/core/profiler/rpc/client/ |
D | capture_profile.cc | 96 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/ |
D | create_channel.h | 51 std::shared_ptr<Channel> CreateCustomChannel(
|
/external/grpc-grpc/include/grpcpp/security/ |
D | credentials.h | 60 friend std::shared_ptr<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/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_rpc_factory.cc | 163 return ::grpc::CreateCustomChannel( in CreateChannelForAddress()
|
D | grpc_channel.cc | 96 *channel_pointer = ::grpc::CreateCustomChannel( in NewHostPortGrpcChannel()
|
/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/debug/ |
D | debug_io_utils.cc | 735 channel_ = ::grpc::CreateCustomChannel( in Connect()
|