Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp49 const int32_t WATCHDOG_TIME = 2 * 60 * 1000; variable
55 static int32_t g_lastWatchdogTime = WATCHDOG_TIME;
63 watchdogTime_ = WATCHDOG_TIME; in WorkPolicyManager()
652 watchdogTime_ = time == 0 ? WATCHDOG_TIME : time; in SetWatchdogTimeByDump()