Home
last modified time | relevance | path

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

/base/hiviewdfx/hicollie/frameworks/native/
Dwatchdog_task.cpp40 checkInterval = interval; in WatchdogTask()
51 checkInterval = interval; in WatchdogTask()
62 checkInterval = 0; in WatchdogTask()
99 if ((checkInterval != 0) && (now - nextTickTime > (resetRatio * checkInterval))) { in Run()
102 now, nextTickTime, checkInterval); in Run()
179 std::string description = GetBlockDescription(checkInterval / 1000); // 1s = 1000ms in EvaluateCheckerState()
189 std::string description = GetBlockDescription(checkInterval / 1000) + in EvaluateCheckerState()
Dwatchdog_task.h42 checkInterval(0), in WatchdogTask()
71 uint64_t checkInterval; variable
Dwatchdog_inner.cpp293 if (task.checkInterval == 0) { in ReInsertTaskIfNeed()
298 task.nextTickTime = task.nextTickTime + task.checkInterval; in ReInsertTaskIfNeed()