Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_policy_manager.h142 std::list<std::shared_ptr<WorkStatus>> GetAllWorkStatus(int32_t &uid);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp556 list<std::shared_ptr<WorkStatus>> WorkPolicyManager::GetAllWorkStatus(int32_t &uid) in GetAllWorkStatus() function in OHOS::WorkScheduler::WorkPolicyManager
H A Dwork_scheduler_service.cpp796 list<std::shared_ptr<WorkStatus>> allWorks = workPolicyManager_->GetAllWorkStatus(uid); in StopAndClearWorksByUid()