Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/cycle_task/
H A Dcycle_task_runner.cpp117 std::time_t lastCheckTime; in SetRunableBundleNames() local
122 cloudPrefImpl->GetLong("lastCheckTime", lastCheckTime); in SetRunableBundleNames()
123 if (lastCheckTime != 0 && difftime(currentTime, lastCheckTime) < CycleTask::ONE_DAY) { in SetRunableBundleNames()
129 cloudPrefImpl->SetLong("lastCheckTime", currentTime); in SetRunableBundleNames()
132 cloudPrefImpl->Delete("lastCheckTime"); in SetRunableBundleNames()

Completed in 1 milliseconds