Searched refs:OnConditionReady (Results 1 – 5 of 5) sorted by relevance
113 … void OnConditionReady(std::shared_ptr<std::vector<std::shared_ptr<WorkStatus>>> workStatusVector);
179 … void OnConditionReady(std::shared_ptr<std::vector<std::shared_ptr<WorkStatus>>> workStatusVector);
217 service->OnConditionReady(make_shared<vector<shared_ptr<WorkStatus>>>(readyWorkVector)); in OnConditionChanged()
825 void WorkSchedulerService::OnConditionReady(shared_ptr<vector<shared_ptr<WorkStatus>>> workStatusVe… in OnConditionReady() function in OHOS::WorkScheduler::WorkSchedulerService827 workPolicyManager_->OnConditionReady(workStatusVector); in OnConditionReady()
273 void WorkPolicyManager::OnConditionReady(shared_ptr<vector<shared_ptr<WorkStatus>>> workStatusVecto… in OnConditionReady() function in OHOS::WorkScheduler::WorkPolicyManager