Home
last modified time | relevance | path

Searched refs:unary_stream_rpc_method_handler (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/autotest/server/hosts/tls_client/
H A Dautotest_common_pb2_grpc.py158 'ExecDutCommand': grpc.unary_stream_rpc_method_handler(
173 'FetchCrashes': grpc.unary_stream_rpc_method_handler(
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A Dmonster_test_grpc_fb.py65 'Retrieve': grpc.unary_stream_rpc_method_handler(
154 'Retrieve': grpc.unary_stream_rpc_method_handler(
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
H A Dserver_test.py66 _UNARY_STREAM_ASYNC_GEN: grpc.unary_stream_rpc_method_handler(
69 _UNARY_STREAM_READER_WRITER: grpc.unary_stream_rpc_method_handler(
72 _UNARY_STREAM_EVILLY_MIXED: grpc.unary_stream_rpc_method_handler(
H A Dcompatibility_test.py289 @grpc.unary_stream_rpc_method_handler
300 @grpc.unary_stream_rpc_method_handler
H A Dabort_test.py77 return grpc.unary_stream_rpc_method_handler(self._abort_after_reply)
H A Dtimeout_test.py68 _TEST_SLEEPY_UNARY_STREAM: grpc.unary_stream_rpc_method_handler(
H A Dmetadata_test.py96 _TEST_UNARY_STREAM: grpc.unary_stream_rpc_method_handler(
H A Ddone_callback_test.py176 grpc.unary_stream_rpc_method_handler(test_handler)
/aosp_15_r20/external/flatbuffers/grpc/examples/python/greeter/models/
H A Dgreeter_grpc_fb.py45 'SayManyHellos': grpc.unary_stream_rpc_method_handler(
/aosp_15_r20/external/grpc-grpc/examples/python/hellostreamingworld/
H A Dhellostreamingworld_pb2_grpc.py39 'sayHello': grpc.unary_stream_rpc_method_handler(
/aosp_15_r20/external/perfetto/python/perfetto/bigtrace/protos/perfetto/bigtrace/
H A Dorchestrator_pb2_grpc.py51 grpc.unary_stream_rpc_method_handler(
/aosp_15_r20/external/grpc-grpc/doc/python/sphinx/
H A Dgrpc.rst61 .. autofunction:: unary_stream_rpc_method_handler
/aosp_15_r20/external/grpc-grpc/examples/python/helloworld/
H A Dhelloworld_pb2_grpc.py91 'SayHelloStreamReply': grpc.unary_stream_rpc_method_handler(
/aosp_15_r20/external/grpc-grpc/examples/python/multiplex/
H A Droute_guide_pb2_grpc.py96 'ListFeatures': grpc.unary_stream_rpc_method_handler(
/aosp_15_r20/external/python/bumble/bumble/transport/grpc_protobuf/
Demulated_bluetooth_device_pb2_grpc.py101 'OnCharacteristicObserveRequest': grpc.unary_stream_rpc_method_handler(
/aosp_15_r20/external/grpc-grpc/examples/python/data_transmission/
H A Ddemo_pb2_grpc.py97 'ServerStreamingMethod': grpc.unary_stream_rpc_method_handler(
/aosp_15_r20/external/grpc-grpc/examples/python/route_guide/
H A Droute_guide_pb2_grpc.py96 'ListFeatures': grpc.unary_stream_rpc_method_handler(
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
H A D_signal_handling_test.py59 self._unary_stream_handler = grpc.unary_stream_rpc_method_handler(
H A D_metadata_code_details_test.py184 _UNARY_STREAM: grpc.unary_stream_rpc_method_handler(
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_py3_only/unit/
H A D_simple_stubs_test.py107 return grpc.unary_stream_rpc_method_handler(_unary_stream_handler)
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/
H A D__init__.py1583 def unary_stream_rpc_method_handler( function