Home
last modified time | relevance | path

Searched defs:eventTimeNs (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/cmds/statsd/src/metrics/
DMetricProducer.h108 void notifyAppUpgrade(const int64_t& eventTimeNs, const string& apk, const int uid, in notifyAppUpgrade()
122 void notifyAppRemoved(const int64_t& eventTimeNs, const string& apk, const int uid) override{ in notifyAppRemoved()
127 void onUidMapReceived(const int64_t& eventTimeNs) override{ in onUidMapReceived()
289 virtual void flushLocked(const int64_t& eventTimeNs) { in flushLocked()
304 virtual void flushCurrentBucketLocked(const int64_t& eventTimeNs, in flushCurrentBucketLocked()
307 virtual void onActiveStateChangedLocked(const int64_t& eventTimeNs) { in onActiveStateChangedLocked()
DGaugeMetricProducer.cpp362 void GaugeMetricProducer::onActiveStateChangedLocked(const int64_t& eventTimeNs) { in onActiveStateChangedLocked()
374 const int64_t eventTimeNs) { in onConditionChangedLocked()
389 const int64_t eventTimeNs) { in onSlicedConditionMayChangeLocked()
468 int64_t eventTimeNs = event.GetElapsedTimestampNs(); in onMatchedLogEventInternalLocked() local
541 void GaugeMetricProducer::flushIfNeededLocked(const int64_t& eventTimeNs) { in flushIfNeededLocked()
560 void GaugeMetricProducer::flushCurrentBucketLocked(const int64_t& eventTimeNs, in flushCurrentBucketLocked()
DValueMetricProducer.cpp375 void ValueMetricProducer::onActiveStateChangedLocked(const int64_t& eventTimeNs) { in onActiveStateChangedLocked()
408 const int64_t eventTimeNs) { in onConditionChangedLocked()
673 int64_t eventTimeNs = event.GetElapsedTimestampNs(); in onMatchedLogEventInternalLocked() local
828 void ValueMetricProducer::flushIfNeededLocked(const int64_t& eventTimeNs) { in flushIfNeededLocked()
848 void ValueMetricProducer::flushCurrentBucketLocked(const int64_t& eventTimeNs, in flushCurrentBucketLocked()
948 void ValueMetricProducer::appendToFullBucket(int64_t eventTimeNs, int64_t fullBucketEndTimeNs) { in appendToFullBucket()
DCountMetricProducer.cpp280 int64_t eventTimeNs = event.GetElapsedTimestampNs(); in onMatchedLogEventInternalLocked() local
316 void CountMetricProducer::flushIfNeededLocked(const int64_t& eventTimeNs) { in flushIfNeededLocked()
332 void CountMetricProducer::flushCurrentBucketLocked(const int64_t& eventTimeNs, in flushCurrentBucketLocked()
DMetricsManager.cpp175 void MetricsManager::notifyAppUpgrade(const int64_t& eventTimeNs, const string& apk, const int uid, in notifyAppUpgrade()
186 void MetricsManager::notifyAppRemoved(const int64_t& eventTimeNs, const string& apk, in notifyAppRemoved()
197 void MetricsManager::onUidMapReceived(const int64_t& eventTimeNs) { in onUidMapReceived()
351 int64_t eventTimeNs = event.GetElapsedTimestampNs(); in onLogEvent() local
DDurationMetricProducer.cpp342 const int64_t eventTimeNs) { in onSlicedConditionMayChangeInternalLocked()
443 void DurationMetricProducer::onActiveStateChangedLocked(const int64_t& eventTimeNs) { in onActiveStateChangedLocked()
599 void DurationMetricProducer::flushIfNeededLocked(const int64_t& eventTimeNs) { in flushIfNeededLocked()
613 void DurationMetricProducer::flushCurrentBucketLocked(const int64_t& eventTimeNs, in flushCurrentBucketLocked()
738 int64_t eventTimeNs = event.GetElapsedTimestampNs(); in onMatchedLogEventLocked() local
DGaugeMetricProducer.h74 void notifyAppUpgrade(const int64_t& eventTimeNs, const string& apk, const int uid, in notifyAppUpgrade()
DValueMetricProducer.h69 void notifyAppUpgrade(const int64_t& eventTimeNs, const string& apk, const int uid, in notifyAppUpgrade()
DMetricProducer.cpp47 int64_t eventTimeNs = event.GetElapsedTimestampNs(); in onMatchedLogEventLocked() local
/frameworks/base/cmds/statsd/src/metrics/duration_helper/
DMaxDurationTracker.cpp189 const int64_t& eventTimeNs, in flushCurrentBucket()
241 int64_t eventTimeNs, unordered_map<MetricDimensionKey, vector<DurationBucket>>* output) { in flushIfNeeded()
DOringDurationTracker.cpp139 const int64_t& eventTimeNs, in flushCurrentBucket()
210 int64_t eventTimeNs, unordered_map<MetricDimensionKey, vector<DurationBucket>>* output) { in flushIfNeeded()
/frameworks/base/cmds/statsd/tests/external/
DStatsPuller_test.cpp59 shared_ptr<LogEvent> createSimpleEvent(int64_t eventTimeNs, int64_t value) { in createSimpleEvent()
/frameworks/base/cmds/statsd/tests/metrics/
DValueMetricProducer_test.cpp83 static shared_ptr<LogEvent> createEvent(int64_t eventTimeNs, int64_t value) { in createEvent()