Home
last modified time | relevance | path

Searched defs:handle_stream_unary (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
H A D_empty_message_test.py41 def handle_stream_unary(request_iterator, servicer_context): function
H A D_resource_exhausted_test.py78 def handle_stream_unary(trigger, request_iterator, servicer_context): function
H A D_metadata_test.py124 def handle_stream_unary(test, request_iterator, servicer_context): function
H A D_metadata_flags_test.py49 def handle_stream_unary(test, request_iterator, servicer_context): function
H A D_invocation_defects_test.py74 def handle_stream_unary(self, request_iterator, servicer_context): member in _Handler
H A D_rpc_test_helpers.py126 def handle_stream_unary(self, request_iterator, servicer_context): member in _Handler
H A D_interceptor_test.py115 def handle_stream_unary(self, request_iterator, servicer_context): member in _Handler
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/observability/
H A D_test_server.py55 def handle_stream_unary(request_iterator, servicer_context): function