/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/stub/ |
D | StubConfigTest.java | 74 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/ |
D | AbstractStubTest.java | 64 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/ |
D | ChannelzGrpc.java | 397 … 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/ |
D | TestServiceGrpc.java | 503 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 …]
|
D | ReconnectServiceGrpc.java | 187 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()
|
D | MetricsServiceGrpc.java | 189 … 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()
|
D | UnimplementedServiceGrpc.java | 150 … 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/ |
D | MonsterStorageGrpc.java | 309 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/ |
D | WorkerServiceGrpc.java | 300 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()
|
D | BenchmarkServiceGrpc.java | 341 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()
|
D | ReportQpsScenarioServiceGrpc.java | 138 … 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/ |
D | SimpleServiceGrpc.java | 294 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/ |
D | DelayedClientTransport.java | 154 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()
|
D | PickSubchannelArgsImpl.java | 47 public CallOptions getCallOptions() { in getCallOptions() method in PickSubchannelArgsImpl
|
/external/grpc-grpc-java/services/src/generated/test/grpc/io/grpc/reflection/testing/ |
D | AnotherDynamicServiceGrpc.java | 147 getChannel().newCall(getMethodMethod(), getCallOptions()), request, responseObserver); in method() 179 getChannel(), getMethodMethod(), getCallOptions(), request); in method() 212 getChannel().newCall(getMethodMethod(), getCallOptions()), request); in method()
|
D | DynamicServiceGrpc.java | 147 getChannel().newCall(getMethodMethod(), getCallOptions()), request, responseObserver); in method() 179 getChannel(), getMethodMethod(), getCallOptions(), request); in method() 212 getChannel().newCall(getMethodMethod(), getCallOptions()), request); in method()
|
D | ReflectableServiceGrpc.java | 132 getChannel().newCall(getMethodMethod(), getCallOptions()), request, responseObserver); in method() 158 getChannel(), getMethodMethod(), getCallOptions(), request); in method() 185 getChannel().newCall(getMethodMethod(), getCallOptions()), request); in method()
|
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/health/v1/ |
D | HealthGrpc.java | 132 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/compiler/src/testLite/golden/ |
D | TestService.java.txt | 396 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);
|
D | TestDeprecatedService.java.txt | 151 … getChannel().newCall(getDeprecatedMethodMethod(), getCallOptions()), request, responseObserver); 185 getChannel(), getDeprecatedMethodMethod(), getCallOptions(), request); 220 getChannel().newCall(getDeprecatedMethodMethod(), getCallOptions()), request);
|
/external/grpc-grpc-java/compiler/src/test/golden/ |
D | TestService.java.txt | 402 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);
|
D | TestDeprecatedService.java.txt | 152 … getChannel().newCall(getDeprecatedMethodMethod(), getCallOptions()), request, responseObserver); 186 getChannel(), getDeprecatedMethodMethod(), getCallOptions(), request); 221 getChannel().newCall(getDeprecatedMethodMethod(), getCallOptions()), request);
|
/external/grpc-grpc-java/compiler/src/testNano/golden/ |
D | TestService.java.txt | 437 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);
|
D | TestDeprecatedService.java.txt | 177 … getChannel().newCall(getDeprecatedMethodMethod(), getCallOptions()), request, responseObserver); 211 getChannel(), getDeprecatedMethodMethod(), getCallOptions(), request); 246 getChannel().newCall(getDeprecatedMethodMethod(), getCallOptions()), request);
|
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/advanced/ |
D | HelloJsonClient.java | 119 getChannel(), METHOD_SAY_HELLO, getCallOptions(), request); in sayHello()
|