Searched refs:lastCheckTime (Results 1 – 3 of 3) sorted by relevance
121 std::time_t lastCheckTime; in SetRunableBundleNames() local126 cloudPrefImpl->GetLong("lastCheckTime", lastCheckTime); in SetRunableBundleNames()127 if (lastCheckTime != 0 && difftime(currentTime, lastCheckTime) < CycleTask::ONE_DAY) { in SetRunableBundleNames()
81 if (currentTime < vendorStatus->lastCheckTime + MONITOR_CHECK_INTERVAL_MS) { in UpdateAllPrinterStatus()87 vendorStatus->lastCheckTime = currentTime; in UpdateAllPrinterStatus()
33 uint64_t lastCheckTime; member34 PrinterVendorStatus() : state(PRINTER_UNAVAILABLE), lastUpdateTime(0), lastCheckTime(0) {} in PrinterVendorStatus()