/aosp_15_r20/external/grpc-grpc-java/benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/ |
H A D | BenchmarkServiceGrpc.java | 227 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 D | TestServiceGrpc.java | 329 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 D | TestServiceGrpc.java | 329 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 D | TestServiceGrpc.java | 337 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 D | CascadingTest.java | 192 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 D | CompressionTest.java | 251 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 D | GrpcServletSmokeTest.java | 100 public void unaryCall() { in unaryCall() method in GrpcServletSmokeTest
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/deadline/ |
H A D | client.cc | 44 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 D | AsyncServer.java | 213 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 D | TestServiceImpl.java | 100 public void unaryCall(SimpleRequest req, StreamObserver<SimpleResponse> responseObserver) { in unaryCall() method in TestServiceImpl
|
H A D | XdsTestServer.java | 251 public void unaryCall(SimpleRequest req, StreamObserver<SimpleResponse> responseObserver) { in unaryCall() method in XdsTestServer.TestServiceImpl
|