Home
last modified time | relevance | path

Searched refs:truncateTimestampIfNecessary (Results 1 – 5 of 5) sorted by relevance

/packages/modules/StatsD/statsd/src/
Dstats_log_util.h112 int64_t truncateTimestampIfNecessary(const LogEvent& event);
Dstats_log_util.cpp599 int64_t truncateTimestampIfNecessary(const LogEvent& event) { in truncateTimestampIfNecessary() function
/packages/modules/StatsD/statsd/src/metrics/
DEventMetricProducer.cpp235 const int64_t elapsedTimeNs = truncateTimestampIfNecessary(event); in onMatchedLogEventInternalLocked()
DGaugeMetricProducer.cpp590 const int64_t truncatedElapsedTimestampNs = truncateTimestampIfNecessary(event); in onMatchedLogEventInternalLocked()
/packages/modules/StatsD/statsd/src/shell/
DShellSubscriberClient.cpp191 const int64_t timestampNs = truncateTimestampIfNecessary(eventRef); in writeEventToProtoIfMatched()