Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_python_plugin_test.py90 def StreamingInputCall(self, request_iter, unused_rpc_context): member in _ServicerMethods
152 def StreamingInputCall(self, request_iter, context): member in _CreateService.Servicer
153 return servicer_methods.StreamingInputCall(request_iter, context)
352 response = service.stub.StreamingInputCall(
354 expected_response = service.servicer_methods.StreamingInputCall(
362 response_future = service.stub.StreamingInputCall.future(
365 expected_response = service.servicer_methods.StreamingInputCall(
373 response_future = service.stub.StreamingInputCall.future(
388 response_future = service.stub.StreamingInputCall.future(
399 response_future = service.stub.StreamingInputCall.future(
Dbeta_python_plugin_test.py158 def StreamingInputCall(self, request_iter, unused_rpc_context): member in _ServicerMethods
211 def StreamingInputCall(self, request_iter, context): member in _CreateService.Servicer
212 return servicer_methods.StreamingInputCall(request_iter, context)
482 response = stub.StreamingInputCall(
486 expected_response = methods.StreamingInputCall(
498 response_future = stub.StreamingInputCall.future(
503 expected_response = methods.StreamingInputCall(
515 response_future = stub.StreamingInputCall.future(
530 response_future = stub.StreamingInputCall.future(
545 response_future = stub.StreamingInputCall.future(
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DSslCredentialsTest.cs89 var call = client.StreamingInputCall(); in AuthContextIsPopulated()
102 …public override async Task<StreamingInputCallResponse> StreamingInputCall(IAsyncStreamReader<Strea… in StreamingInputCall() method in Grpc.IntegrationTesting.SslCredentialsTest.SslCredentialsTestServiceImpl
DGeneratedClientTest.cs45 … Assert.Throws(typeof(NotImplementedException), () => unimplementedClient.StreamingInputCall()); in DefaultMethodStubThrows_ClientStreaming()
DInteropClient.cs230 using (var call = client.StreamingInputCall()) in RunClientStreamingAsync()
405 using (var call = client.StreamingInputCall(cancellationToken: cts.Token)) in RunCancelAfterBeginAsync()
635 var probeCall = client.StreamingInputCall(CreateClientCompressionMetadata(false)); in RunClientCompressedStreamingAsync()
654 var call = client.StreamingInputCall(CreateClientCompressionMetadata(true)); in RunClientCompressedStreamingAsync()
DGeneratedServiceBaseTest.cs70 var call = client.StreamingInputCall(); in UnimplementedByDefault_ClientStreaming()
DTestGrpc.cs165 …eading.Tasks.Task<global::Grpc.Testing.StreamingInputCallResponse> StreamingInputCall(grpc::IAsync… in StreamingInputCall() method in Grpc.Testing.TestService.TestServiceBase
408 …InputCallRequest, global::Grpc.Testing.StreamingInputCallResponse> StreamingInputCall(grpc::Metada… in StreamingInputCall() method in Grpc.Testing.TestService.TestServiceClient
410 return StreamingInputCall(new grpc::CallOptions(headers, deadline, cancellationToken)); in StreamingInputCall()
418 …InputCallRequest, global::Grpc.Testing.StreamingInputCallResponse> StreamingInputCall(grpc::CallOp… in StreamingInputCall() method in Grpc.Testing.TestService.TestServiceClient
536 .AddMethod(__Method_StreamingInputCall, serviceImpl.StreamingInputCall) in BindService()
DTestServiceImpl.cs61 …public override async Task<StreamingInputCallResponse> StreamingInputCall(IAsyncStreamReader<Strea… in StreamingInputCall() method in Grpc.Testing.TestServiceImpl
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DTestServiceClient.php104 public function StreamingInputCall($metadata = [], $options = []) { function in Grpc\\Testing\\TestServiceClient
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py78 def StreamingInputCall(self, request_iterator, context): member in TestService
166 response = stub.StreamingInputCall(requests)
264 response_future = stub.StreamingInputCall.future(pipe)
/external/grpc-grpc/doc/
Dinterop-test-descriptions.md236 * [StreamingInputCall][]
239 1. Client calls StreamingInputCall
295 1. Client calls `StreamingInputCall` and sends the following feature-probing
311 1. Client calls `StreamingInputCall` again, sending the *compressed* message
854 * [StreamingInputCall][]
857 1. Client starts StreamingInputCall
1071 ### StreamingInputCall subsection
1072 [StreamingInputCall]: #streaminginputcall argument
1074 Server implements StreamingInputCall which upon half close immediately returns
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/
Dtest_service.proto34 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dtest.proto42 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
Dtest.proto42 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/external/grpc-grpc/test/cpp/interop/
Dinterop_client.cc398 serviceStub_.Get()->StreamingInputCall(&context, &response)); in DoRequestStreaming()
473 serviceStub_.Get()->StreamingInputCall(&probe_context, &probe_res)); in DoClientCompressedStreaming()
495 serviceStub_.Get()->StreamingInputCall(&context, &response)); in DoClientCompressedStreaming()
727 serviceStub_.Get()->StreamingInputCall(&context, &response)); in DoCancelAfterBegin()
Dinterop_server.cc234 Status StreamingInputCall(ServerContext* context, in StreamingInputCall() function in TestServiceImpl
/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/
Dtest.proto54 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/external/grpc-grpc/src/php/tests/interop/
Dinterop_client.php249 $call = $stub->StreamingInputCall();
348 $call = $stub->StreamingInputCall();
/external/grpc-grpc/src/proto/grpc/testing/
Dtest.proto47 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dtest.proto46 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dtest.proto47 rpc StreamingInputCall(stream StreamingInputCallRequest) rpc
/external/grpc-grpc-java/compiler/src/test/golden/
DTestService.java.txt101 fullMethodName = SERVICE_NAME + '/' + "StreamingInputCall",
115 "grpc.testing.compiler.TestService", "StreamingInputCall"))
121 … .setSchemaDescriptor(new TestServiceMethodDescriptorSupplier("StreamingInputCall"))
/external/grpc-grpc-java/compiler/src/testLite/golden/
DTestService.java.txt99 fullMethodName = SERVICE_NAME + '/' + "StreamingInputCall",
113 "grpc.testing.compiler.TestService", "StreamingInputCall"))
/external/grpc-grpc-java/compiler/src/testNano/golden/
DTestService.java.txt106 "grpc.testing.compiler.TestService", "StreamingInputCall"))