Searched refs:oldWatchdogTime (Results 1 - 1 of 1) sorted by relevance
/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_policy_manager.cpp | 729 uint64_t oldWatchdogTime = workStatus->workWatchDogTime_; in PauseRunningWorks() local 731 uint64_t newWatchdogTime = oldWatchdogTime - runningTime; in PauseRunningWorks() 734 ",oldWatchdogTime:%{public}" PRIu64 ", runningTime:%{public}" PRIu64, in PauseRunningWorks() 735 workStatus->bundleName_.c_str(), workStatus->workId_.c_str(), newWatchdogTime, oldWatchdogTime, in PauseRunningWorks() 741 " oldWatchdogTime:%{public}" PRIu64 ", newWatchdogTime:%{public}" PRIu64 ", duration:%{public}" PRIu64, in PauseRunningWorks() 743 oldWatchdogTime, newWatchdogTime, workStatus->duration_); in PauseRunningWorks()
|
Completed in 2 milliseconds