Home
last modified time | relevance | path

Searched defs:intercept_unary_stream (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
H A Dclient_unary_stream_interceptor_test.py40 async def intercept_unary_stream( member in _UnaryStreamInterceptorEmpty
52 async def intercept_unary_stream( member in _UnaryStreamInterceptorWithResponseIterator
297 async def intercept_unary_stream( member in TestUnaryStreamClientInterceptor.test_cancel_before_rpc.Interceptor
332 async def intercept_unary_stream( member in TestUnaryStreamClientInterceptor.test_cancel_after_rpc.Interceptor
388 async def intercept_unary_stream( member in TestUnaryStreamClientInterceptor.test_cancel_by_the_interceptor.Interceptor
416 async def intercept_unary_stream( member in TestUnaryStreamClientInterceptor.test_exception_raised_by_interceptor.Interceptor
/aosp_15_r20/external/pandora/avatar/avatar/metrics/
Dinterceptors.py88 def intercept_unary_stream( # type: ignore member in UnaryStreamInterceptor
190 async def intercept_unary_stream( # type: ignore member in AioUnaryStreamInterceptor
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
H A D_interceptor_test.py284 def intercept_unary_stream( member in _GenericClientInterceptor
363 def intercept_unary_stream( member in _LoggingInterceptor
/aosp_15_r20/external/grpc-grpc/examples/python/interceptors/headers/
H A Dgeneric_client_interceptor.py35 def intercept_unary_stream( member in _GenericClientInterceptor
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dlogging_client_interceptor.py79 def intercept_unary_stream(self, continuation, client_call_details, request): member in LoggingClientInterceptor
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/aio/
H A D_interceptor.py164 async def intercept_unary_stream( member in UnaryStreamClientInterceptor
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/
H A D__init__.py474 def intercept_unary_stream( member in UnaryStreamClientInterceptor