Home
last modified time | relevance | path

Searched refs:TestServiceClient (Results 1 – 15 of 15) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClient.cs137 var client = new TestService.TestServiceClient(channel); in RunTestCaseAsync()
202 public static void RunEmptyUnary(TestService.TestServiceClient client) in RunEmptyUnary()
210 public static void RunLargeUnary(TestService.TestServiceClient client) in RunLargeUnary()
224 public static async Task RunClientStreamingAsync(TestService.TestServiceClient client) in RunClientStreamingAsync()
240 public static async Task RunServerStreamingAsync(TestService.TestServiceClient client) in RunServerStreamingAsync()
259 public static async Task RunPingPongAsync(TestService.TestServiceClient client) in RunPingPongAsync()
308 public static async Task RunEmptyStreamAsync(TestService.TestServiceClient client) in RunEmptyStreamAsync()
321 …public static void RunComputeEngineCreds(TestService.TestServiceClient client, string defaultServi… in RunComputeEngineCreds()
343 public static void RunJwtTokenCreds(TestService.TestServiceClient client) in RunJwtTokenCreds()
362 …public static async Task RunOAuth2AuthTokenAsync(TestService.TestServiceClient client, string oaut… in RunOAuth2AuthTokenAsync()
[all …]
DMetadataCredentialsTest.cs37 TestService.TestServiceClient client;
77 client = new TestService.TestServiceClient(channel); in MetadataCredentials()
86 client = new TestService.TestServiceClient(channel); in MetadataCredentials_PerCall()
111 var client = new TestService.TestServiceClient(channel); in MetadataCredentials_Composed()
121 var client = new TestService.TestServiceClient(channel); in MetadataCredentials_ComposedPerCall()
146 client = new TestService.TestServiceClient(channel); in MetadataCredentials_InterceptorLeavesMetadataEmpty()
163 client = new TestService.TestServiceClient(channel); in MetadataCredentials_InterceptorThrows()
DGeneratedClientTest.cs34 TestService.TestServiceClient unimplementedClient = new UnimplementedTestServiceClient();
63 private class UnimplementedTestServiceClient : TestService.TestServiceClient
DGeneratedServiceBaseTest.cs37 TestService.TestServiceClient client;
50 client = new TestService.TestServiceClient(channel); in Init()
DInteropClientServerTest.cs39 TestService.TestServiceClient client;
58 client = new TestService.TestServiceClient(channel); in Init()
DStressTestClient.cs122 var client = new TestService.TestServiceClient(channel); in Run()
139 async Task RunBodyAsync(TestService.TestServiceClient client) in RunBodyAsync()
156 async Task RunTestCaseAsync(TestService.TestServiceClient client, string testCase) in RunTestCaseAsync()
DCustomErrorDetailsTest.cs43 TestService.TestServiceClient client;
57 client = new TestService.TestServiceClient(channel); in Init()
DSslCredentialsTest.cs42 TestService.TestServiceClient client;
69 client = new TestService.TestServiceClient(channel); in Init()
DTestGrpc.cs214 public partial class TestServiceClient : grpc::ClientBase<TestServiceClient> class in Grpc.Testing.TestService
218 public TestServiceClient(grpc::Channel channel) : base(channel) in TestServiceClient() method in Grpc.Testing.TestService.TestServiceClient
223 public TestServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in TestServiceClient() method in Grpc.Testing.TestService.TestServiceClient
227 protected TestServiceClient() : base() in TestServiceClient() method in Grpc.Testing.TestService.TestServiceClient
232 protected TestServiceClient(ClientBaseConfiguration configuration) : base(configuration) in TestServiceClient() method in Grpc.Testing.TestService.TestServiceClient
521 protected override TestServiceClient NewInstance(ClientBaseConfiguration configuration) in NewInstance()
523 return new TestServiceClient(configuration); in NewInstance()
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DTestServiceClientTest.java29 TestServiceClient client = new TestServiceClient(); in emptyArgumentListShouldNotThrowException()
/external/pigweed/pw_rpc/nanopb/
Dcodegen_test.cc133 using TestServiceClient = test::nanopb::TestServiceClient; typedef
144 auto call = TestServiceClient::TestRpc( in TEST()
168 auto call = TestServiceClient::TestStreamRpc( in TEST()
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestServiceClient.java42 public class TestServiceClient { class
52 final TestServiceClient client = new TestServiceClient(); in main()
155 TestServiceClient c = new TestServiceClient(); in parseArgs()
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DTestServiceClient.php28 class TestServiceClient extends \Grpc\BaseStub { class
/external/grpc-grpc-java/interop-testing/
Dbuild.gradle55 mainClassName = "io.grpc.testing.integration.TestServiceClient"
/external/grpc-grpc/src/php/tests/interop/
Dinterop_client.php609 $stub = new Grpc\Testing\TestServiceClient($server_address, $opts);