Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/plugins/message_listener/src/
H A Dbackground_task_listener.cpp24 bgTaskListenerImpl_ = std::make_unique<BgTaskListenerImpl>(); in BackgroundTaskListener()
55 BackgroundTaskListener::BgTaskListenerImpl::BgTaskListenerImpl() in BgTaskListenerImpl() function in OHOS::DevStandbyMgr::BackgroundTaskListener::BgTaskListenerImpl
60 void BackgroundTaskListener::BgTaskListenerImpl::OnAppTransientTaskStart(const in OnAppTransientTaskStart()
68 void BackgroundTaskListener::BgTaskListenerImpl::OnAppTransientTaskEnd(const in OnAppTransientTaskEnd()
76 void BackgroundTaskListener::BgTaskListenerImpl::OnContinuousTaskStart( in OnContinuousTaskStart()
84 void BackgroundTaskListener::BgTaskListenerImpl::OnContinuousTaskStop( in OnContinuousTaskStop()
92 void BackgroundTaskListener::BgTaskListenerImpl::OnTaskStatusChanged(const std::string& type, bool … in OnTaskStatusChanged()
/ohos5.0/foundation/resourceschedule/device_standby/plugins/message_listener/include/
H A Dbackground_task_listener.h56 class BgTaskListenerImpl : public OHOS::BackgroundTaskMgr::BackgroundTaskSubscriber {
58 BgTaskListenerImpl();