Home
last modified time | relevance | path

Searched defs:servicer_context (Results 1 – 15 of 15) sorted by relevance

/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/
D_service.py45 def _unary_response(argument, implementation, rpc, servicer_context): argument
54 def _stream_response(argument, implementation, rpc, servicer_context): argument
73 def unary_unary(implementation, rpc, request, servicer_context): argument
77 def unary_stream(implementation, rpc, request, servicer_context): argument
81 def stream_unary(implementation, rpc, handler, servicer_context): argument
86 def stream_stream(implementation, rpc, handler, servicer_context): argument
D_server.py33 def service(implementation, rpc, servicer_context): argument
41 def service(implementation, rpc, servicer_context): argument
49 def service(implementation, rpc, servicer_context): argument
57 def service(implementation, rpc, servicer_context): argument
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_exit_scenarios.py59 def hang_unary_unary(request, servicer_context): argument
63 def hang_unary_stream(request, servicer_context): argument
67 def hang_partial_unary_stream(request, servicer_context): argument
73 def hang_stream_unary(request_iterator, servicer_context): argument
77 def hang_partial_stream_unary(request_iterator, servicer_context): argument
83 def hang_stream_stream(request_iterator, servicer_context): argument
87 def hang_partial_stream_stream(request_iterator, servicer_context): argument
D_empty_message_test.py31 def handle_unary_unary(request, servicer_context): argument
35 def handle_unary_stream(request, servicer_context): argument
40 def handle_stream_unary(request_iterator, servicer_context): argument
46 def handle_stream_stream(request_iterator, servicer_context): argument
D_metadata_test.py90 def validate_client_metadata(test, servicer_context): argument
101 def handle_unary_unary(test, request, servicer_context): argument
108 def handle_unary_stream(test, request, servicer_context): argument
116 def handle_stream_unary(test, request_iterator, servicer_context): argument
126 def handle_stream_stream(test, request_iterator, servicer_context): argument
D_resource_exhausted_test.py67 def handle_unary_unary(trigger, request, servicer_context): argument
72 def handle_unary_stream(trigger, request, servicer_context): argument
78 def handle_stream_unary(trigger, request_iterator, servicer_context): argument
86 def handle_stream_stream(trigger, request_iterator, servicer_context): argument
D_compression_test.py28 def handle_unary(request, servicer_context): argument
34 def handle_stream(request_iterator, servicer_context): argument
D_invocation_defects_test.py62 def handle_unary_unary(self, request, servicer_context): argument
71 def handle_unary_stream(self, request, servicer_context): argument
82 def handle_stream_unary(self, request_iterator, servicer_context): argument
98 def handle_stream_stream(self, request_iterator, servicer_context): argument
D_rpc_test.py64 def handle_unary_unary(self, request, servicer_context): argument
78 def handle_unary_stream(self, request, servicer_context): argument
89 def handle_stream_unary(self, request_iterator, servicer_context): argument
105 def handle_stream_stream(self, request_iterator, servicer_context): argument
D_interceptor_test.py65 def handle_unary_unary(self, request, servicer_context): argument
74 def handle_unary_stream(self, request, servicer_context): argument
85 def handle_stream_unary(self, request_iterator, servicer_context): argument
101 def handle_stream_stream(self, request_iterator, servicer_context): argument
D_session_cache_test.py46 def handle_unary_unary(request, servicer_context): argument
D_auth_context_test.py53 def handle_unary_unary(request, servicer_context): argument
D_channel_close_test.py37 def stream_stream(self, request_iterator, servicer_context): argument
/external/grpc-grpc/src/python/grpcio/grpc/beta/
D_server_adaptations.py37 def __init__(self, servicer_context): argument
49 def __init__(self, servicer_context): argument
88 def adaptation(request, servicer_context): argument
97 def adaptation(request_iterator, servicer_context): argument
159 servicer_context): argument
178 def adaptation(request, servicer_context): argument
191 def adaptation(request, servicer_context): argument
209 def adaptation(request_iterator, servicer_context): argument
225 def adaptation(request_iterator, servicer_context): argument
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py36 def _maybe_echo_metadata(servicer_context): argument
49 def _maybe_echo_status_and_message(request, servicer_context): argument