Home
last modified time | relevance | path

Searched refs:watchdogTime_ (Results 1 - 2 of 2) sorted by relevance

/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp61 watchdogTime_ = WATCHDOG_TIME; in WorkPolicyManager()
461 watchId, workStatus->bundleName_.c_str(), workStatus->workId_.c_str(), watchdogTime_); in AddWatchdogForWork()
462 watchdog_->AddWatchdog(watchId, watchdogTime_); in AddWatchdogForWork()
464 workStatus->workWatchDogTime_ = static_cast<uint64_t>(watchdogTime_); in AddWatchdogForWork()
627 watchdogTime_ = time == 0 ? WATCHDOG_TIME : time; in SetWatchdogTimeByDump()
628 g_lastWatchdogTime = watchdogTime_; in SetWatchdogTimeByDump()
633 watchdogTime_ = time; in SetWatchdogTime()
638 return watchdogTime_; in GetWatchdogTime()
670 int time = watchdogTime_; in TriggerIdeWork()
671 watchdogTime_ in TriggerIdeWork()
[all...]
/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_policy_manager.h318 int32_t watchdogTime_; member in OHOS::WorkScheduler::WorkPolicyManager

Completed in 2 milliseconds