Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_policy_manager.h113 … void OnConditionReady(std::shared_ptr<std::vector<std::shared_ptr<WorkStatus>>> workStatusVector);
H A Dwork_scheduler_service.h179 … void OnConditionReady(std::shared_ptr<std::vector<std::shared_ptr<WorkStatus>>> workStatusVector);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_queue_manager.cpp217 service->OnConditionReady(make_shared<vector<shared_ptr<WorkStatus>>>(readyWorkVector)); in OnConditionChanged()
H A Dwork_scheduler_service.cpp825 void WorkSchedulerService::OnConditionReady(shared_ptr<vector<shared_ptr<WorkStatus>>> workStatusVe… in OnConditionReady() function in OHOS::WorkScheduler::WorkSchedulerService
827 workPolicyManager_->OnConditionReady(workStatusVector); in OnConditionReady()
H A Dwork_policy_manager.cpp273 void WorkPolicyManager::OnConditionReady(shared_ptr<vector<shared_ptr<WorkStatus>>> workStatusVecto… in OnConditionReady() function in OHOS::WorkScheduler::WorkPolicyManager