Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_policy_manager.h209 int32_t GetWatchdogTime();
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp661 int32_t WorkPolicyManager::WorkPolicyManager::GetWatchdogTime() in GetWatchdogTime() function in OHOS::WorkScheduler::WorkPolicyManager::WorkPolicyManager
H A Dwork_scheduler_service.cpp1015 .append("Watchdog time:" + std::to_string(workPolicyManager_->GetWatchdogTime()) + "\n") in DumpAllInfo()