Lines Matching defs:eventTimeNs
68 void notifyAppUpgrade(const int64_t& eventTimeNs, const string& apk, const int uid,
72 if (eventTimeNs > getCurrentBucketEndTimeNs()) {
74 flushIfNeededLocked(eventTimeNs);
77 flushCurrentBucketLocked(eventTimeNs);
78 mCurrentBucketStartTimeNs = eventTimeNs;
83 void notifyAppRemoved(const int64_t& eventTimeNs, const string& apk, const int uid) override{
85 notifyAppUpgrade(eventTimeNs, apk, uid, 0);
88 void onUidMapReceived(const int64_t& eventTimeNs) override{
209 * start new bucket). If this function is called when eventTimeNs is greater than the current
216 virtual void flushCurrentBucketLocked(const int64_t& eventTimeNs){};