Home
last modified time | relevance | path

Searched refs:CreateTestChannel (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/test/cpp/util/
Dcreate_test_channel.cc69 std::shared_ptr<Channel> CreateTestChannel( in CreateTestChannel() function
108 std::shared_ptr<Channel> CreateTestChannel( in CreateTestChannel() function
118 return CreateTestChannel(server, type, override_hostname, use_prod_roots, in CreateTestChannel()
122 std::shared_ptr<Channel> CreateTestChannel( in CreateTestChannel() function
126 return CreateTestChannel(server, override_hostname, security_type, in CreateTestChannel()
130 std::shared_ptr<Channel> CreateTestChannel( in CreateTestChannel() function
133 return CreateTestChannel(server, override_hostname, security_type, in CreateTestChannel()
138 std::shared_ptr<Channel> CreateTestChannel( in CreateTestChannel() function
140 return CreateTestChannel(server, "foo.test.google.fr", security_type, false); in CreateTestChannel()
143 std::shared_ptr<Channel> CreateTestChannel( in CreateTestChannel() function
Dcreate_test_channel.h35 std::shared_ptr<Channel> CreateTestChannel(
38 std::shared_ptr<Channel> CreateTestChannel(
42 std::shared_ptr<Channel> CreateTestChannel(
47 std::shared_ptr<Channel> CreateTestChannel(
53 std::shared_ptr<Channel> CreateTestChannel(
59 std::shared_ptr<Channel> CreateTestChannel(
/external/grpc-grpc/test/cpp/interop/
Dreconnect_interop_client.cc44 using grpc::CreateTestChannel;
62 CreateTestChannel(server_address.str(), INSECURE))); in main()
80 CreateTestChannel(server_address.str(), "foo.test.google.fr", TLS, false, in main()
Dclient_helper.cc109 return CreateTestChannel(host_port, FLAGS_server_host_override, in CreateChannelForTestCase()
112 return CreateTestChannel(host_port, FLAGS_custom_credentials_type, creds); in CreateChannelForTestCase()
Dhttp2_client.cc198 grpc::CreateTestChannel(host_port, grpc::testing::INSECURE); in main()
Dstress_test.cc290 grpc::CreateTestChannel), in main()
/external/grpc-grpc/test/cpp/qps/
Dclient.h469 channel_ = CreateTestChannel( in ClientChannelInfo()