HomeSort by relevance Sort by last modified time
    Searched refs:stopwatchSupplier (Results 1 - 7 of 7) sorted by null

  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
CensusStatsModule.java 75 private final Supplier<Stopwatch> stopwatchSupplier;
83 CensusStatsModule(Supplier<Stopwatch> stopwatchSupplier, boolean propagateTags) {
88 stopwatchSupplier,
98 StatsRecorder statsRecorder, Supplier<Stopwatch> stopwatchSupplier,
103 this.stopwatchSupplier = checkNotNull(stopwatchSupplier, "stopwatchSupplier");
331 this.stopwatch = module.stopwatchSupplier.get().start();
491 Supplier<Stopwatch> stopwatchSupplier,
497 this.stopwatch = stopwatchSupplier.get().start()
    [all...]
ManagedChannelImpl.java 141 private final Supplier<Stopwatch> stopwatchSupplier;
548 Supplier<Stopwatch> stopwatchSupplier,
577 this.stopwatchSupplier = checkNotNull(stopwatchSupplier, "stopwatchSupplier");
601 stopwatchSupplier.get());
    [all...]
InternalSubchannel.java 167 Supplier<Stopwatch> stopwatchSupplier, ChannelExecutor channelExecutor, Callback callback,
180 this.connectingTimer = stopwatchSupplier.get();
  /external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
FakeClock.java 63 private final Supplier<Stopwatch> stopwatchSupplier =
201 return stopwatchSupplier;
  /external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
NettyClientHandlerTest.java 708 Supplier<Stopwatch> stopwatchSupplier = new Supplier<Stopwatch>() {
722 stopwatchSupplier,
  /external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
OkHttpClientTransportTest.java 199 Supplier<Stopwatch> stopwatchSupplier = new Supplier<Stopwatch>() {
212 stopwatchSupplier,
    [all...]
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 

Completed in 955 milliseconds