Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_queue.h126 std::list<std::shared_ptr<WorkStatus>> GetDeepIdleWorks();
H A Dwork_policy_manager.h273 std::list<std::shared_ptr<WorkStatus>> GetDeepIdleWorks();
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_queue.cpp238 std::list<std::shared_ptr<WorkStatus>> WorkQueue::GetDeepIdleWorks() in GetDeepIdleWorks() function in OHOS::WorkScheduler::WorkQueue
H A Dwork_policy_manager.cpp839 std::list<std::shared_ptr<WorkStatus>> WorkPolicyManager::GetDeepIdleWorks() in GetDeepIdleWorks() function in OHOS::WorkScheduler::WorkPolicyManager
845 std::list<std::shared_ptr<WorkStatus>> workList = it->second->GetDeepIdleWorks(); in GetDeepIdleWorks()
H A Dwork_scheduler_service.cpp1369 std::list<std::shared_ptr<WorkStatus>> works = workPolicyManager_->GetDeepIdleWorks(); in StopDeepIdleWorks()