Home
last modified time | relevance | path

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

/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h175 * @brief The OnConditionReady callback.
179 void OnConditionReady(std::shared_ptr<std::vector<std::shared_ptr<WorkStatus>>> workStatusVector);
H A Dwork_policy_manager.h109 * @brief The OnConditionReady callback.
113 void OnConditionReady(std::shared_ptr<std::vector<std::shared_ptr<WorkStatus>>> workStatusVector);
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_queue_manager.cpp177 wss_.lock()->OnConditionReady(make_shared<vector<shared_ptr<WorkStatus>>>(readyWorkVector)); in OnConditionChanged()
H A Dwork_scheduler_service.cpp753 void WorkSchedulerService::OnConditionReady(shared_ptr<vector<shared_ptr<WorkStatus>>> workStatusVector) in OnConditionReady() function in OHOS::WorkScheduler::WorkSchedulerService
755 workPolicyManager_->OnConditionReady(workStatusVector); in OnConditionReady()
H A Dwork_policy_manager.cpp271 void WorkPolicyManager::OnConditionReady(shared_ptr<vector<shared_ptr<WorkStatus>>> workStatusVector) in OnConditionReady() function in OHOS::WorkScheduler::WorkPolicyManager

Completed in 5 milliseconds