Home
last modified time | relevance | path

Searched refs:withExecutor (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc-java/stub/src/test/java/io/grpc/stub/
DAbstractStubTest.java89 public void withExecutor() { in withExecutor() method in AbstractStubTest
96 stub = stub.withExecutor(executor); in withExecutor()
/external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/
DAbstractStub.java134 public final S withExecutor(Executor executor) { in withExecutor() method in AbstractStub
135 return build(channel, callOptions.withExecutor(executor)); in withExecutor()
DClientCalls.java125 ClientCall<ReqT, RespT> call = channel.newCall(method, callOptions.withExecutor(executor)); in blockingUnaryCall()
173 ClientCall<ReqT, RespT> call = channel.newCall(method, callOptions.withExecutor(executor)); in blockingServerStreamingCall()
/external/grpc-grpc-java/core/src/test/java/io/grpc/
DCallOptionsTest.java58 .withExecutor(directExecutor())
124 CallOptions options1 = CallOptions.DEFAULT.withExecutor(executor); in mutateExecutor()
128 CallOptions options2 = options1.withExecutor(null); in mutateExecutor()
145 .withExecutor(new SerializingExecutor(directExecutor())) in toStringMatches_noDeadline_default()
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DCallOptions.java200 public CallOptions withExecutor(Executor executor) { in withExecutor() method in CallOptions
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DCallCredentials2ApplyingTest.java169 callOptions.withAuthority("calloptions-authority").withExecutor(anotherExecutor)); in parameterPropagation_callOptionsSetAuthority()
DCallCredentialsApplyingTest.java168 callOptions.withAuthority("calloptions-authority").withExecutor(anotherExecutor)); in parameterPropagation_overrideByCallOptions()
DDelayedClientTransportTest.java332 CallOptions wfr3callOptions = waitForReadyCallOptions.withExecutor( in reprocessSemantics()
DManagedChannelImplTest.java631 CallOptions.DEFAULT.withExecutor(callExecutor.getScheduledExecutorService()); in callOptionsExecutor()
2478 CallOptions.DEFAULT.withExecutor(callExecutor.getScheduledExecutorService()); in channelsAndSubchannels_oob_instrumented0()