Home
last modified time | relevance | path

Searched refs:servicer (Results 1 – 19 of 19) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
Dmonster_test_grpc_fb.py58 def add_MonsterStorageServicer_to_server(servicer, server): argument
61 servicer.Store,
66 servicer.Retrieve,
71 servicer.GetMaxHitPoint,
76 servicer.GetMinMaxHitPoints,
147 def add_MonsterStorageServicer_to_server(servicer, server): argument
150 servicer.Store,
155 servicer.Retrieve,
160 servicer.GetMaxHitPoint,
165 servicer.GetMinMaxHitPoints,
[all …]
/external/grpc-grpc/src/python/grpcio_tests/tests/health_check/
D_health_servicer_test.py29 servicer = health.HealthServicer()
30 servicer.set('', health_pb2.HealthCheckResponse.SERVING)
31 servicer.set('grpc.test.TestServiceServing',
33 servicer.set('grpc.test.TestServiceUnknown',
35 servicer.set('grpc.test.TestServiceNotServing',
39 health_pb2_grpc.add_HealthServicer_to_server(servicer, self._server)
/external/grpc-grpc/examples/python/route_guide/
Droute_guide_pb2_grpc.py88 def add_RouteGuideServicer_to_server(servicer, server): argument
91 servicer.GetFeature,
96 servicer.ListFeatures,
101 servicer.RecordRoute,
106 servicer.RouteChat,
/external/grpc-grpc/examples/python/multiplex/
Droute_guide_pb2_grpc.py88 def add_RouteGuideServicer_to_server(servicer, server): argument
91 servicer.GetFeature,
96 servicer.ListFeatures,
101 servicer.RecordRoute,
106 servicer.RouteChat,
Dhelloworld_pb2_grpc.py36 def add_GreeterServicer_to_server(servicer, server): argument
39 servicer.SayHello,
/external/tensorflow/tensorflow/python/tpu/profiler/
Dprofiler_analysis_pb2_grpc.py96 def add_ProfileAnalysisServicer_to_server(servicer, server): argument
100 servicer.NewSession,
108 servicer.EnumSessions,
116 servicer.GetSessionToolData,
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dqps_worker.py28 servicer = worker_server.WorkerServer()
30 servicer, server)
33 servicer.wait_for_quit()
Dworker_server.py75 servicer = benchmark_server.BenchmarkServer()
77 servicer, server)
80 servicer = benchmark_server.GenericBenchmarkServer(resp_size)
83 grpc.stream_stream_rpc_method_handler(servicer.StreamingCall),
85 grpc.unary_unary_rpc_method_handler(servicer.UnaryCall),
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_service_pb2_grpc.py91 def add_EventListenerServicer_to_server(servicer, server): argument
94 servicer.SendEvents,
99 servicer.SendTracebacks,
104 servicer.SendSourceFiles,
/external/avb/proto/
Dapi_pb2_grpc.py51 def add_AFTLogServicer_to_server(servicer, server): argument
54 servicer.AddVBMeta,
59 servicer.AnnotateVBMetaWithBuild,
/external/grpc-grpc/examples/python/interceptors/headers/
Dhelloworld_pb2_grpc.py36 def add_GreeterServicer_to_server(servicer, server): argument
39 servicer.SayHello,
/external/autotest/server/hosts/drone_api_client/
Dcommon_pb2_grpc.py76 def add_CommonServicer_to_server(servicer, server): argument
79 servicer.ExecDutCommand,
/external/grpc-grpc/examples/python/helloworld/
Dhelloworld_pb2_grpc.py36 def add_GreeterServicer_to_server(servicer, server): argument
39 servicer.SayHello,
/external/grpc-grpc/examples/python/interceptors/default_value/
Dhelloworld_pb2_grpc.py36 def add_GreeterServicer_to_server(servicer, server): argument
39 servicer.SayHello,
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/
D_server.py27 servicer = descriptors_to_servicers[method_descriptor.containing_service]
28 return getattr(servicer, method_descriptor.name)
/external/grpc-grpc/src/python/grpcio_tests/tests/testing/
D_server_test.py31 servicer = _server_application.FirstServiceServicer()
33 _application_testing_common.FIRST_SERVICE: servicer
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_metadata_code_details_test.py170 def _generic_handler(servicer): argument
174 servicer.unary_unary,
178 grpc.unary_stream_rpc_method_handler(servicer.unary_stream),
180 grpc.stream_unary_rpc_method_handler(servicer.stream_unary),
183 servicer.stream_stream,
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
Dbeta_python_plugin_test.py220 servicer = Servicer()
221 server = getattr(service_pb2, SERVER_FACTORY_IDENTIFIER)(servicer)
247 servicer = Servicer()
248 server = getattr(service_pb2, SERVER_FACTORY_IDENTIFIER)(servicer)
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dospd.txt.gz