Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_event_handler.h29 RETRIGGER_MSG = 0, enumerator
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_event_handler.cpp47 case RETRIGGER_MSG: {
H A Dwork_policy_manager.cpp383 handler_->RemoveEvent(WorkEventHandler::RETRIGGER_MSG); in CheckWorkToRun()
501 handler_->SendEvent(InnerEvent::Get(WorkEventHandler::RETRIGGER_MSG, 0), delaytime); in SendRetrigger()