Searched refs:lastReportTime (Results 1 – 4 of 4) sorted by relevance
73 int64_t lastReportTime = prefs->GetLong(LAST_REPORT_TIME, 0); in HandleLoopTask() local82 if (MediaFileUtils::UTCTimeSeconds() - lastReportTime >= ONE_DAY) { in HandleLoopTask()84 lastReportTime = DfxManager::GetInstance()->HandleOneDayReport(); in HandleLoopTask()85 prefs->PutLong(LAST_REPORT_TIME, lastReportTime); in HandleLoopTask()
328 int64_t lastReportTime = prefs->GetLong(LAST_HALF_DAY_REPORT_TIME, 0); in HandleHalfDayMissions() local329 if (MediaFileUtils::UTCTimeSeconds() - lastReportTime > HALF_DAY && dfxWorker_ != nullptr) { in HandleHalfDayMissions()
332 int64_t lastReportTime = lastReportTime_; in ReportJankStats() local336 RSBackgroundThread::Instance().PostTask([reportDuration, lastReportTime, rsJankStats]() { in ReportJankStats()340 …S::HiviewDFX::HiSysEvent::EventType::STATISTIC, "STARTTIME", static_cast<uint64_t>(lastReportTime), in ReportJankStats()
1519 static int64_t lastReportTime = -1; in WakeupDeviceInner() local1521 int64_t nextReportTime = lastReportTime + SCREEN_CHANGE_REPORT_INTERVAL_MS; in WakeupDeviceInner()1527 lastReportTime = now; in WakeupDeviceInner()