Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/sysevent_source/control/
H A Ddaily_controller.cpp66 static int64_t lastUpdateTime = 0; in CheckTimeOfCache() local
67 if (lastUpdateTime == 0) { in CheckTimeOfCache()
68 lastUpdateTime = TimeUtil::GetSeconds(); in CheckTimeOfCache()
73 if (std::abs(nowTime - lastUpdateTime) <= updateInterval) { in CheckTimeOfCache()
76 lastUpdateTime = nowTime; in CheckTimeOfCache()
/base/powermgr/powermgr_lite/services/src/screensaver/small/
H A Dscreen_saver_handler.cpp175 static int64_t lastUpdateTime = 0; in OnRawEvent() local
179 if ((currentTime - lastUpdateTime) > MSEC_PER_SEC) { in OnRawEvent()
181 lastUpdateTime = currentTime; in OnRawEvent()
/base/print/print_fwk/services/print_service/src/
H A Dvendor_driver_base.cpp75 if (currentTime < vendorStatus->lastUpdateTime + MONITOR_CHECK_INTERVAL_MS) { in UpdateAllPrinterStatus()
82 if (currentTime < vendorStatus->lastUpdateTime + MONITOR_OFFLINE_TIMEOUT_MS) { in UpdateAllPrinterStatus()
143 vendorStatus->lastUpdateTime = GetNowTime(); in OnPrinterStateQueried()
/base/print/print_fwk/services/print_service/include/
H A Dvendor_driver_base.h32 uint64_t lastUpdateTime; member
34 PrinterVendorStatus() : state(PRINTER_UNAVAILABLE), lastUpdateTime(0), lastCheckTime(0) {} in PrinterVendorStatus()
/base/time/time_service/services/time/include/
H A Dntp_update_time.h29 int64_t lastUpdateTime; member

Completed in 2 milliseconds