Home
last modified time | relevance | path

Searched refs:setTimestampNanos (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DChannelTracerTest.java52 .setDescription("e1").setSeverity(Severity.CT_ERROR).setTimestampNanos(1001).build(); in reportEvents()
54 .setDescription("e2").setSeverity(Severity.CT_INFO).setTimestampNanos(1002).build(); in reportEvents()
56 .setDescription("e3").setSeverity(Severity.CT_WARNING).setTimestampNanos(1003).build(); in reportEvents()
58 .setDescription("e4").setSeverity(Severity.CT_UNKNOWN).setTimestampNanos(1004).build(); in reportEvents()
DManagedChannelImplTest.java2133 .setTimestampNanos(timer.getTicker().read()) in channelTracing_channelCreationEvent()
2147 .setTimestampNanos(timer.getTicker().read()) in channelTracing_subchannelCreationEvents()
2153 .setTimestampNanos(timer.getTicker().read()) in channelTracing_subchannelCreationEvents()
2165 .setTimestampNanos(timer.getTicker().read()) in channelTracing_nameResolvingErrorEvent()
2183 .setTimestampNanos(timer.getTicker().read()) in channelTracing_nameResolvedEvent()
2246 .setTimestampNanos(timer.getTicker().read()) in channelTracing_serviceConfigChange()
2273 .setTimestampNanos(timer.getTicker().read()) in channelTracing_serviceConfigChange()
2286 .setTimestampNanos(timer.getTicker().read()) in channelTracing_stateChangeEvent()
2301 .setTimestampNanos(timer.getTicker().read()) in channelTracing_subchannelStateChangeEvent()
2316 .setTimestampNanos(timer.getTicker().read()) in channelTracing_oobChannelStateChangeEvent()
[all …]
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DManagedChannelImpl.java404 .setTimestampNanos(timeProvider.currentTimeNanos()) in enterIdleMode()
697 .setTimestampNanos(timeProvider.currentTimeNanos()) in shutdown()
763 .setTimestampNanos(timeProvider.currentTimeNanos()) in panic()
1082 .setTimestampNanos(subchannelCreationTime) in createSubchannel()
1133 .setTimestampNanos(timeProvider.currentTimeNanos()) in updateBalancingState()
1167 .setTimestampNanos(oobChannelCreationTime) in createOobChannel()
1200 .setTimestampNanos(oobChannelCreationTime) in createOobChannel()
1268 .setTimestampNanos(timeProvider.currentTimeNanos()) in onAddresses()
1279 .setTimestampNanos(timeProvider.currentTimeNanos()) in onAddresses()
1324 .setTimestampNanos(timeProvider.currentTimeNanos()) in onError()
DChannelTracer.java70 .setTimestampNanos(channelCreationTimeNanos) in ChannelTracer()
DOobChannel.java250 .setTimestampNanos(timeProvider.currentTimeNanos()) in handleSubchannelStateChange()
DInternalSubchannel.java336 .setTimestampNanos(timeProvider.currentTimeNanos()) in gotoState()
/external/grpc-grpc-java/services/src/test/java/io/grpc/services/
DChannelzProtoUtilTest.java869 .setTimestampNanos(12) in channelTrace_withEvents()
874 .setTimestampNanos(34) in channelTrace_withEvents()
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DInternalChannelz.java584 public Builder setTimestampNanos(long timestampNanos) { in setTimestampNanos() method in InternalChannelz.ChannelTrace.Event.Builder