/aosp_15_r20/external/grpc-grpc/src/php/tests/unit_tests/ |
H A D | CallInvokerTest.php | 67 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 D | benchmark_server.py | 22 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 D | benchmark_servicer.py | 27 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.py | 73 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 D | beta_python_plugin_test.py | 144 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 D | interop-test-descriptions.md | 1299 ### UnaryCall subsection 1300 [UnaryCall]: #unarycall
|
/aosp_15_r20/external/grpc-grpc/src/php/lib/Grpc/ |
H A D | UnaryCall.php | 26 class UnaryCall extends AbstractCall class
|
H A D | DefaultCallInvoker.php | 30 public function UnaryCall($channel, $method, $deserialize, $options) { function in Grpc\\DefaultCallInvoker
|
H A D | CallInvoker.php | 28 public function UnaryCall($channel, $method, $deserialize, $options); function
|
/aosp_15_r20/external/grpc-grpc/examples/protos/ |
H A D | auth_sample.proto | 41 rpc UnaryCall(Request) returns (Response); rpc
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/ |
H A D | test_service.proto | 25 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/ |
H A D | benchmark_service.proto | 26 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
/aosp_15_r20/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/ |
H A D | test.proto | 33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_gevent/unit/ |
H A D | _test_server.py | 28 def UnaryCall(self, request, context): member in TestServiceServicer
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | benchmark_service.proto | 26 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
/aosp_15_r20/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/ |
H A D | test.proto | 33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
/aosp_15_r20/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
H A D | BenchmarkServiceClient.php | 44 public function UnaryCall(\Grpc\Testing\SimpleRequest $argument, function in Grpc\\Testing\\BenchmarkServiceClient
|
H A D | TestServiceClient.php | 61 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 D | services.proto | 29 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
/aosp_15_r20/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/ |
H A D | test.proto | 45 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
/aosp_15_r20/external/grpc-grpc/test/core/memory_usage/ |
H A D | callback_server.cc | 50 grpc::ServerUnaryReactor* UnaryCall( in UnaryCall() function in ServerCallbackImpl
|
/aosp_15_r20/external/grpc-grpc/src/php/tests/interop/Grpc/Testing/ |
H A D | TestServiceStub.php | 52 public function UnaryCall( function in Grpc\\Testing\\TestServiceStub
|
H A D | TestServiceClient.php | 61 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 D | service.py | 58 def UnaryCall(self, request, context): member in TestService
|
/aosp_15_r20/external/grpc-grpc/test/cpp/qps/ |
H A D | server_callback.cc | 36 grpc::ServerUnaryReactor* UnaryCall(grpc::CallbackServerContext* context, in UnaryCall() function in grpc::testing::BenchmarkCallbackServiceImpl
|