Lines Matching refs:eventTimeNs
312 void MetricsManager::notifyAppUpgrade(const int64_t& eventTimeNs, const string& apk, const int uid, in notifyAppUpgrade() argument
316 it->notifyAppUpgrade(eventTimeNs); in notifyAppUpgrade()
333 void MetricsManager::notifyAppRemoved(const int64_t& eventTimeNs, const string& apk, in notifyAppRemoved() argument
337 it->notifyAppRemoved(eventTimeNs); in notifyAppRemoved()
354 void MetricsManager::onUidMapReceived(const int64_t& eventTimeNs) { in onUidMapReceived() argument
366 void MetricsManager::onStatsdInitCompleted(const int64_t& eventTimeNs) { in onStatsdInitCompleted() argument
369 it->onStatsdInitCompleted(eventTimeNs); in onStatsdInitCompleted()
539 int64_t eventTimeNs = event.GetElapsedTimestampNs(); in onLogEvent() local
549 metric->flushIfExpire(eventTimeNs); in onLogEvent()
588 metric->flushIfExpire(eventTimeNs); in onLogEvent()
601 mAllMetricProducers[metricIndex]->activate(it.first, eventTimeNs); in onLogEvent()
646 eventTimeNs); in onLogEvent()
652 eventTimeNs); in onLogEvent()