Home
last modified time | relevance | path

Searched defs:HalfDuplexCall (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
H A D_python_plugin_test.py106 def HalfDuplexCall(self, request_iter, unused_rpc_context): member in _ServicerMethods
161 def HalfDuplexCall(self, request_iterator, context): member in _CreateService.Servicer
586 def HalfDuplexCall(self, request_iterator, context): member in SimpleStubsPluginTest.Servicer
H A Dbeta_python_plugin_test.py177 def HalfDuplexCall(self, request_iter, unused_rpc_context): member in _ServicerMethods
217 def HalfDuplexCall(self, request_iter, context): member in _CreateService.Servicer
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/
H A Dtest_service.proto47 rpc HalfDuplexCall(stream StreamingOutputCallRequest) rpc
/aosp_15_r20/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
H A Dtest.proto55 rpc HalfDuplexCall(stream StreamingOutputCallRequest) rpc
/aosp_15_r20/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
H A Dtest.proto55 rpc HalfDuplexCall(stream StreamingOutputCallRequest) rpc
/aosp_15_r20/external/grpc-grpc/src/php/tests/interop/Grpc/Testing/
H A DTestServiceStub.php138 public function HalfDuplexCall( function in Grpc\\Testing\\TestServiceStub
H A DTestServiceClient.php138 public function HalfDuplexCall($metadata = [], $options = []) { function in Grpc\\Testing\\TestServiceClient
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
H A Dservice.py107 def HalfDuplexCall(self, request_iterator, context): member in TestService
/aosp_15_r20/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
H A DTestServiceClient.php138 public function HalfDuplexCall($metadata = [], $options = []) { function in Grpc\\Testing\\TestServiceClient
/aosp_15_r20/external/grpc-grpc/src/php/tests/interop/
H A Dinterop_server.php181 public function HalfDuplexCall( function in TestService
/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
H A Dtest.proto62 rpc HalfDuplexCall(stream StreamingOutputCallRequest) rpc
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dtest.proto60 rpc HalfDuplexCall(stream StreamingOutputCallRequest) rpc
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/
H A Dtest.proto62 rpc HalfDuplexCall(stream StreamingOutputCallRequest) rpc
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dinterop_server.cc340 Status HalfDuplexCall( in HalfDuplexCall() function in TestServiceImpl