Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp492 auto timerListener = make_shared<TimerListener>(workQueueManager_, runner); in WorkQueueManagerInit() local
503 workQueueManager_->AddListener(WorkCondition::Type::TIMER, timerListener); in WorkQueueManagerInit()