/aosp_15_r20/external/autotest/server/hosts/tls_client/dependencies/longrunning/ |
H A D | operations_pb2_grpc.py | 129 '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.py | 105 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 D | grpc_status_test.py | 93 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 D | autotest_common_pb2_grpc.py | 163 '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 D | monster_test_grpc_fb.py | 60 '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.py | 70 "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.py | 82 return grpc.unary_unary_rpc_method_handler(abort_unary_unary) 84 return grpc.unary_unary_rpc_method_handler(
|
H A D | _dns_resolver_test.py | 31 return grpc.unary_unary_rpc_method_handler(
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/ |
H A D | auth_context_test.py | 72 "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 D | metadata_test.py | 87 _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 D | compatibility_test.py | 192 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 D | abort_test.py | 71 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 D | server_test.py | 57 _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 D | done_callback_test.py | 158 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 D | compression_test.py | 86 _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 D | profiler_analysis_pb2_grpc.py | 95 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/ |
D | emulated_bluetooth_device_pb2_grpc.py | 91 '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 D | debug_service_pb2_grpc.py | 94 '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.py | 105 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 D | request_header_validator_interceptor.py | 23 return grpc.unary_unary_rpc_method_handler(terminate)
|
/aosp_15_r20/external/flatbuffers/grpc/examples/python/greeter/models/ |
H A D | greeter_grpc_fb.py | 42 '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.py | 53 "UnaryCallWithSleep": grpc.unary_unary_rpc_method_handler(
|
/aosp_15_r20/external/grpc-grpc/examples/python/observability/ |
H A D | helloworld_pb2_grpc.py | 39 'SayHello': grpc.unary_unary_rpc_method_handler(
|
/aosp_15_r20/external/grpc-grpc/tools/distrib/python/xds_protos/envoy/service/auth/v3/ |
H A D | external_auth_pb2_grpc.py | 52 'Check': grpc.unary_unary_rpc_method_handler(
|
/aosp_15_r20/external/grpc-grpc/examples/python/uds/ |
H A D | helloworld_pb2_grpc.py | 39 'SayHello': grpc.unary_unary_rpc_method_handler(
|