Home
last modified time | relevance | path

Searched defs:intercept_service (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
H A Dserver_interceptor_test.py42 async def intercept_service( member in _LoggingInterceptor
59 async def intercept_service( member in _ContextVarSettingInterceptor
89 async def intercept_service( member in _GenericInterceptor
102 async def intercept_service( function
123 async def intercept_service( member in _CacheInterceptor
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
H A D_interceptor_test.py316 def intercept_service(self, continuation, handler_call_details): member in _ContextVarSettingInterceptor
344 def intercept_service(self, continuation, handler_call_details): member in _LoggingInterceptor
442 def intercept_service(self, continuation, handler_call_details): member in _GenericServerInterceptor
447 def intercept_service(continuation, handler_call_details): function
/aosp_15_r20/external/grpc-grpc/examples/python/interceptors/headers/
H A Drequest_header_validator_interceptor.py32 def intercept_service(self, continuation, handler_call_details): member in RequestHeaderValidatorInterceptor
/aosp_15_r20/external/grpc-grpc/examples/python/interceptors/async/
H A Dasync_greeter_server_with_interceptor.py33 async def intercept_service( member in RPCIdInterceptor
/aosp_15_r20/external/grpc-grpc/examples/python/auth/
H A Dcustomized_auth_server.py42 def intercept_service(self, continuation, handler_call_details): member in SignatureValidationInterceptor
H A Dtoken_based_auth_server.py43 def intercept_service(self, continuation, handler_call_details): member in SignatureValidationInterceptor
H A Dasync_customized_auth_server.py42 async def intercept_service( member in SignatureValidationInterceptor
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/observability/
H A D_open_telemetry_observability_test.py107 def intercept_service(self, continuation, handler_call_details): member in _ServerInterceptor
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/aio/
H A D_interceptor.py63 async def intercept_service( member in ServerInterceptor
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/
H A D__init__.py1414 def intercept_service(self, continuation, handler_call_details): member in ServerInterceptor