Home
last modified time | relevance | path

Searched refs:checkInterval (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_task.cpp56 checkInterval = interval; in WatchdogTask()
67 checkInterval = interval; in WatchdogTask()
78 checkInterval = 0; in WatchdogTask()
90 checkInterval = timeLimit / timeLimitIntervalRatio; in WatchdogTask()
134 if ((checkInterval != 0) && (now - nextTickTime > (resetRatio * checkInterval))) { in Run()
137 now, nextTickTime, checkInterval); in Run()
294 std::string description = GetBlockDescription(checkInterval / 1000); // 1s = 1000ms in EvaluateCheckerState()
304 std::string description = GetBlockDescription(checkInterval / 1000) + in EvaluateCheckerState()
H A Dwatchdog_task.h52 checkInterval(0), in WatchdogTask()
86 uint64_t checkInterval; variable
H A Dwatchdog_inner.cpp776 if (task.checkInterval == 0) { in ReInsertTaskIfNeed()
781 task.nextTickTime = task.nextTickTime + task.checkInterval; in ReInsertTaskIfNeed()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/timer/
H A DSceneTimerOhImpl.h26 const static unsigned int checkInterval = 500; // this means accuracy
H A DSceneTimerOhImpl.cpp63 milliseconds interval(checkInterval); in Loop()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/storage/
H A Dstorage_monitor_service.h47 int64_t lowThreshold, int32_t checkInterval);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_monitor_service.cpp165 int64_t lowThreshold, int32_t checkInterval) in CleanBundleCacheByInterval() argument
179 if (duration >= checkInterval) { in CleanBundleCacheByInterval()