Home
last modified time | relevance | path

Searched refs:unary_unary_rpc_method_handler (Results 1 – 25 of 82) sorted by relevance

1234

/aosp_15_r20/external/autotest/server/hosts/tls_client/dependencies/longrunning/
H A Doperations_pb2_grpc.py129 'ListOperations': grpc.unary_unary_rpc_method_handler(
134 'GetOperation': grpc.unary_unary_rpc_method_handler(
139 'DeleteOperation': grpc.unary_unary_rpc_method_handler(
144 'CancelOperation': grpc.unary_unary_rpc_method_handler(
149 'WaitOperation': grpc.unary_unary_rpc_method_handler(
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/status/
H A D_grpc_status_test.py105 return grpc.unary_unary_rpc_method_handler(_ok_unary_unary)
107 return grpc.unary_unary_rpc_method_handler(_not_ok_unary_unary)
109 return grpc.unary_unary_rpc_method_handler(
113 return grpc.unary_unary_rpc_method_handler(
117 return grpc.unary_unary_rpc_method_handler(
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/status/
H A Dgrpc_status_test.py93 return grpc.unary_unary_rpc_method_handler(_ok_unary_unary)
95 return grpc.unary_unary_rpc_method_handler(_not_ok_unary_unary)
97 return grpc.unary_unary_rpc_method_handler(
101 return grpc.unary_unary_rpc_method_handler(
105 return grpc.unary_unary_rpc_method_handler(
/aosp_15_r20/external/autotest/server/hosts/tls_client/
H A Dautotest_common_pb2_grpc.py163 'ProvisionDut': grpc.unary_unary_rpc_method_handler(
168 'ProvisionLacros': grpc.unary_unary_rpc_method_handler(
178 'CreateFakeOmaha': grpc.unary_unary_rpc_method_handler(
183 'DeleteFakeOmaha': grpc.unary_unary_rpc_method_handler(
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A Dmonster_test_grpc_fb.py60 'Store': grpc.unary_unary_rpc_method_handler(
75 'GetMinMaxHitPoints': grpc.unary_unary_rpc_method_handler(
149 'Store': grpc.unary_unary_rpc_method_handler(
164 'GetMinMaxHitPoints': grpc.unary_unary_rpc_method_handler(
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
H A D_auth_context_test.py70 "UnaryUnary": grpc.unary_unary_rpc_method_handler(
102 "UnaryUnary": grpc.unary_unary_rpc_method_handler(
144 "UnaryUnary": grpc.unary_unary_rpc_method_handler(
208 "UnaryUnary": grpc.unary_unary_rpc_method_handler(
H A D_abort_test.py82 return grpc.unary_unary_rpc_method_handler(abort_unary_unary)
84 return grpc.unary_unary_rpc_method_handler(
H A D_dns_resolver_test.py31 return grpc.unary_unary_rpc_method_handler(
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
H A Dauth_context_test.py72 "UnaryUnary": grpc.unary_unary_rpc_method_handler(
101 "UnaryUnary": grpc.unary_unary_rpc_method_handler(
140 "UnaryUnary": grpc.unary_unary_rpc_method_handler(
198 "UnaryUnary": grpc.unary_unary_rpc_method_handler(
H A Dmetadata_test.py87 _TEST_CLIENT_TO_SERVER: grpc.unary_unary_rpc_method_handler(
90 _TEST_SERVER_TO_CLIENT: grpc.unary_unary_rpc_method_handler(
93 _TEST_TRAILING_METADATA: grpc.unary_unary_rpc_method_handler(
105 _TEST_INSPECT_CONTEXT: grpc.unary_unary_rpc_method_handler(
206 return grpc.unary_unary_rpc_method_handler(self._method)
H A Dcompatibility_test.py192 return grpc.unary_unary_rpc_method_handler(lambda x, _: x)
234 @grpc.unary_unary_rpc_method_handler
247 @grpc.unary_unary_rpc_method_handler
261 @grpc.unary_unary_rpc_method_handler
275 @grpc.unary_unary_rpc_method_handler
H A Dabort_test.py71 return grpc.unary_unary_rpc_method_handler(self._unary_unary_abort)
73 return grpc.unary_unary_rpc_method_handler(self._suppress_abort)
75 return grpc.unary_unary_rpc_method_handler(self._replace_abort)
H A Dserver_test.py57 _SIMPLE_UNARY_UNARY: grpc.unary_unary_rpc_method_handler(
60 _BLOCK_FOREVER: grpc.unary_unary_rpc_method_handler(
63 _BLOCK_BRIEFLY: grpc.unary_unary_rpc_method_handler(
99 _ERROR_WITHOUT_RAISE_IN_UNARY_UNARY: grpc.unary_unary_rpc_method_handler(
105 _INVALID_TRAILING_METADATA: grpc.unary_unary_rpc_method_handler(
H A Ddone_callback_test.py158 grpc.unary_unary_rpc_method_handler(test_handler)
240 grpc.unary_unary_rpc_method_handler(test_handler)
265 grpc.unary_unary_rpc_method_handler(test_handler)
H A Dcompression_test.py86 _TEST_UNARY_UNARY: grpc.unary_unary_rpc_method_handler(_test_unary_unary),
90 _TEST_DISABLE_COMPRESSION_UNARY: grpc.unary_unary_rpc_method_handler(
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/profiler/
H A Dprofiler_analysis_pb2_grpc.py95 grpc.unary_unary_rpc_method_handler(
103 grpc.unary_unary_rpc_method_handler(
111 grpc.unary_unary_rpc_method_handler(
/aosp_15_r20/external/python/bumble/bumble/transport/grpc_protobuf/
Demulated_bluetooth_device_pb2_grpc.py91 'OnCharacteristicReadRequest': grpc.unary_unary_rpc_method_handler(
96 'OnCharacteristicWriteRequest': grpc.unary_unary_rpc_method_handler(
106 'OnConnectionStateChange': grpc.unary_unary_rpc_method_handler(
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/
H A Ddebug_service_pb2_grpc.py94 'SendTracebacks': grpc.unary_unary_rpc_method_handler(
99 'SendSourceFiles': grpc.unary_unary_rpc_method_handler(
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_py3_only/unit/
H A D_simple_stubs_test.py105 return grpc.unary_unary_rpc_method_handler(_unary_unary_handler)
113 return grpc.unary_unary_rpc_method_handler(_black_hole_handler)
/aosp_15_r20/external/grpc-grpc/examples/python/interceptors/headers/
H A Drequest_header_validator_interceptor.py23 return grpc.unary_unary_rpc_method_handler(terminate)
/aosp_15_r20/external/flatbuffers/grpc/examples/python/greeter/models/
H A Dgreeter_grpc_fb.py42 'SayHello': grpc.unary_unary_rpc_method_handler(
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_gevent/unit/
H A D_test_server.py53 "UnaryCallWithSleep": grpc.unary_unary_rpc_method_handler(
/aosp_15_r20/external/grpc-grpc/examples/python/observability/
H A Dhelloworld_pb2_grpc.py39 'SayHello': grpc.unary_unary_rpc_method_handler(
/aosp_15_r20/external/grpc-grpc/tools/distrib/python/xds_protos/envoy/service/auth/v3/
H A Dexternal_auth_pb2_grpc.py52 'Check': grpc.unary_unary_rpc_method_handler(
/aosp_15_r20/external/grpc-grpc/examples/python/uds/
H A Dhelloworld_pb2_grpc.py39 'SayHello': grpc.unary_unary_rpc_method_handler(

1234