Home
last modified time | relevance | path

Searched refs:getCallOptions (Results 1 – 25 of 32) sorted by relevance

12

/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/stub/
DStubConfigTest.java74 assertNull(stub.getCallOptions().getDeadline()); in testConfigureDeadline()
78 assertEquals(deadline, reconfiguredStub.getCallOptions().getDeadline()); in testConfigureDeadline()
80 assertNull(stub.getCallOptions().getDeadline()); in testConfigureDeadline()
86 CallOptions options1 = stub.getCallOptions(); in testStubCallOptionsPopulatedToNewCall()
91 CallOptions options2 = stub.getCallOptions(); in testStubCallOptionsPopulatedToNewCall()
/external/grpc-grpc-java/stub/src/test/java/io/grpc/stub/
DAbstractStubTest.java64 CallOptions callOptions = stub.getCallOptions(); in withWaitForReady()
68 callOptions = stub.getCallOptions(); in withWaitForReady()
91 CallOptions callOptions = stub.getCallOptions(); in withExecutor()
97 callOptions = stub.getCallOptions(); in withExecutor()
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/channelz/v1/
DChannelzGrpc.java397 … getChannel().newCall(getGetTopChannelsMethod(), getCallOptions()), request, responseObserver); in getTopChannels()
408 getChannel().newCall(getGetServersMethod(), getCallOptions()), request, responseObserver); in getServers()
419 … getChannel().newCall(getGetServerSocketsMethod(), getCallOptions()), request, responseObserver); in getServerSockets()
430 getChannel().newCall(getGetChannelMethod(), getCallOptions()), request, responseObserver); in getChannel()
441 … getChannel().newCall(getGetSubchannelMethod(), getCallOptions()), request, responseObserver); in getSubchannel()
452 getChannel().newCall(getGetSocketMethod(), getCallOptions()), request, responseObserver); in getSocket()
486 getChannel(), getGetTopChannelsMethod(), getCallOptions(), request); in getTopChannels()
496 getChannel(), getGetServersMethod(), getCallOptions(), request); in getServers()
506 getChannel(), getGetServerSocketsMethod(), getCallOptions(), request); in getServerSockets()
516 getChannel(), getGetChannelMethod(), getCallOptions(), request); in getChannel()
[all …]
/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/
DTestServiceGrpc.java503 getChannel().newCall(getEmptyCallMethod(), getCallOptions()), request, responseObserver); in emptyCall()
514 getChannel().newCall(getUnaryCallMethod(), getCallOptions()), request, responseObserver); in unaryCall()
527 … getChannel().newCall(getCacheableUnaryCallMethod(), getCallOptions()), request, responseObserver); in cacheableUnaryCall()
539 …getChannel().newCall(getStreamingOutputCallMethod(), getCallOptions()), request, responseObserver); in streamingOutputCall()
551 getChannel().newCall(getStreamingInputCallMethod(), getCallOptions()), responseObserver); in streamingInputCall()
564 getChannel().newCall(getFullDuplexCallMethod(), getCallOptions()), responseObserver); in fullDuplexCall()
578 getChannel().newCall(getHalfDuplexCallMethod(), getCallOptions()), responseObserver); in halfDuplexCall()
590 … getChannel().newCall(getUnimplementedCallMethod(), getCallOptions()), request, responseObserver); in unimplementedCall()
623 getChannel(), getEmptyCallMethod(), getCallOptions(), request); in emptyCall()
633 getChannel(), getUnaryCallMethod(), getCallOptions(), request); in unaryCall()
[all …]
DReconnectServiceGrpc.java187 getChannel().newCall(getStartMethod(), getCallOptions()), request, responseObserver); in start()
195 getChannel().newCall(getStopMethod(), getCallOptions()), request, responseObserver); in stop()
224 getChannel(), getStartMethod(), getCallOptions(), request); in start()
231 getChannel(), getStopMethod(), getCallOptions(), request); in stop()
261 getChannel().newCall(getStartMethod(), getCallOptions()), request); in start()
269 getChannel().newCall(getStopMethod(), getCallOptions()), request); in stop()
DMetricsServiceGrpc.java189 … getChannel().newCall(getGetAllGaugesMethod(), getCallOptions()), request, responseObserver); in getAllGauges()
200 getChannel().newCall(getGetGaugeMethod(), getCallOptions()), request, responseObserver); in getGauge()
231 getChannel(), getGetAllGaugesMethod(), getCallOptions(), request); in getAllGauges()
241 getChannel(), getGetGaugeMethod(), getCallOptions(), request); in getGauge()
271 getChannel().newCall(getGetGaugeMethod(), getCallOptions()), request); in getGauge()
DUnimplementedServiceGrpc.java150 … getChannel().newCall(getUnimplementedCallMethod(), getCallOptions()), request, responseObserver); in unimplementedCall()
183 getChannel(), getUnimplementedCallMethod(), getCallOptions(), request); in unimplementedCall()
217 getChannel().newCall(getUnimplementedCallMethod(), getCallOptions()), request); in unimplementedCall()
/external/flatbuffers/tests/MyGame/Example/
DMonsterStorageGrpc.java309 getChannel().newCall(getStoreMethod(), getCallOptions()), request, responseObserver); in store()
317 getChannel().newCall(getRetrieveMethod(), getCallOptions()), request, responseObserver); in retrieve()
325 getChannel().newCall(getGetMaxHitPointMethod(), getCallOptions()), responseObserver); in getMaxHitPoint()
333 getChannel().newCall(getGetMinMaxHitPointsMethod(), getCallOptions()), responseObserver); in getMinMaxHitPoints()
359 getChannel(), getStoreMethod(), getCallOptions(), request); in store()
367 getChannel(), getRetrieveMethod(), getCallOptions(), request); in retrieve()
394 getChannel().newCall(getStoreMethod(), getCallOptions()), request); in store()
/external/grpc-grpc-java/benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/
DWorkerServiceGrpc.java300 getChannel().newCall(getRunServerMethod(), getCallOptions()), responseObserver); in runServer()
316 getChannel().newCall(getRunClientMethod(), getCallOptions()), responseObserver); in runClient()
327 getChannel().newCall(getCoreCountMethod(), getCallOptions()), request, responseObserver); in coreCount()
338 getChannel().newCall(getQuitWorkerMethod(), getCallOptions()), request, responseObserver); in quitWorker()
367 getChannel(), getCoreCountMethod(), getCallOptions(), request); in coreCount()
377 getChannel(), getQuitWorkerMethod(), getCallOptions(), request); in quitWorker()
407 getChannel().newCall(getCoreCountMethod(), getCallOptions()), request); in coreCount()
418 getChannel().newCall(getQuitWorkerMethod(), getCallOptions()), request); in quitWorker()
DBenchmarkServiceGrpc.java341 getChannel().newCall(getUnaryCallMethod(), getCallOptions()), request, responseObserver); in unaryCall()
354 getChannel().newCall(getStreamingCallMethod(), getCallOptions()), responseObserver); in streamingCall()
366 getChannel().newCall(getStreamingFromClientMethod(), getCallOptions()), responseObserver); in streamingFromClient()
378 …getChannel().newCall(getStreamingFromServerMethod(), getCallOptions()), request, responseObserver); in streamingFromServer()
390 getChannel().newCall(getStreamingBothWaysMethod(), getCallOptions()), responseObserver); in streamingBothWays()
420 getChannel(), getUnaryCallMethod(), getCallOptions(), request); in unaryCall()
432 getChannel(), getStreamingFromServerMethod(), getCallOptions(), request); in streamingFromServer()
463 getChannel().newCall(getUnaryCallMethod(), getCallOptions()), request); in unaryCall()
DReportQpsScenarioServiceGrpc.java138 … getChannel().newCall(getReportScenarioMethod(), getCallOptions()), request, responseObserver); in reportScenario()
167 getChannel(), getReportScenarioMethod(), getCallOptions(), request); in reportScenario()
197 getChannel().newCall(getReportScenarioMethod(), getCallOptions()), request); in reportScenario()
/external/grpc-grpc-java/testing-proto/src/generated/main/grpc/io/grpc/testing/protobuf/
DSimpleServiceGrpc.java294 getChannel().newCall(getUnaryRpcMethod(), getCallOptions()), request, responseObserver); in unaryRpc()
305 getChannel().newCall(getClientStreamingRpcMethod(), getCallOptions()), responseObserver); in clientStreamingRpc()
316 … getChannel().newCall(getServerStreamingRpcMethod(), getCallOptions()), request, responseObserver); in serverStreamingRpc()
327 getChannel().newCall(getBidiStreamingRpcMethod(), getCallOptions()), responseObserver); in bidiStreamingRpc()
359 getChannel(), getUnaryRpcMethod(), getCallOptions(), request); in unaryRpc()
370 getChannel(), getServerStreamingRpcMethod(), getCallOptions(), request); in serverStreamingRpc()
403 getChannel().newCall(getUnaryRpcMethod(), getCallOptions()), request); in unaryRpc()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DDelayedClientTransport.java154 args.getMethodDescriptor(), args.getHeaders(), args.getCallOptions()); in newStream()
290 CallOptions callOptions = stream.args.getCallOptions(); in reprocess()
359 args.getMethodDescriptor(), args.getHeaders(), args.getCallOptions()); in createRealStream()
DPickSubchannelArgsImpl.java47 public CallOptions getCallOptions() { in getCallOptions() method in PickSubchannelArgsImpl
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/health/v1/
DHealthGrpc.java132 getChannel().newCall(getCheckMethod(), getCallOptions()), request, responseObserver); in check()
158 getChannel(), getCheckMethod(), getCallOptions(), request); in check()
185 getChannel().newCall(getCheckMethod(), getCallOptions()), request); in check()
/external/grpc-grpc-java/services/src/generated/test/grpc/io/grpc/reflection/testing/
DReflectableServiceGrpc.java132 getChannel().newCall(getMethodMethod(), getCallOptions()), request, responseObserver); in method()
158 getChannel(), getMethodMethod(), getCallOptions(), request); in method()
185 getChannel().newCall(getMethodMethod(), getCallOptions()), request); in method()
DDynamicServiceGrpc.java147 getChannel().newCall(getMethodMethod(), getCallOptions()), request, responseObserver); in method()
179 getChannel(), getMethodMethod(), getCallOptions(), request); in method()
212 getChannel().newCall(getMethodMethod(), getCallOptions()), request); in method()
DAnotherDynamicServiceGrpc.java147 getChannel().newCall(getMethodMethod(), getCallOptions()), request, responseObserver); in method()
179 getChannel(), getMethodMethod(), getCallOptions(), request); in method()
212 getChannel().newCall(getMethodMethod(), getCallOptions()), request); in method()
/external/grpc-grpc-java/compiler/src/test/golden/
DTestService.java.txt402 getChannel().newCall(getUnaryCallMethod(), getCallOptions()), request, responseObserver);
414 …getChannel().newCall(getStreamingOutputCallMethod(), getCallOptions()), request, responseObserver);
426 getChannel().newCall(getStreamingInputCallMethod(), getCallOptions()), responseObserver);
439 getChannel().newCall(getFullBidiCallMethod(), getCallOptions()), responseObserver);
453 getChannel().newCall(getHalfBidiCallMethod(), getCallOptions()), responseObserver);
465 getChannel().newCall(getImportMethod(), getCallOptions()), responseObserver);
498 getChannel(), getUnaryCallMethod(), getCallOptions(), request);
510 getChannel(), getStreamingOutputCallMethod(), getCallOptions(), request);
544 getChannel().newCall(getUnaryCallMethod(), getCallOptions()), request);
DTestDeprecatedService.java.txt152 … getChannel().newCall(getDeprecatedMethodMethod(), getCallOptions()), request, responseObserver);
186 getChannel(), getDeprecatedMethodMethod(), getCallOptions(), request);
221 getChannel().newCall(getDeprecatedMethodMethod(), getCallOptions()), request);
/external/grpc-grpc-java/compiler/src/testLite/golden/
DTestService.java.txt396 getChannel().newCall(getUnaryCallMethod(), getCallOptions()), request, responseObserver);
408 …getChannel().newCall(getStreamingOutputCallMethod(), getCallOptions()), request, responseObserver);
420 getChannel().newCall(getStreamingInputCallMethod(), getCallOptions()), responseObserver);
433 getChannel().newCall(getFullBidiCallMethod(), getCallOptions()), responseObserver);
447 getChannel().newCall(getHalfBidiCallMethod(), getCallOptions()), responseObserver);
459 getChannel().newCall(getImportMethod(), getCallOptions()), responseObserver);
492 getChannel(), getUnaryCallMethod(), getCallOptions(), request);
504 getChannel(), getStreamingOutputCallMethod(), getCallOptions(), request);
538 getChannel().newCall(getUnaryCallMethod(), getCallOptions()), request);
DTestDeprecatedService.java.txt151 … getChannel().newCall(getDeprecatedMethodMethod(), getCallOptions()), request, responseObserver);
185 getChannel(), getDeprecatedMethodMethod(), getCallOptions(), request);
220 getChannel().newCall(getDeprecatedMethodMethod(), getCallOptions()), request);
/external/grpc-grpc-java/compiler/src/testNano/golden/
DTestService.java.txt437 getChannel().newCall(getUnaryCallMethod(), getCallOptions()), request, responseObserver);
449 …getChannel().newCall(getStreamingOutputCallMethod(), getCallOptions()), request, responseObserver);
461 getChannel().newCall(getStreamingInputCallMethod(), getCallOptions()), responseObserver);
474 getChannel().newCall(getFullBidiCallMethod(), getCallOptions()), responseObserver);
488 getChannel().newCall(getHalfBidiCallMethod(), getCallOptions()), responseObserver);
500 getChannel().newCall(getImportMethod(), getCallOptions()), responseObserver);
533 getChannel(), getUnaryCallMethod(), getCallOptions(), request);
545 getChannel(), getStreamingOutputCallMethod(), getCallOptions(), request);
579 getChannel().newCall(getUnaryCallMethod(), getCallOptions()), request);
DTestDeprecatedService.java.txt177 … getChannel().newCall(getDeprecatedMethodMethod(), getCallOptions()), request, responseObserver);
211 getChannel(), getDeprecatedMethodMethod(), getCallOptions(), request);
246 getChannel().newCall(getDeprecatedMethodMethod(), getCallOptions()), request);
/external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/
DAbstractStub.java91 public final CallOptions getCallOptions() { in getCallOptions() method in AbstractStub

12