Home
last modified time | relevance | path

Searched defs:handle_unary_unary (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
H A D_session_cache_test.py49 def handle_unary_unary(request, servicer_context): function
H A D_auth_context_test.py55 def handle_unary_unary(request, servicer_context): function
H A D_empty_message_test.py32 def handle_unary_unary(request, servicer_context): function
H A D_resource_exhausted_test.py67 def handle_unary_unary(trigger, request, servicer_context): function
H A D_metadata_test.py109 def handle_unary_unary(test, request, servicer_context): function
H A D_metadata_flags_test.py40 def handle_unary_unary(test, request, servicer_context): function
H A D_invocation_defects_test.py41 def handle_unary_unary(self, request, servicer_context): member in _Handler
H A D_rpc_test_helpers.py75 def handle_unary_unary(self, request, servicer_context): member in _Handler
H A D_interceptor_test.py81 def handle_unary_unary(self, request, servicer_context): member in _Handler
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
H A Dauth_context_test.py55 async def handle_unary_unary( function
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/observability/
H A D_test_server.py33 def handle_unary_unary(request, servicer_context): function