Home
last modified time | relevance | path

Searched refs:asyncUnimplementedUnaryCall (Results 1 – 24 of 24) sorted by relevance

/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/channelz/v1/
DChannelzGrpc.java16 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
265 asyncUnimplementedUnaryCall(getGetTopChannelsMethod(), responseObserver); in getTopChannels()
275 asyncUnimplementedUnaryCall(getGetServersMethod(), responseObserver); in getServers()
285 asyncUnimplementedUnaryCall(getGetServerSocketsMethod(), responseObserver); in getServerSockets()
295 asyncUnimplementedUnaryCall(getGetChannelMethod(), responseObserver); in getChannel()
305 asyncUnimplementedUnaryCall(getGetSubchannelMethod(), responseObserver); in getSubchannel()
315 asyncUnimplementedUnaryCall(getGetSocketMethod(), responseObserver); in getSocket()
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/health/v1/
DHealthGrpc.java16 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
129 asyncUnimplementedUnaryCall(getCheckMethod(), responseObserver); in check()
151 asyncUnimplementedUnaryCall(getWatchMethod(), responseObserver); in watch()
/external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/
DServerCalls.java402 public static void asyncUnimplementedUnaryCall( in asyncUnimplementedUnaryCall() method in ServerCalls
422 asyncUnimplementedUnaryCall(methodDescriptor, responseObserver); in asyncUnimplementedStreamingCall()
/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/
DReconnectServiceGrpc.java16 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
131 asyncUnimplementedUnaryCall(getStartMethod(), responseObserver); in start()
138 asyncUnimplementedUnaryCall(getStopMethod(), responseObserver); in stop()
DMetricsServiceGrpc.java16 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
129 asyncUnimplementedUnaryCall(getGetAllGaugesMethod(), responseObserver); in getAllGauges()
139 asyncUnimplementedUnaryCall(getGetGaugeMethod(), responseObserver); in getGauge()
DTestServiceGrpc.java16 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
328 asyncUnimplementedUnaryCall(getEmptyCallMethod(), responseObserver); in emptyCall()
338 asyncUnimplementedUnaryCall(getUnaryCallMethod(), responseObserver); in unaryCall()
350 asyncUnimplementedUnaryCall(getCacheableUnaryCallMethod(), responseObserver); in cacheableUnaryCall()
361 asyncUnimplementedUnaryCall(getStreamingOutputCallMethod(), responseObserver); in streamingOutputCall()
408 asyncUnimplementedUnaryCall(getUnimplementedCallMethod(), responseObserver); in unimplementedCall()
DUnimplementedServiceGrpc.java16 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
104 asyncUnimplementedUnaryCall(getUnimplementedCallMethod(), responseObserver); in unimplementedCall()
/external/flatbuffers/tests/MyGame/Example/
DMonsterStorageGrpc.java23 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
228 asyncUnimplementedUnaryCall(getStoreMethod(), responseObserver); in store()
235 asyncUnimplementedUnaryCall(getRetrieveMethod(), responseObserver); in retrieve()
/external/grpc-grpc-java/benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/
DReportQpsScenarioServiceGrpc.java16 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
96 asyncUnimplementedUnaryCall(getReportScenarioMethod(), responseObserver); in reportScenario()
DWorkerServiceGrpc.java16 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
222 asyncUnimplementedUnaryCall(getCoreCountMethod(), responseObserver); in coreCount()
232 asyncUnimplementedUnaryCall(getQuitWorkerMethod(), responseObserver); in quitWorker()
DBenchmarkServiceGrpc.java16 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
225 asyncUnimplementedUnaryCall(getUnaryCallMethod(), responseObserver); in unaryCall()
259 asyncUnimplementedUnaryCall(getStreamingFromServerMethod(), responseObserver); in streamingFromServer()
/external/grpc-grpc-java/services/src/generated/test/grpc/io/grpc/reflection/testing/
DAnotherDynamicServiceGrpc.java16 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
102 asyncUnimplementedUnaryCall(getMethodMethod(), responseObserver); in method()
DReflectableServiceGrpc.java16 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
93 asyncUnimplementedUnaryCall(getMethodMethod(), responseObserver); in method()
DDynamicServiceGrpc.java16 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
102 asyncUnimplementedUnaryCall(getMethodMethod(), responseObserver); in method()
/external/grpc-grpc-java/testing-proto/src/generated/main/grpc/io/grpc/testing/protobuf/
DSimpleServiceGrpc.java16 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
198 asyncUnimplementedUnaryCall(getUnaryRpcMethod(), responseObserver); in unaryRpc()
218 asyncUnimplementedUnaryCall(getServerStreamingRpcMethod(), responseObserver); in serverStreamingRpc()
/external/grpc-grpc-java/compiler/src/testLite/golden/
DTestDeprecatedService.java.txt16 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
104 asyncUnimplementedUnaryCall(getDeprecatedMethodMethod(), responseObserver);
DTestService.java.txt16 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
257 asyncUnimplementedUnaryCall(getUnaryCallMethod(), responseObserver);
268 asyncUnimplementedUnaryCall(getStreamingOutputCallMethod(), responseObserver);
/external/grpc-grpc-java/compiler/src/testNano/golden/
DTestDeprecatedService.java.txt16 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
130 asyncUnimplementedUnaryCall(getDeprecatedMethodMethod(), responseObserver);
DTestService.java.txt16 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
298 asyncUnimplementedUnaryCall(getUnaryCallMethod(), responseObserver);
309 asyncUnimplementedUnaryCall(getStreamingOutputCallMethod(), responseObserver);
/external/grpc-grpc-java/compiler/src/test/golden/
DTestDeprecatedService.java.txt16 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
105 asyncUnimplementedUnaryCall(getDeprecatedMethodMethod(), responseObserver);
DTestService.java.txt16 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
263 asyncUnimplementedUnaryCall(getUnaryCallMethod(), responseObserver);
274 asyncUnimplementedUnaryCall(getStreamingOutputCallMethod(), responseObserver);
/external/grpc-grpc-java/alts/src/generated/main/grpc/io/grpc/alts/internal/
DHandshakerServiceGrpc.java16 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
/external/grpc-grpc-java/grpclb/src/generated/main/grpc/io/grpc/lb/v1/
DLoadBalancerGrpc.java16 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/reflection/v1alpha/
DServerReflectionGrpc.java16 import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;