Home
last modified time | relevance | path

Searched refs:StreamingOutputCall (Results 1 – 24 of 24) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_python_plugin_test.py82 def StreamingOutputCall(self, request, unused_rpc_context): member in _ServicerMethods
149 def StreamingOutputCall(self, request, context): member in _CreateService.Servicer
150 return servicer_methods.StreamingOutputCall(request, context)
307 responses = service.stub.StreamingOutputCall(request)
308 expected_responses = service.servicer_methods.StreamingOutputCall(
319 responses = service.stub.StreamingOutputCall(
330 responses = service.stub.StreamingOutputCall(request)
342 responses = service.stub.StreamingOutputCall(request)
Dbeta_python_plugin_test.py150 def StreamingOutputCall(self, request, unused_rpc_context): member in _ServicerMethods
208 def StreamingOutputCall(self, request, context): member in _CreateService.Servicer
209 return servicer_methods.StreamingOutputCall(request, context)
432 responses = stub.StreamingOutputCall(request,
434 expected_responses = methods.StreamingOutputCall(
447 responses = stub.StreamingOutputCall(
458 responses = stub.StreamingOutputCall(request,
472 responses = stub.StreamingOutputCall(request, 1)
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DMetadataCredentialsTest.cs112 var call = client.StreamingOutputCall(new StreamingOutputCallRequest { }); in MetadataCredentials_Composed()
134 var call = client.StreamingOutputCall(new StreamingOutputCallRequest{ }, in MetadataCredentials_ComposedPerCall()
179 …public override async Task StreamingOutputCall(StreamingOutputCallRequest request, IServerStreamWr… in StreamingOutputCall() method in Grpc.IntegrationTesting.MetadataCredentialsTest.FakeTestService
DGeneratedClientTest.cs51 ….Throws(typeof(NotImplementedException), () => unimplementedClient.StreamingOutputCall(new Streami… in DefaultMethodStubThrows_ServerStreaming()
DTestGrpc.cs153 …public virtual global::System.Threading.Tasks.Task StreamingOutputCall(global::Grpc.Testing.Stream… in StreamingOutputCall() method in Grpc.Testing.TestService.TestServiceBase
385 …verStreamingCall<global::Grpc.Testing.StreamingOutputCallResponse> StreamingOutputCall(global::Grp… in StreamingOutputCall() method in Grpc.Testing.TestService.TestServiceClient
387 … return StreamingOutputCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in StreamingOutputCall()
396 …verStreamingCall<global::Grpc.Testing.StreamingOutputCallResponse> StreamingOutputCall(global::Grp… in StreamingOutputCall() method in Grpc.Testing.TestService.TestServiceClient
535 .AddMethod(__Method_StreamingOutputCall, serviceImpl.StreamingOutputCall) in BindService()
DGeneratedServiceBaseTest.cs79 var call = client.StreamingOutputCall(new StreamingOutputCallRequest()); in UnimplementedByDefault_ServerStreamingCall()
DTestServiceImpl.cs49 …public override async Task StreamingOutputCall(StreamingOutputCallRequest request, IServerStreamWr… in StreamingOutputCall() method in Grpc.Testing.TestServiceImpl
DInteropClient.cs251 using (var call = client.StreamingOutputCall(request)) in RunServerStreamingAsync()
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DTestServiceClient.php90 public function StreamingOutputCall(\Grpc\Testing\StreamingOutputCallRequest $argument, function in Grpc\\Testing\\TestServiceClient
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/
Dtest_service.proto29 rpc StreamingOutputCall(StreamingOutputCallRequest) rpc
/external/grpc-grpc/doc/
Dinterop-test-descriptions.md349 * [StreamingOutputCall][]
352 1. Client calls StreamingOutputCall with `StreamingOutputCallRequest`:
390 * [StreamingOutputCall][]
395 1. Client calls StreamingOutputCall with `StreamingOutputCallRequest`:
1078 ### StreamingOutputCall subsection
1079 [StreamingOutputCall]: #streamingoutputcall argument
1081 Server implements StreamingOutputCall by replying, in order, with one
1116 In StreamingOutputCall and FullDuplexCall, server delays sending a
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
Dtest.proto37 rpc StreamingOutputCall(StreamingOutputCallRequest) rpc
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dtest.proto37 rpc StreamingOutputCall(StreamingOutputCallRequest) rpc
/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/
Dtest.proto49 rpc StreamingOutputCall(StreamingOutputCallRequest) rpc
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py70 def StreamingOutputCall(self, request, context): member in TestService
188 response_iterator = stub.StreamingOutputCall(request)
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dtest.proto41 rpc StreamingOutputCall(StreamingOutputCallRequest) rpc
/external/grpc-grpc/src/proto/grpc/testing/
Dtest.proto42 rpc StreamingOutputCall(StreamingOutputCallRequest) rpc
/external/grpc-grpc/test/cpp/interop/
Dinterop_client.cc432 serviceStub_.Get()->StreamingOutputCall(&context, request)); in DoResponseStreaming()
547 serviceStub_.Get()->StreamingOutputCall(&context, request)); in DoServerCompressedStreaming()
597 serviceStub_.Get()->StreamingOutputCall(&context, request)); in DoResponseStreamingWithSlowConsumer()
Dinterop_server.cc193 Status StreamingOutputCall( in StreamingOutputCall() function in TestServiceImpl
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dtest.proto42 rpc StreamingOutputCall(StreamingOutputCallRequest) rpc
/external/grpc-grpc-java/compiler/src/test/golden/
DTestService.java.txt69 fullMethodName = SERVICE_NAME + '/' + "StreamingOutputCall",
83 "grpc.testing.compiler.TestService", "StreamingOutputCall"))
89 … .setSchemaDescriptor(new TestServiceMethodDescriptorSupplier("StreamingOutputCall"))
/external/grpc-grpc/src/php/tests/interop/
Dinterop_client.php276 $call = $stub->StreamingOutputCall($request);
/external/grpc-grpc-java/compiler/src/testLite/golden/
DTestService.java.txt68 fullMethodName = SERVICE_NAME + '/' + "StreamingOutputCall",
82 "grpc.testing.compiler.TestService", "StreamingOutputCall"))
/external/grpc-grpc-java/compiler/src/testNano/golden/
DTestService.java.txt78 "grpc.testing.compiler.TestService", "StreamingOutputCall"))