Home
last modified time | relevance | path

Searched refs:CreateZerosPayload (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClient.cs216 Payload = CreateZerosPayload(271828) in RunLargeUnary()
228 …28, 45904 }.Select((size) => new StreamingInputCallRequest { Payload = CreateZerosPayload(size) }); in RunClientStreamingAsync()
268 Payload = CreateZerosPayload(27182) in RunPingPongAsync()
277 Payload = CreateZerosPayload(8) in RunPingPongAsync()
286 Payload = CreateZerosPayload(1828) in RunPingPongAsync()
295 Payload = CreateZerosPayload(45904) in RunPingPongAsync()
328 Payload = CreateZerosPayload(271828), in RunComputeEngineCreds()
350 Payload = CreateZerosPayload(271828), in RunJwtTokenCreds()
427 Payload = CreateZerosPayload(27182) in RunCancelAfterFirstResponseAsync()
458 …l.RequestStream.WriteAsync(new StreamingOutputCallRequest { Payload = CreateZerosPayload(27182) }); in RunTimeoutOnSleepingServerAsync()
[all …]
DBenchmarkServiceImpl.cs40 … var response = new SimpleResponse { Payload = CreateZerosPayload(request.ResponseSize) }; in UnaryCall()
48 … var response = new SimpleResponse { Payload = CreateZerosPayload(request.ResponseSize) }; in StreamingCall()
53 private static Payload CreateZerosPayload(int size) in CreateZerosPayload() method in Grpc.Testing.BenchmarkServiceImpl
DTestServiceImpl.cs45 … var response = new SimpleResponse { Payload = CreateZerosPayload(request.ResponseSize) }; in UnaryCall()
56 …var response = new StreamingOutputCallResponse { Payload = CreateZerosPayload(responseParam.Size) … in StreamingOutputCall()
83 …var response = new StreamingOutputCallResponse { Payload = CreateZerosPayload(responseParam.Size) … in FullDuplexCall()
94 private static Payload CreateZerosPayload(int size) in CreateZerosPayload() method in Grpc.Testing.TestServiceImpl
DSslCredentialsTest.cs99 … return Task.FromResult(new SimpleResponse { Payload = CreateZerosPayload(request.ResponseSize) }); in UnaryCall()
115 private static Payload CreateZerosPayload(int size) in CreateZerosPayload() method in Grpc.IntegrationTesting.SslCredentialsTest.SslCredentialsTestServiceImpl
DClientRunners.cs341 Payload = CreateZerosPayload(payloadConfig.SimpleParams.ReqSize), in CreateSimpleRequest()
346 private static Payload CreateZerosPayload(int size) in CreateZerosPayload() method in Grpc.IntegrationTesting.ClientRunnerImpl