Home
last modified time | relevance | path

Searched defs:UnaryCall (Results 1 – 25 of 44) sorted by relevance

12

/aosp_15_r20/external/grpc-grpc/src/php/tests/unit_tests/
H A DCallInvokerTest.php67 public function UnaryCall( function in CallInvokerClient
95 public function UnaryCall($channel, $method, $deserialize, $options) { function in CallInvokerUpdateChannel
125 public function UnaryCall($channel, $method, $deserialize, $options) { function in CallInvokerChangeRequest
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
H A Dbenchmark_server.py22 def UnaryCall(self, request, context): member in BenchmarkServer
40 def UnaryCall(self, request, context): member in GenericBenchmarkServer
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/benchmark/
H A Dbenchmark_servicer.py27 async def UnaryCall(self, request, unused_context): member in BenchmarkServicer
51 async def UnaryCall(self, unused_request, unused_context): member in GenericBenchmarkServicer
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
H A D_python_plugin_test.py73 def UnaryCall(self, request, unused_rpc_context): member in _ServicerMethods
147 def UnaryCall(self, request, context): member in _CreateService.Servicer
566 def UnaryCall(self, request, context): member in SimpleStubsPluginTest.Servicer
H A Dbeta_python_plugin_test.py144 def UnaryCall(self, request, unused_rpc_context): member in _ServicerMethods
205 def UnaryCall(self, request, context): member in _CreateService.Servicer
/aosp_15_r20/external/grpc-grpc/doc/
H A Dinterop-test-descriptions.md1299 ### UnaryCall subsection
1300 [UnaryCall]: #unarycall
/aosp_15_r20/external/grpc-grpc/src/php/lib/Grpc/
H A DUnaryCall.php26 class UnaryCall extends AbstractCall class
H A DDefaultCallInvoker.php30 public function UnaryCall($channel, $method, $deserialize, $options) { function in Grpc\\DefaultCallInvoker
H A DCallInvoker.php28 public function UnaryCall($channel, $method, $deserialize, $options); function
/aosp_15_r20/external/grpc-grpc/examples/protos/
H A Dauth_sample.proto41 rpc UnaryCall(Request) returns (Response); rpc
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/
H A Dtest_service.proto25 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/
H A Dbenchmark_service.proto26 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/aosp_15_r20/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
H A Dtest.proto33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_gevent/unit/
H A D_test_server.py28 def UnaryCall(self, request, context): member in TestServiceServicer
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dbenchmark_service.proto26 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/aosp_15_r20/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
H A Dtest.proto33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/aosp_15_r20/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
H A DBenchmarkServiceClient.php44 public function UnaryCall(\Grpc\Testing\SimpleRequest $argument, function in Grpc\\Testing\\BenchmarkServiceClient
H A DTestServiceClient.php61 public function UnaryCall(\Grpc\Testing\SimpleRequest $argument, function in Grpc\\Testing\\TestServiceClient
/aosp_15_r20/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
H A Dservices.proto29 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/aosp_15_r20/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/
H A Dtest.proto45 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/aosp_15_r20/external/grpc-grpc/test/core/memory_usage/
H A Dcallback_server.cc50 grpc::ServerUnaryReactor* UnaryCall( in UnaryCall() function in ServerCallbackImpl
/aosp_15_r20/external/grpc-grpc/src/php/tests/interop/Grpc/Testing/
H A DTestServiceStub.php52 public function UnaryCall( function in Grpc\\Testing\\TestServiceStub
H A DTestServiceClient.php61 public function UnaryCall(\Grpc\Testing\SimpleRequest $argument, function in Grpc\\Testing\\TestServiceClient
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
H A Dservice.py58 def UnaryCall(self, request, context): member in TestService
/aosp_15_r20/external/grpc-grpc/test/cpp/qps/
H A Dserver_callback.cc36 grpc::ServerUnaryReactor* UnaryCall(grpc::CallbackServerContext* context, in UnaryCall() function in grpc::testing::BenchmarkCallbackServiceImpl

12