Home
last modified time | relevance | path

Searched refs:lastReportTime (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_worker.cpp73 int64_t lastReportTime = prefs->GetLong(LAST_REPORT_TIME, 0); in HandleLoopTask() local
82 if (MediaFileUtils::UTCTimeSeconds() - lastReportTime >= ONE_DAY) { in HandleLoopTask()
84 lastReportTime = DfxManager::GetInstance()->HandleOneDayReport(); in HandleLoopTask()
85 prefs->PutLong(LAST_REPORT_TIME, lastReportTime); in HandleLoopTask()
H A Ddfx_manager.cpp278 int64_t lastReportTime = prefs->GetLong(LAST_HALF_DAY_REPORT_TIME, 0); in HandleHalfDayMissions() local
279 if (MediaFileUtils::UTCTimeSeconds() - lastReportTime > HALF_DAY && dfxWorker_ != nullptr) { in HandleHalfDayMissions()

Completed in 2 milliseconds