Home
last modified time | relevance | path

Searched refs:prevGmt (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseMonitor.cpp181 struct tm prevGmt, curGmt; in onPeriodicCollection() local
182 gmtime_r(&mLastUserPackageIoMonitorTime, &prevGmt); in onPeriodicCollection()
184 if (prevGmt.tm_yday != curGmt.tm_yday || prevGmt.tm_year != curGmt.tm_year) { in onPeriodicCollection()