Searched defs:eventTimeNs (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/cmds/statsd/src/metrics/ |
D | GaugeMetricProducer.cpp | 360 void GaugeMetricProducer::onActiveStateChangedLocked(const int64_t& eventTimeNs) { in onActiveStateChangedLocked() 372 const int64_t eventTimeNs) { in onConditionChangedLocked() 387 const int64_t eventTimeNs) { in onSlicedConditionMayChangeLocked() 466 int64_t eventTimeNs = event.GetElapsedTimestampNs(); in onMatchedLogEventInternalLocked() local 539 void GaugeMetricProducer::flushIfNeededLocked(const int64_t& eventTimeNs) { in flushIfNeededLocked() 558 void GaugeMetricProducer::flushCurrentBucketLocked(const int64_t& eventTimeNs, in flushCurrentBucketLocked()
|
D | MetricProducer.h | 106 virtual void notifyAppUpgrade(const int64_t& eventTimeNs, const string& apk, const int uid, in notifyAppUpgrade() 120 void notifyAppRemoved(const int64_t& eventTimeNs, const string& apk, const int uid) { in notifyAppRemoved() 282 virtual void flushLocked(const int64_t& eventTimeNs) { in flushLocked() 297 virtual void flushCurrentBucketLocked(const int64_t& eventTimeNs, in flushCurrentBucketLocked() 300 virtual void onActiveStateChangedLocked(const int64_t& eventTimeNs) { in onActiveStateChangedLocked()
|
D | CountMetricProducer.cpp | 280 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()
|
D | ValueMetricProducer.cpp | 370 void ValueMetricProducer::onActiveStateChangedLocked(const int64_t& eventTimeNs) { in onActiveStateChangedLocked() 403 const int64_t eventTimeNs) { in onConditionChangedLocked() 668 int64_t eventTimeNs = event.GetElapsedTimestampNs(); in onMatchedLogEventInternalLocked() local 823 void ValueMetricProducer::flushIfNeededLocked(const int64_t& eventTimeNs) { in flushIfNeededLocked() 843 void ValueMetricProducer::flushCurrentBucketLocked(const int64_t& eventTimeNs, in flushCurrentBucketLocked() 943 void ValueMetricProducer::appendToFullBucket(int64_t eventTimeNs, int64_t fullBucketEndTimeNs) { in appendToFullBucket()
|
D | MetricsManager.cpp | 175 void MetricsManager::notifyAppUpgrade(const int64_t& eventTimeNs, const string& apk, const int uid, in notifyAppUpgrade() 190 void MetricsManager::notifyAppRemoved(const int64_t& eventTimeNs, const string& apk, in notifyAppRemoved() 205 void MetricsManager::onUidMapReceived(const int64_t& eventTimeNs) { in onUidMapReceived() 362 int64_t eventTimeNs = event.GetElapsedTimestampNs(); in onLogEvent() local
|
D | DurationMetricProducer.cpp | 342 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
|
D | GaugeMetricProducer.h | 74 void notifyAppUpgrade(const int64_t& eventTimeNs, const string& apk, const int uid, in notifyAppUpgrade()
|
D | ValueMetricProducer.h | 67 void notifyAppUpgrade(const int64_t& eventTimeNs, const string& apk, const int uid, in notifyAppUpgrade()
|
D | MetricProducer.cpp | 46 int64_t eventTimeNs = event.GetElapsedTimestampNs(); in onMatchedLogEventLocked() local
|
/frameworks/base/cmds/statsd/src/metrics/duration_helper/ |
D | OringDurationTracker.cpp | 139 const int64_t& eventTimeNs, in flushCurrentBucket() 210 int64_t eventTimeNs, unordered_map<MetricDimensionKey, vector<DurationBucket>>* output) { in flushIfNeeded()
|
D | MaxDurationTracker.cpp | 189 const int64_t& eventTimeNs, in flushCurrentBucket() 241 int64_t eventTimeNs, unordered_map<MetricDimensionKey, vector<DurationBucket>>* output) { in flushIfNeeded()
|
/frameworks/base/cmds/statsd/tests/external/ |
D | StatsPuller_test.cpp | 59 shared_ptr<LogEvent> createSimpleEvent(int64_t eventTimeNs, int64_t value) { in createSimpleEvent()
|
/frameworks/base/cmds/statsd/src/ |
D | StatsLogProcessor.cpp | 736 void StatsLogProcessor::notifyAppUpgrade(const int64_t& eventTimeNs, const string& apk, in notifyAppUpgrade() 745 void StatsLogProcessor::notifyAppRemoved(const int64_t& eventTimeNs, const string& apk, in notifyAppRemoved() 754 void StatsLogProcessor::onUidMapReceived(const int64_t& eventTimeNs) { in onUidMapReceived()
|
/frameworks/base/cmds/statsd/tests/metrics/ |
D | ValueMetricProducer_test.cpp | 83 static shared_ptr<LogEvent> createEvent(int64_t eventTimeNs, int64_t value) { in createEvent()
|