Searched refs:GroupListener (Results 1 – 3 of 3) sorted by relevance
22 GroupListener::GroupListener(std::shared_ptr<WorkQueueManager> workQueueManager, in GroupListener() function in OHOS::WorkScheduler::GroupListener31 void GroupListener::OnConditionChanged(WorkCondition::Type conditionType, in OnConditionChanged()37 bool GroupListener::Start() in Start()55 bool GroupListener::Stop() in Stop()
28 class GroupListener : public IConditionListener {30 explicit GroupListener(std::shared_ptr<WorkQueueManager> workQueueManager,32 ~GroupListener() override = default;
493 auto groupListener = make_shared<GroupListener>(workQueueManager_, runner); in WorkQueueManagerInit()