| /external/grpc-grpc-java/stub/src/test/java/io/grpc/stub/ |
| D | ServerCallsTest.java | 92 ServerCallHandler<Integer, Integer> callHandler = in runtimeStreamObserverIsServerCallStreamObserver() local 143 ServerCallHandler<Integer, Integer> callHandler = in noCancellationExceptionIfOnCancelHandlerSet() local 175 ServerCallHandler<Integer, Integer> callHandler = in expectCancellationExceptionIfOnCancelHandlerNotSet() local 205 ServerCallHandler<Integer, Integer> callHandler = ServerCalls.asyncBidiStreamingCall( in onCloseHandlerCalledIfSetInStreamingClientCall() local 228 ServerCallHandler<Integer, Integer> callHandler = ServerCalls.asyncServerStreamingCall( in onCloseHandlerCalledIfSetInUnaryClientCall() local 253 ServerCallHandler<Integer, Integer> callHandler = in cannotSetOnCancelHandlerAfterServiceInvocation() local 281 ServerCallHandler<Integer, Integer> callHandler = in cannotSetOnReadyHandlerAfterServiceInvocation() local 308 ServerCallHandler<Integer, Integer> callHandler = ServerCalls.asyncBidiStreamingCall( in cannotSetOnCloseHandlerAfterServiceInvocation() local 334 ServerCallHandler<Integer, Integer> callHandler = in cannotDisableAutoRequestAfterServiceInvocation() local 356 ServerCallHandler<Integer, Integer> callHandler = in disablingInboundAutoFlowControlSuppressesRequestsForMoreMessages() local [all …]
|
| /external/grpc-grpc-java/api/src/main/java/io/grpc/ |
| D | ServerInterceptors.java | 243 ServerCallHandler<ReqT, RespT> callHandler = method.getServerCallHandler(); in wrapAndAddMethod() local 252 ServerInterceptor interceptor, ServerCallHandler<ReqT, RespT> callHandler) { in create() 257 private final ServerCallHandler<ReqT, RespT> callHandler; field in ServerInterceptors.InterceptCallHandler 260 ServerInterceptor interceptor, ServerCallHandler<ReqT, RespT> callHandler) { in InterceptCallHandler()
|
| D | InternalServerInterceptors.java | 32 ServerInterceptor interceptor, ServerCallHandler<ReqT, RespT> callHandler) { in interceptCallHandlerCreate()
|
| /external/grpc-grpc-java/binder/src/test/java/io/grpc/binder/ |
| D | PeerUidsTest.java | 84 ServerCallHandler<String, String> callHandler = in makeServiceCall() local
|
| /external/grpc-grpc-java/binder/src/androidTest/java/io/grpc/binder/ |
| D | BinderSecurityTest.java | 77 ServerCallHandler<Empty, Empty> callHandler = in setupServiceDefinitionsAndMethods() local
|
| D | BinderChannelSmokeTest.java | 110 ServerCallHandler<String, String> callHandler = in setUp() local
|
| /external/grpc-grpc-java/binder/src/androidTest/java/io/grpc/binder/internal/ |
| D | BinderClientTransportTest.java | 102 ServerCallHandler<Empty, Empty> callHandler = in setUp() local
|
| /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
| D | ServerImpl.java | 687 ServerCallHandler<ReqT, RespT> callHandler; field in ServerImpl.ServerTransportListenerImpl.ServerCallParameters 690 ServerCallHandler<ReqT, RespT> callHandler) { in ServerCallParameters()
|
| /external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
| D | ServerImplTest.java | 201 private ServerCallHandler<String, Integer> callHandler; field in ServerImplTest 835 ServerCallHandler<String, Integer> callHandler = new ServerCallHandler<String, Integer>() { in interceptors() local
|