/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/ |
H A D | server_interceptor_test.py | 42 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.py | 316 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 D | request_header_validator_interceptor.py | 32 def intercept_service(self, continuation, handler_call_details): member in RequestHeaderValidatorInterceptor
|
/aosp_15_r20/external/grpc-grpc/examples/python/interceptors/async/ |
H A D | async_greeter_server_with_interceptor.py | 33 async def intercept_service( member in RPCIdInterceptor
|
/aosp_15_r20/external/grpc-grpc/examples/python/auth/ |
H A D | customized_auth_server.py | 42 def intercept_service(self, continuation, handler_call_details): member in SignatureValidationInterceptor
|
H A D | token_based_auth_server.py | 43 def intercept_service(self, continuation, handler_call_details): member in SignatureValidationInterceptor
|
H A D | async_customized_auth_server.py | 42 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.py | 107 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.py | 63 async def intercept_service( member in ServerInterceptor
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/ |
H A D | __init__.py | 1414 def intercept_service(self, continuation, handler_call_details): member in ServerInterceptor
|