Searched refs:CreateTestChannel (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/test/cpp/util/ |
D | create_test_channel.cc | 69 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
|
D | create_test_channel.h | 35 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/ |
D | reconnect_interop_client.cc | 44 using grpc::CreateTestChannel; 62 CreateTestChannel(server_address.str(), INSECURE))); in main() 80 CreateTestChannel(server_address.str(), "foo.test.google.fr", TLS, false, in main()
|
D | client_helper.cc | 109 return CreateTestChannel(host_port, FLAGS_server_host_override, in CreateChannelForTestCase() 112 return CreateTestChannel(host_port, FLAGS_custom_credentials_type, creds); in CreateChannelForTestCase()
|
D | http2_client.cc | 198 grpc::CreateTestChannel(host_port, grpc::testing::INSECURE); in main()
|
D | stress_test.cc | 290 grpc::CreateTestChannel), in main()
|
/external/grpc-grpc/test/cpp/qps/ |
D | client.h | 469 channel_ = CreateTestChannel( in ClientChannelInfo()
|