/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/ |
H A D | ServerInterceptors.java | 44 ServerInterceptor... interceptors) { in interceptForward() 49 ServerInterceptor... interceptors) { in interceptForward() 64 List<? extends ServerInterceptor> interceptors) { in interceptForward() 72 List<? extends ServerInterceptor> interceptors) { in interceptForward() 86 ServerInterceptor... interceptors) { in intercept() 91 ServerInterceptor... interceptors) { in intercept() 106 List<? extends ServerInterceptor> interceptors) { in intercept() 120 List<? extends ServerInterceptor> interceptors) { in intercept() 242 List<? extends ServerInterceptor> interceptors) { in wrapAndAddMethod()
|
H A D | ClientInterceptors.java | 44 public static Channel interceptForward(Channel channel, ClientInterceptor... interceptors) { in interceptForward() 58 List<? extends ClientInterceptor> interceptors) { in interceptForward() 73 public static Channel intercept(Channel channel, ClientInterceptor... interceptors) { in intercept() 86 public static Channel intercept(Channel channel, List<? extends ClientInterceptor> interceptors) { in intercept()
|
H A D | ManagedChannelBuilder.java | 136 public abstract T intercept(List<ClientInterceptor> interceptors); in intercept() 148 public abstract T intercept(ClientInterceptor... interceptors); in intercept()
|
H A D | ForwardingChannelBuilder.java | 84 public T intercept(List<ClientInterceptor> interceptors) { in intercept() 90 public T intercept(ClientInterceptor... interceptors) { in intercept()
|
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
H A D | InterceptorTest.java | 250 private void rewriteRequestToServer(List<Interceptor> interceptors) throws Exception { in rewriteRequestToServer() 286 private void rewriteResponseFromServer(List<Interceptor> interceptors) throws Exception { in rewriteResponseFromServer() 319 private void multipleInterceptors(List<Interceptor> interceptors) throws Exception { in multipleInterceptors() 366 private void asyncInterceptors(List<Interceptor> interceptors) throws Exception { in asyncInterceptors() 482 List<Interceptor> interceptors) throws Exception { in interceptorThrowsRuntimeExceptionSynchronous() 540 List<Interceptor> interceptors) throws Exception { in interceptorThrowsRuntimeExceptionAsynchronous()
|
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/ |
H A D | MethodAspect.java | 36 private final List<MethodInterceptor> interceptors; field in MethodAspect 48 List<MethodInterceptor> interceptors) { in MethodAspect() 57 MethodInterceptor... interceptors) { in MethodAspect() 69 List<MethodInterceptor> interceptors() { in interceptors() method in MethodAspect
|
H A D | ProxyFactory.java | 52 private final ImmutableMap<Method, List<MethodInterceptor>> interceptors; field in ProxyFactory 183 List<MethodInterceptor> interceptors; // lazy field in ProxyFactory.MethodInterceptorsPair 189 void addAll(List<MethodInterceptor> interceptors) { in addAll()
|
H A D | InterceptorStackCallback.java | 43 final MethodInterceptor[] interceptors; field in InterceptorStackCallback 46 public InterceptorStackCallback(Method method, List<MethodInterceptor> interceptors) { in InterceptorStackCallback()
|
/aosp_15_r20/external/flatbuffers/grpc/examples/swift/Greeter/Sources/Model/ |
H A D | greeter.grpc.swift | 31 var interceptors: models_GreeterClientInterceptorFactoryProtocol? { get } variable 89 public var interceptors: models_GreeterClientInterceptorFactoryProtocol? in makeSayHelloInterceptors() variable 103 var interceptors: models_GreeterServerInterceptorFactoryProtocol? { get } variable
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
H A D | monster_test.grpc.swift | 31 var interceptors: MyGame_Example_MonsterStorageClientInterceptorFactoryProtocol? { get } variable 126 public var interceptors: MyGame_Example_MonsterStorageClientInterceptorFactoryProtocol? in makeStoreInterceptors() variable 140 var interceptors: MyGame_Example_MonsterStorageServerInterceptorFactoryProtocol? { get } variable
|
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/ |
H A D | ExceptionHandler.java | 44 private final ImmutableList<Interceptor> interceptors; field in ExceptionHandler 82 private final ImmutableList.Builder<Interceptor> interceptors = ImmutableList.builder(); field in ExceptionHandler.Builder 96 public Builder addInterceptors(Interceptor... interceptors) { in addInterceptors()
|
/aosp_15_r20/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
H A D | Interceptors.java | 11 private final Map<MethodRef, Interceptor> interceptors = new HashMap<>(); field in Interceptors 13 public Interceptors(Interceptor... interceptors) { in Interceptors()
|
/aosp_15_r20/external/guice/core/src/com/google/inject/spi/ |
H A D | InterceptorBinding.java | 48 private final ImmutableList<MethodInterceptor> interceptors; field in InterceptorBinding 54 MethodInterceptor[] interceptors) { in InterceptorBinding()
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/http/timers/ |
H A D | AsyncHttpClientApiCallTimeoutTests.java | 92 ExecutionInterceptorChain interceptors = in errorResponse_SlowAfterErrorRequestHandler_ThrowsApiCallTimeoutException() local 170 ExecutionInterceptorChain interceptors = in withInterceptors() local
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/ |
H A D | XdsServerWrapper.java | 493 ImmutableMap<Route, ServerInterceptor> interceptors = generatePerRouteInterceptors( in generateRoutingConfig() local 501 ImmutableMap<Route, ServerInterceptor> interceptors = generatePerRouteInterceptors( in generateRoutingConfig() local 549 private ServerInterceptor combineInterceptors(final List<ServerInterceptor> interceptors) { in combineInterceptors()
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/ |
H A D | server.pyx.pxi | 354 async def _run_interceptor(object interceptors, object query_handler, 371 tuple interceptors): 785 async def _handle_rpc(list generic_handlers, tuple interceptors, 886 def __init__(self, loop, thread_pool, generic_handlers, interceptors, argument
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/ |
H A D | promise_based_filter.h | 177 inline constexpr bool HasAsyncErrorInterceptor(I1 i1, I2 i2, in HasAsyncErrorInterceptor() 218 inline constexpr bool HasChannelAccess(I1 i1, I2 i2, in HasChannelAccess()
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/observability/ |
H A D | _test_server.py | 100 def start_server(interceptors=None) -> Tuple[grpc.Server, int]: argument 125 def intercepted_unary_unary_call(port, interceptors, metadata=None): argument
|
/aosp_15_r20/external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/ |
H A D | MockMethodAdvice.java | 23 private final Map<Object, InvocationHandlerAdapter> interceptors; field in MockMethodAdvice 31 MockMethodAdvice(Map<Object, InvocationHandlerAdapter> interceptors) { in MockMethodAdvice()
|
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
H A D | ManagedChannelImplBuilder.java | 111 private final List<ClientInterceptor> interceptors = new ArrayList<>(); field in ManagedChannelImplBuilder 341 public ManagedChannelImplBuilder intercept(List<ClientInterceptor> interceptors) { in intercept() 347 public ManagedChannelImplBuilder intercept(ClientInterceptor... interceptors) { in intercept()
|
H A D | AbstractManagedChannelImplBuilder.java | 99 public T intercept(List<ClientInterceptor> interceptors) { in intercept() 105 public T intercept(ClientInterceptor... interceptors) { in intercept()
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/interceptor/ |
H A D | ExecutionInterceptorChain.java | 48 private final List<ExecutionInterceptor> interceptors; field in ExecutionInterceptorChain 53 public ExecutionInterceptorChain(List<ExecutionInterceptor> interceptors) { in ExecutionInterceptorChain()
|
/aosp_15_r20/external/grpc-grpc-java/api/src/test/java/io/grpc/ |
H A D | ServerInterceptorsTest.java | 114 List<ServerInterceptor> interceptors = Arrays.asList(); in npeForNullServiceDefinition() local 127 List<ServerInterceptor> interceptors = Arrays.asList((ServerInterceptor) null); in npeForNullInterceptor() local
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/supervision/ |
H A D | SupervisionServiceTest.kt | 231 val interceptors = mutableListOf<Pair<BroadcastReceiver, IntentFilter>>() constant
|
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
H A D | OkHttpClient.java | 125 private final List<Interceptor> interceptors = new ArrayList<>(); field in OkHttpClient 546 public List<Interceptor> interceptors() { in interceptors() method in OkHttpClient
|