Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp759 uint64_t oldWatchdogTime = workStatus->workWatchDogTime_; in PauseRunningWorks() local
761 uint64_t newWatchdogTime = oldWatchdogTime - runningTime; in PauseRunningWorks()
765 … workStatus->bundleName_.c_str(), workStatus->workId_.c_str(), newWatchdogTime, oldWatchdogTime, in PauseRunningWorks()
773 oldWatchdogTime, newWatchdogTime, workStatus->duration_); in PauseRunningWorks()