Lines Matching refs:eventTimeNs
309 void MetricsManager::notifyAppUpgrade(const int64_t& eventTimeNs, const string& apk, const int uid, in notifyAppUpgrade() argument
313 it->notifyAppUpgrade(eventTimeNs); in notifyAppUpgrade()
330 void MetricsManager::notifyAppRemoved(const int64_t& eventTimeNs, const string& apk, in notifyAppRemoved() argument
334 it->notifyAppRemoved(eventTimeNs); in notifyAppRemoved()
351 void MetricsManager::onUidMapReceived(const int64_t& eventTimeNs) { in onUidMapReceived() argument
363 void MetricsManager::onStatsdInitCompleted(const int64_t& eventTimeNs) { in onStatsdInitCompleted() argument
366 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()