Home
last modified time | relevance | path

Searched defs:topWork (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp355 bool WorkPolicyManager::IsSpecialScene(std::shared_ptr<WorkStatus> topWork, int32_t runningCount) in IsSpecialScene()
384 shared_ptr<WorkStatus> topWork = GetWorkToRun(); in CheckWorkToRun() local
420 shared_ptr<WorkStatus> topWork = conditionReadyQueue_->GetWorkToRunByPriority(); in GetWorkToRun() local
424 void WorkPolicyManager::RealStartWork(std::shared_ptr<WorkStatus> topWork) in RealStartWork()
450 std::shared_ptr<WorkStatus> &topWork) in UpdateWatchdogTime()
685 auto topWork = ideDebugList.front(); in TriggerIdeWork() local
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_policy_manager_test.cpp58 std::shared_ptr<WorkStatus> topWork = std::make_shared<WorkStatus>(workinfo, uid); variable