Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/
H A Dbg_continuous_task_mgr.h119 ContinuousTaskEventTriggerType changeEventType);
134 void NotifySubscribers(ContinuousTaskEventTriggerType changeEventType,
136 void ReportHisysEvent(ContinuousTaskEventTriggerType changeEventType,
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp1361 void BgContinuousTaskMgr::NotifySubscribers(ContinuousTaskEventTriggerType changeEventType, in NotifySubscribers() argument
1364 switch (changeEventType) { in NotifySubscribers()
1386 void BgContinuousTaskMgr::ReportHisysEvent(ContinuousTaskEventTriggerType changeEventType, in ReportHisysEvent() argument
1389 switch (changeEventType) { in ReportHisysEvent()
1411 ContinuousTaskEventTriggerType changeEventType) in OnContinuousTaskChanged() argument
1431 NotifySubscribers(changeEventType, continuousTaskCallbackInfo); in OnContinuousTaskChanged()
1432 ReportHisysEvent(changeEventType, continuousTaskInfo); in OnContinuousTaskChanged()