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.py | 49 def handle_unary_unary(request, servicer_context): function
|
H A D | _auth_context_test.py | 55 def handle_unary_unary(request, servicer_context): function
|
H A D | _empty_message_test.py | 32 def handle_unary_unary(request, servicer_context): function
|
H A D | _resource_exhausted_test.py | 67 def handle_unary_unary(trigger, request, servicer_context): function
|
H A D | _metadata_test.py | 109 def handle_unary_unary(test, request, servicer_context): function
|
H A D | _metadata_flags_test.py | 40 def handle_unary_unary(test, request, servicer_context): function
|
H A D | _invocation_defects_test.py | 41 def handle_unary_unary(self, request, servicer_context): member in _Handler
|
H A D | _rpc_test_helpers.py | 75 def handle_unary_unary(self, request, servicer_context): member in _Handler
|
H A D | _interceptor_test.py | 81 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 D | auth_context_test.py | 55 async def handle_unary_unary( function
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/observability/ |
H A D | _test_server.py | 33 def handle_unary_unary(request, servicer_context): function
|