Home
last modified time | relevance | path

Searched defs:unaryCall (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/grpc-grpc-java/benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/
H A DBenchmarkServiceGrpc.java227 default void unaryCall(io.grpc.benchmarks.proto.Messages.SimpleRequest request, in unaryCall() method
311 public void unaryCall(io.grpc.benchmarks.proto.Messages.SimpleRequest request, in unaryCall() method in BenchmarkServiceGrpc.BenchmarkServiceStub
389 …public io.grpc.benchmarks.proto.Messages.SimpleResponse unaryCall(io.grpc.benchmarks.proto.Message… in unaryCall() method in BenchmarkServiceGrpc.BenchmarkServiceBlockingStub
429 …ommon.util.concurrent.ListenableFuture<io.grpc.benchmarks.proto.Messages.SimpleResponse> unaryCall( in unaryCall() method in BenchmarkServiceGrpc.BenchmarkServiceFutureStub
/aosp_15_r20/external/grpc-grpc-java/android-interop-testing/src/generated/debug/grpc/io/grpc/testing/integration/
H A DTestServiceGrpc.java329 default void unaryCall(io.grpc.testing.integration.Messages.SimpleRequest request, in unaryCall() method
456 public void unaryCall(io.grpc.testing.integration.Messages.SimpleRequest request, in unaryCall() method in TestServiceGrpc.TestServiceStub
574 …public io.grpc.testing.integration.Messages.SimpleResponse unaryCall(io.grpc.testing.integration.M… in unaryCall() method in TestServiceGrpc.TestServiceBlockingStub
651 …on.util.concurrent.ListenableFuture<io.grpc.testing.integration.Messages.SimpleResponse> unaryCall( in unaryCall() method in TestServiceGrpc.TestServiceFutureStub
/aosp_15_r20/external/grpc-grpc-java/android-interop-testing/src/generated/release/grpc/io/grpc/testing/integration/
H A DTestServiceGrpc.java329 default void unaryCall(io.grpc.testing.integration.Messages.SimpleRequest request, in unaryCall() method
456 public void unaryCall(io.grpc.testing.integration.Messages.SimpleRequest request, in unaryCall() method in TestServiceGrpc.TestServiceStub
574 …public io.grpc.testing.integration.Messages.SimpleResponse unaryCall(io.grpc.testing.integration.M… in unaryCall() method in TestServiceGrpc.TestServiceBlockingStub
651 …on.util.concurrent.ListenableFuture<io.grpc.testing.integration.Messages.SimpleResponse> unaryCall( in unaryCall() method in TestServiceGrpc.TestServiceFutureStub
/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/
H A DTestServiceGrpc.java337 default void unaryCall(io.grpc.testing.integration.Messages.SimpleRequest request, in unaryCall() method
464 public void unaryCall(io.grpc.testing.integration.Messages.SimpleRequest request, in unaryCall() method in TestServiceGrpc.TestServiceStub
582 …public io.grpc.testing.integration.Messages.SimpleResponse unaryCall(io.grpc.testing.integration.M… in unaryCall() method in TestServiceGrpc.TestServiceBlockingStub
659 …on.util.concurrent.ListenableFuture<io.grpc.testing.integration.Messages.SimpleResponse> unaryCall( in unaryCall() method in TestServiceGrpc.TestServiceFutureStub
/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
H A DCascadingTest.java192 public void unaryCall(final SimpleRequest request, in testDeadlinePropagation() method in CascadingTest.DeadlineSaver
235 public void unaryCall(final SimpleRequest request, in startChainingServer() method in CascadingTest.ChainingService
H A DCompressionTest.java251 public void unaryCall(SimpleRequest request, StreamObserver<SimpleResponse> responseObserver) { in unaryCall() method in CompressionTest.LocalServer
/aosp_15_r20/external/grpc-grpc-java/servlet/src/jettyTest/java/io/grpc/servlet/
H A DGrpcServletSmokeTest.java100 public void unaryCall() { in unaryCall() method in GrpcServletSmokeTest
/aosp_15_r20/external/grpc-grpc/examples/cpp/deadline/
H A Dclient.cc44 void unaryCall(std::shared_ptr<Channel> channel, std::string label, in unaryCall() function
/aosp_15_r20/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/
H A DAsyncServer.java213 public void unaryCall(Messages.SimpleRequest request, in unaryCall() method in AsyncServer.BenchmarkServiceImpl
/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
H A DTestServiceImpl.java100 public void unaryCall(SimpleRequest req, StreamObserver<SimpleResponse> responseObserver) { in unaryCall() method in TestServiceImpl
H A DXdsTestServer.java251 public void unaryCall(SimpleRequest req, StreamObserver<SimpleResponse> responseObserver) { in unaryCall() method in XdsTestServer.TestServiceImpl