Lines Matching refs:eventTimeNs
72 void notifyAppUpgrade(const int64_t& eventTimeNs) override { in notifyAppUpgrade() argument
78 pullAndMatchEventsLocked(eventTimeNs); in notifyAppUpgrade()
80 flushCurrentBucketLocked(eventTimeNs, eventTimeNs); in notifyAppUpgrade()
84 void onStatsdInitCompleted(const int64_t& eventTimeNs) override { in onStatsdInitCompleted() argument
87 pullAndMatchEventsLocked(eventTimeNs); in onStatsdInitCompleted()
89 flushCurrentBucketLocked(eventTimeNs, eventTimeNs); in onStatsdInitCompleted()
92 void onStateChanged(int64_t eventTimeNs, int32_t atomId, const HashableDimensionKey& primaryKey,
115 void onActiveStateChangedLocked(const int64_t& eventTimeNs) override;
134 void flushCurrentBucketLocked(const int64_t& eventTimeNs,
145 int64_t calcBucketsForwardCount(const int64_t& eventTimeNs) const;
282 void updateCurrentSlicedBucketConditionTimers(bool newCondition, int64_t eventTimeNs);