Home
last modified time | relevance | path

Searched refs:asyncServerStreamingCall (Results 1 – 25 of 27) sorted by relevance

12

/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/health/v1/
DHealthGrpc.java6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
13 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
165 asyncServerStreamingCall( in bindService()
223 asyncServerStreamingCall( in watch()
/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/
DMetricsServiceGrpc.java6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
13 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
146 asyncServerStreamingCall( in bindService()
188 asyncServerStreamingCall( in getAllGauges()
DUnimplementedServiceGrpc.java6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
13 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
DReconnectServiceGrpc.java6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
13 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
DTestServiceGrpc.java6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
13 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
436 asyncServerStreamingCall( in bindService()
538 asyncServerStreamingCall( in streamingOutputCall()
/external/flatbuffers/tests/MyGame/Example/
DMonsterStorageGrpc.java13 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
20 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
263 asyncServerStreamingCall( in bindService()
316 asyncServerStreamingCall( in retrieve()
/external/grpc-grpc-java/testing-proto/src/generated/main/grpc/io/grpc/testing/protobuf/
DSimpleServiceGrpc.java6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
13 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
249 asyncServerStreamingCall( in bindService()
315 asyncServerStreamingCall( in serverStreamingRpc()
/external/grpc-grpc-java/alts/src/generated/main/grpc/io/grpc/alts/internal/
DHandshakerServiceGrpc.java6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
13 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
/external/grpc-grpc-java/grpclb/src/generated/main/grpc/io/grpc/lb/v1/
DLoadBalancerGrpc.java6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
13 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/reflection/v1alpha/
DServerReflectionGrpc.java6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
13 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
/external/grpc-grpc-java/stub/src/test/java/io/grpc/stub/
DServerCallsTest.java262 ServerCalls.asyncServerStreamingCall( in onReadyHandlerCalledForUnaryRequest()
316 ServerCalls.asyncServerStreamingCall( in clientSendsOne_errorMissingRequest_serverStreaming()
356 ServerCalls.asyncServerStreamingCall( in clientSendsOne_errorTooManyRequests_serverStreaming()
/external/grpc-grpc-java/benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/
DReportQpsScenarioServiceGrpc.java6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
13 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
DBenchmarkServiceGrpc.java6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
13 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
298 asyncServerStreamingCall( in bindService()
377 asyncServerStreamingCall( in streamingFromServer()
DWorkerServiceGrpc.java6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
13 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
/external/grpc-grpc-java/services/src/generated/test/grpc/io/grpc/reflection/testing/
DAnotherDynamicServiceGrpc.java6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
13 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
DReflectableServiceGrpc.java6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
13 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
DDynamicServiceGrpc.java6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
13 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
/external/grpc-grpc-java/compiler/src/testLite/golden/
DTestDeprecatedService.java.txt6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
13 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
DTestService.java.txt6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
13 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
329 asyncServerStreamingCall(
407 asyncServerStreamingCall(
/external/grpc-grpc-java/compiler/src/testNano/golden/
DTestDeprecatedService.java.txt6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
13 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
DTestService.java.txt6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
13 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
370 asyncServerStreamingCall(
448 asyncServerStreamingCall(
/external/grpc-grpc-java/compiler/src/test/golden/
DTestDeprecatedService.java.txt6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
13 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
DTestService.java.txt6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
13 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
335 asyncServerStreamingCall(
413 asyncServerStreamingCall(
/external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/
DServerCalls.java59 public static <ReqT, RespT> ServerCallHandler<ReqT, RespT> asyncServerStreamingCall( in asyncServerStreamingCall() method in ServerCalls
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/channelz/v1/
DChannelzGrpc.java6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
13 import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;

12