Searched refs:mLastResetTime (Results 1 – 3 of 3) sorted by relevance
50 mLastResetTime = std::chrono::steady_clock::time_point::min(); in OneShotTimer()162 triggerTime = mLastResetTime.load() + mInterval.load(); in loop()187 mLastResetTime = mClock->now(); in reset()
114 std::atomic<std::chrono::steady_clock::time_point> mLastResetTime; variable
190 private long mLastResetTime; field in ShortcutPackage781 if (ShortcutService.isClockValid(now) && mLastResetTime > now) { in getApiCallCount()784 mLastResetTime = now; in getApiCallCount()790 if (mLastResetTime < last) { in getApiCallCount()793 getPackageName(), mLastResetTime, now, last)); in getApiCallCount()796 mLastResetTime = last; in getApiCallCount()831 mLastResetTime = 0; in resetRateLimitingForCommandLineNoSaving()1732 pw.print(mLastResetTime); in dump()1734 pw.print(ShortcutService.formatTime(mLastResetTime)); in dump()1846 ShortcutService.writeAttr(out, ATTR_LAST_RESET, mLastResetTime); in saveToXml()[all …]