Home
last modified time | relevance | path

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

12

/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dbenchmark_server.py22 def UnaryCall(self, request, context): member in BenchmarkServer
40 def UnaryCall(self, request, context): member in GenericBenchmarkServer
/external/grpc-grpc/src/python/grpcio_tests/tests_aio/benchmark/
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
/external/grpc-grpc/src/php/tests/unit_tests/
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
/external/grpc-grpc/src/php/lib/Grpc/
DUnaryCall.php26 class UnaryCall extends AbstractCall class
DDefaultCallInvoker.php30 public function UnaryCall($channel, $method, $deserialize, $options) { function in Grpc\\DefaultCallInvoker
DCallInvoker.php28 public function UnaryCall($channel, $method, $deserialize, $options); function
/external/grpc-grpc/examples/protos/
Dauth_sample.proto41 rpc UnaryCall(Request) returns (Response); rpc
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/
Dtest_service.proto25 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dtest.proto33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dbenchmark_service.proto26 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/external/grpc-grpc/src/proto/grpc/testing/
Dbenchmark_service.proto26 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/external/grpc-grpc/src/python/grpcio_tests/tests_gevent/unit/
D_test_server.py28 def UnaryCall(self, request, context): member in TestServiceServicer
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
Dtest.proto33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DBenchmarkServiceClient.php44 public function UnaryCall(\Grpc\Testing\SimpleRequest $argument, function in Grpc\\Testing\\BenchmarkServiceClient
DTestServiceClient.php61 public function UnaryCall(\Grpc\Testing\SimpleRequest $argument, function in Grpc\\Testing\\TestServiceClient
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto29 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/
Dtest.proto45 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
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
/external/grpc-grpc/test/core/memory_usage/
Dcallback_server.cc50 grpc::ServerUnaryReactor* UnaryCall( in UnaryCall() function in ServerCallbackImpl
/external/grpc-grpc/src/php/tests/interop/Grpc/Testing/
DTestServiceStub.php52 public function UnaryCall( function in Grpc\\Testing\\TestServiceStub
DTestServiceClient.php61 public function UnaryCall(\Grpc\Testing\SimpleRequest $argument, function in Grpc\\Testing\\TestServiceClient
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dservice.py58 def UnaryCall(self, request, context): member in TestService
/external/grpc-grpc/test/cpp/qps/
Dserver_callback.cc36 grpc::ServerUnaryReactor* UnaryCall(grpc::CallbackServerContext* context, in UnaryCall() function in grpc::testing::BenchmarkCallbackServiceImpl
/external/grpc-grpc/src/python/grpcio_tests/tests_py3_only/interop/
Dxds_interop_server.py65 def UnaryCall( member in TestService
/external/grpc-grpc/src/php/tests/interop/
Dinterop_server.php71 public function UnaryCall( function in TestService

12