Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_policy_manager.h291 std::shared_ptr<WorkStatus> GetWorkFromWatchdog(uint32_t id);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp510 std::shared_ptr<WorkStatus> workStatus = GetWorkFromWatchdog(watchdogId); in WatchdogTimeOut()
522 std::shared_ptr<WorkStatus> WorkPolicyManager::GetWorkFromWatchdog(uint32_t id) in GetWorkFromWatchdog() function in OHOS::WorkScheduler::WorkPolicyManager