Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_policy_manager.h266 void RemoveWatchDog(std::shared_ptr<WorkStatus> workStatus);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp772 workPolicyManager_->RemoveWatchDog(workStatus); in StopWorkInner()
1379 workPolicyManager_->RemoveWatchDog(workStatus); in StopDeepIdleWorks()
H A Dwork_policy_manager.cpp818 void WorkPolicyManager::RemoveWatchDog(std::shared_ptr<WorkStatus> workStatus) in RemoveWatchDog() function in OHOS::WorkScheduler::WorkPolicyManager