Home
last modified time | relevance | path

Searched refs:conditionReadyQueue_ (Results 1 - 3 of 3) sorted by relevance

/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp58 conditionReadyQueue_ = std::make_shared<WorkQueue>(); in WorkPolicyManager()
202 conditionReadyQueue_->RemoveUnReady(); in RemoveFromReadyQueue()
283 conditionReadyQueue_->Push(workStatusVector); in AddToReadyQueue()
390 conditionReadyQueue_->RemoveUnReady(); in RemoveAllUnReady()
395 shared_ptr<WorkStatus> topWork = conditionReadyQueue_->GetWorkToRunByPriority(); in GetWorkToRun()
558 conditionReadyQueue_->Dump(result); in DumpConditionReadyQueue()
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_policy_manager_test.cpp71 workPolicyManager_->conditionReadyQueue_->ClearAll(); in HWTEST_F()
73 EXPECT_TRUE(workPolicyManager_->conditionReadyQueue_->GetSize() == 0); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_policy_manager.h306 std::shared_ptr<WorkQueue> conditionReadyQueue_; member in OHOS::WorkScheduler::WorkPolicyManager

Completed in 3 milliseconds