Searched refs:stopwatchSupplier (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | CensusStatsModule.java | 75 private final Supplier<Stopwatch> stopwatchSupplier; field in CensusStatsModule 83 CensusStatsModule(Supplier<Stopwatch> stopwatchSupplier, boolean propagateTags) { in CensusStatsModule() argument 88 stopwatchSupplier, in CensusStatsModule() local 98 StatsRecorder statsRecorder, Supplier<Stopwatch> stopwatchSupplier, in CensusStatsModule() argument 103 this.stopwatchSupplier = checkNotNull(stopwatchSupplier, "stopwatchSupplier"); in CensusStatsModule() 331 this.stopwatch = module.stopwatchSupplier.get().start(); in ClientCallTracer() 491 Supplier<Stopwatch> stopwatchSupplier, in ServerTracer() argument 497 this.stopwatch = stopwatchSupplier.get().start(); in ServerTracer() 643 stopwatchSupplier, in newServerStreamTracer()
|
D | ManagedChannelImpl.java | 141 private final Supplier<Stopwatch> stopwatchSupplier; field in ManagedChannelImpl 548 Supplier<Stopwatch> stopwatchSupplier, in ManagedChannelImpl() argument 577 this.stopwatchSupplier = checkNotNull(stopwatchSupplier, "stopwatchSupplier"); in ManagedChannelImpl() 601 stopwatchSupplier.get()); in ManagedChannelImpl() 1044 stopwatchSupplier, in createSubchannel() 1175 transportFactory.getScheduledExecutorService(), stopwatchSupplier, channelExecutor, in createOobChannel()
|
D | InternalSubchannel.java | 167 Supplier<Stopwatch> stopwatchSupplier, ChannelExecutor channelExecutor, Callback callback, in InternalSubchannel() argument 180 this.connectingTimer = stopwatchSupplier.get(); in InternalSubchannel()
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | FakeClock.java | 63 private final Supplier<Stopwatch> stopwatchSupplier = field in FakeClock 201 return stopwatchSupplier; in getStopwatchSupplier()
|
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/ |
D | NettyClientHandlerTest.java | 708 Supplier<Stopwatch> stopwatchSupplier = new Supplier<Stopwatch>() { in newHandler() local 722 stopwatchSupplier, in newHandler()
|
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/ |
D | OkHttpClientTransportTest.java | 199 Supplier<Stopwatch> stopwatchSupplier = new Supplier<Stopwatch>() { in startTransport() local 212 stopwatchSupplier, in startTransport()
|