Home
last modified time | relevance | path

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

/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp731 uint64_t newWatchdogTime = oldWatchdogTime - runningTime; in PauseRunningWorks() local
732 if (newWatchdogTime > LONG_WATCHDOG_TIME) { in PauseRunningWorks()
735 workStatus->bundleName_.c_str(), workStatus->workId_.c_str(), newWatchdogTime, oldWatchdogTime, in PauseRunningWorks()
737 newWatchdogTime = 0; in PauseRunningWorks()
741 " oldWatchdogTime:%{public}" PRIu64 ", newWatchdogTime:%{public}" PRIu64 ", duration:%{public}" PRIu64, in PauseRunningWorks()
743 oldWatchdogTime, newWatchdogTime, workStatus->duration_); in PauseRunningWorks()
745 workStatus->workWatchDogTime_ = newWatchdogTime; in PauseRunningWorks()

Completed in 2 milliseconds