HomeSort by relevance Sort by last modified time
    Searched defs:getCallOptions (Results 1 - 19 of 19) sorted by null

  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
PickSubchannelArgsImpl.java 47 public CallOptions getCallOptions() {
  /external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/
AbstractStub.java 91 public final CallOptions getCallOptions() {
  /external/grpc-grpc-java/benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/
ReportQpsScenarioServiceGrpc.java 138 getChannel().newCall(getReportScenarioMethod(), getCallOptions()), request, responseObserver);
167 getChannel(), getReportScenarioMethod(), getCallOptions(), request);
197 getChannel().newCall(getReportScenarioMethod(), getCallOptions()), request);
BenchmarkServiceGrpc.java 341 getChannel().newCall(getUnaryCallMethod(), getCallOptions()), request, responseObserver);
354 getChannel().newCall(getStreamingCallMethod(), getCallOptions()), responseObserver);
366 getChannel().newCall(getStreamingFromClientMethod(), getCallOptions()), responseObserver);
378 getChannel().newCall(getStreamingFromServerMethod(), getCallOptions()), request, responseObserver);
390 getChannel().newCall(getStreamingBothWaysMethod(), getCallOptions()), responseObserver);
420 getChannel(), getUnaryCallMethod(), getCallOptions(), request);
432 getChannel(), getStreamingFromServerMethod(), getCallOptions(), request);
463 getChannel().newCall(getUnaryCallMethod(), getCallOptions()), request);
WorkerServiceGrpc.java 300 getChannel().newCall(getRunServerMethod(), getCallOptions()), responseObserver);
316 getChannel().newCall(getRunClientMethod(), getCallOptions()), responseObserver);
327 getChannel().newCall(getCoreCountMethod(), getCallOptions()), request, responseObserver);
338 getChannel().newCall(getQuitWorkerMethod(), getCallOptions()), request, responseObserver);
367 getChannel(), getCoreCountMethod(), getCallOptions(), request);
377 getChannel(), getQuitWorkerMethod(), getCallOptions(), request);
407 getChannel().newCall(getCoreCountMethod(), getCallOptions()), request);
418 getChannel().newCall(getQuitWorkerMethod(), getCallOptions()), request);
  /external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/
UnimplementedServiceGrpc.java 150 getChannel().newCall(getUnimplementedCallMethod(), getCallOptions()), request, responseObserver);
183 getChannel(), getUnimplementedCallMethod(), getCallOptions(), request);
217 getChannel().newCall(getUnimplementedCallMethod(), getCallOptions()), request);
MetricsServiceGrpc.java 189 getChannel().newCall(getGetAllGaugesMethod(), getCallOptions()), request, responseObserver);
200 getChannel().newCall(getGetGaugeMethod(), getCallOptions()), request, responseObserver);
231 getChannel(), getGetAllGaugesMethod(), getCallOptions(), request);
241 getChannel(), getGetGaugeMethod(), getCallOptions(), request);
271 getChannel().newCall(getGetGaugeMethod(), getCallOptions()), request);
ReconnectServiceGrpc.java 187 getChannel().newCall(getStartMethod(), getCallOptions()), request, responseObserver);
195 getChannel().newCall(getStopMethod(), getCallOptions()), request, responseObserver);
224 getChannel(), getStartMethod(), getCallOptions(), request);
231 getChannel(), getStopMethod(), getCallOptions(), request);
261 getChannel().newCall(getStartMethod(), getCallOptions()), request);
269 getChannel().newCall(getStopMethod(), getCallOptions()), request);
TestServiceGrpc.java 503 getChannel().newCall(getEmptyCallMethod(), getCallOptions()), request, responseObserver);
514 getChannel().newCall(getUnaryCallMethod(), getCallOptions()), request, responseObserver);
527 getChannel().newCall(getCacheableUnaryCallMethod(), getCallOptions()), request, responseObserver);
539 getChannel().newCall(getStreamingOutputCallMethod(), getCallOptions()), request, responseObserver);
551 getChannel().newCall(getStreamingInputCallMethod(), getCallOptions()), responseObserver);
564 getChannel().newCall(getFullDuplexCallMethod(), getCallOptions()), responseObserver);
578 getChannel().newCall(getHalfDuplexCallMethod(), getCallOptions()), responseObserver);
590 getChannel().newCall(getUnimplementedCallMethod(), getCallOptions()), request, responseObserver);
623 getChannel(), getEmptyCallMethod(), getCallOptions(), request);
    [all...]
  /external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/health/v1/
HealthGrpc.java 132 getChannel().newCall(getCheckMethod(), getCallOptions()), request, responseObserver);
158 getChannel(), getCheckMethod(), getCallOptions(), request);
185 getChannel().newCall(getCheckMethod(), getCallOptions()), request);
  /external/grpc-grpc-java/services/src/generated/test/grpc/io/grpc/reflection/testing/
AnotherDynamicServiceGrpc.java 147 getChannel().newCall(getMethodMethod(), getCallOptions()), request, responseObserver);
179 getChannel(), getMethodMethod(), getCallOptions(), request);
212 getChannel().newCall(getMethodMethod(), getCallOptions()), request);
DynamicServiceGrpc.java 147 getChannel().newCall(getMethodMethod(), getCallOptions()), request, responseObserver);
179 getChannel(), getMethodMethod(), getCallOptions(), request);
212 getChannel().newCall(getMethodMethod(), getCallOptions()), request);
ReflectableServiceGrpc.java 132 getChannel().newCall(getMethodMethod(), getCallOptions()), request, responseObserver);
158 getChannel(), getMethodMethod(), getCallOptions(), request);
185 getChannel().newCall(getMethodMethod(), getCallOptions()), request);
  /external/flatbuffers/tests/MyGame/Example/
MonsterStorageGrpc.java 309 getChannel().newCall(getStoreMethod(), getCallOptions()), request, responseObserver);
317 getChannel().newCall(getRetrieveMethod(), getCallOptions()), request, responseObserver);
325 getChannel().newCall(getGetMaxHitPointMethod(), getCallOptions()), responseObserver);
333 getChannel().newCall(getGetMinMaxHitPointsMethod(), getCallOptions()), responseObserver);
359 getChannel(), getStoreMethod(), getCallOptions(), request);
367 getChannel(), getRetrieveMethod(), getCallOptions(), request);
394 getChannel().newCall(getStoreMethod(), getCallOptions()), request);
  /external/grpc-grpc-java/core/src/main/java/io/grpc/
LoadBalancer.java 197 public abstract CallOptions getCallOptions();
  /external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/channelz/v1/
ChannelzGrpc.java 397 getChannel().newCall(getGetTopChannelsMethod(), getCallOptions()), request, responseObserver);
408 getChannel().newCall(getGetServersMethod(), getCallOptions()), request, responseObserver);
419 getChannel().newCall(getGetServerSocketsMethod(), getCallOptions()), request, responseObserver);
430 getChannel().newCall(getGetChannelMethod(), getCallOptions()), request, responseObserver);
441 getChannel().newCall(getGetSubchannelMethod(), getCallOptions()), request, responseObserver);
452 getChannel().newCall(getGetSocketMethod(), getCallOptions()), request, responseObserver);
486 getChannel(), getGetTopChannelsMethod(), getCallOptions(), request);
496 getChannel(), getGetServersMethod(), getCallOptions(), request);
506 getChannel(), getGetServerSocketsMethod(), getCallOptions(), request);
516 getChannel(), getGetChannelMethod(), getCallOptions(), request)
    [all...]
  /external/grpc-grpc-java/testing-proto/src/generated/main/grpc/io/grpc/testing/protobuf/
SimpleServiceGrpc.java 294 getChannel().newCall(getUnaryRpcMethod(), getCallOptions()), request, responseObserver);
305 getChannel().newCall(getClientStreamingRpcMethod(), getCallOptions()), responseObserver);
316 getChannel().newCall(getServerStreamingRpcMethod(), getCallOptions()), request, responseObserver);
327 getChannel().newCall(getBidiStreamingRpcMethod(), getCallOptions()), responseObserver);
359 getChannel(), getUnaryRpcMethod(), getCallOptions(), request);
370 getChannel(), getServerStreamingRpcMethod(), getCallOptions(), request);
403 getChannel().newCall(getUnaryRpcMethod(), getCallOptions()), request);
  /external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
AbstractInteropTest.java     [all...]
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 

Completed in 303 milliseconds