Home
last modified time | relevance | path

Searched refs:workStatusVector (Results 1 - 7 of 7) sorted by relevance

/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_policy_manager.h111 * @param workStatusVector The work status vector.
113 void OnConditionReady(std::shared_ptr<std::vector<std::shared_ptr<WorkStatus>>> workStatusVector);
281 void AddToReadyQueue(std::shared_ptr<std::vector<std::shared_ptr<WorkStatus>>> workStatusVector);
H A Dwork_queue.h50 * @param workStatusVector The work status vector.
52 void Push(std::shared_ptr<std::vector<std::shared_ptr<WorkStatus>>> workStatusVector);
H A Dwork_scheduler_service.h177 * @param workStatusVector The work status vector.
179 void OnConditionReady(std::shared_ptr<std::vector<std::shared_ptr<WorkStatus>>> workStatusVector);
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp271 void WorkPolicyManager::OnConditionReady(shared_ptr<vector<shared_ptr<WorkStatus>>> workStatusVector) in OnConditionReady() argument
274 if (workStatusVector == nullptr) { in OnConditionReady()
277 AddToReadyQueue(workStatusVector); in OnConditionReady()
281 void WorkPolicyManager::AddToReadyQueue(shared_ptr<vector<shared_ptr<WorkStatus>>> workStatusVector) in AddToReadyQueue() argument
283 conditionReadyQueue_->Push(workStatusVector); in AddToReadyQueue()
H A Dwork_queue.cpp102 void WorkQueue::Push(shared_ptr<vector<shared_ptr<WorkStatus>>> workStatusVector) in Push() argument
104 for (auto it : *workStatusVector) { in Push()
H A Dwork_scheduler_service.cpp753 void WorkSchedulerService::OnConditionReady(shared_ptr<vector<shared_ptr<WorkStatus>>> workStatusVector) in OnConditionReady() argument
755 workPolicyManager_->OnConditionReady(workStatusVector); in OnConditionReady()
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_queue_test.cpp189 std::shared_ptr<vector<std::shared_ptr<WorkStatus>>> workStatusVector = in HWTEST_F() local
191 workQueue_->Push(workStatusVector); in HWTEST_F()

Completed in 6 milliseconds