Home
last modified time | relevance | path

Searched refs:GroupListener (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/conditions/
H A Dgroup_listener.cpp22 GroupListener::GroupListener(std::shared_ptr<WorkQueueManager> workQueueManager, in GroupListener() function in OHOS::WorkScheduler::GroupListener
31 void GroupListener::OnConditionChanged(WorkCondition::Type conditionType, in OnConditionChanged()
37 bool GroupListener::Start() in Start()
55 bool GroupListener::Stop() in Stop()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/conditions/
H A Dgroup_listener.h28 class GroupListener : public IConditionListener {
30 explicit GroupListener(std::shared_ptr<WorkQueueManager> workQueueManager,
32 ~GroupListener() override = default;
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp493 auto groupListener = make_shared<GroupListener>(workQueueManager_, runner); in WorkQueueManagerInit()