Home
last modified time | relevance | path

Searched defs:handler_call_details (Results 1 – 25 of 38) sorted by relevance

12

/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_local_credentials_test.py24 def service(self, handler_call_details): argument
D_server_test.py25 def service(self, handler_call_details): argument
D_xds_credentials_test.py29 def service(self, handler_call_details): argument
D_interceptor_test.py184 def service(self, handler_call_details): argument
316 def intercept_service(self, continuation, handler_call_details): argument
344 def intercept_service(self, continuation, handler_call_details): argument
442 def intercept_service(self, continuation, handler_call_details): argument
447 def intercept_service(continuation, handler_call_details): argument
D_server_shutdown_scenarios.py48 def service(self, handler_call_details): argument
D_error_message_encoding_test.py56 def service(self, handler_call_details): argument
D_contextvars_propagation_test.py46 def service(self, handler_call_details): argument
D_abort_test.py80 def service(self, handler_call_details): argument
D_empty_message_test.py73 def service(self, handler_call_details): argument
D_signal_handling_test.py110 def service(self, handler_call_details): argument
D_resource_exhausted_test.py120 def service(self, handler_call_details): argument
D_metadata_test.py168 def service(self, handler_call_details): argument
D_channel_close_test.py61 def service(self, handler_call_details): argument
/external/grpc-grpc/examples/python/interceptors/headers/
Drequest_header_validator_interceptor.py32 def intercept_service(self, continuation, handler_call_details): argument
/external/grpc-grpc/src/python/grpcio_tests/tests_py3_only/unit/
D_leak_test.py54 def service(self, handler_call_details): argument
/external/grpc-grpc/examples/python/auth/
Dcustomized_auth_server.py42 def intercept_service(self, continuation, handler_call_details): argument
Dtoken_based_auth_server.py43 def intercept_service(self, continuation, handler_call_details): argument
/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
Dmetadata_test.py191 def service(self, handler_call_details): argument
201 def service(self, handler_call_details): argument
D_common.py120 def service(self, handler_call_details): argument
Dtimeout_test.py81 def service(self, handler_call_details): argument
Dcompression_test.py100 def service(self, handler_call_details): argument
D_metadata_test.py65 def service(self, handler_call_details): argument
/external/grpc-grpc/src/python/grpcio_tests/tests_aio/status/
Dgrpc_status_test.py91 def service(self, handler_call_details): argument
/external/grpc-grpc/src/python/grpcio_tests/tests/status/
D_grpc_status_test.py103 def service(self, handler_call_details): argument
/external/grpc-grpc/src/python/grpcio_tests/tests/observability/
D_test_server.py85 def service(self, handler_call_details): argument

12