Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/
H A Dbackground_task_subscriber.cpp37 void BackgroundTaskSubscriber::OnAppTransientTaskStart(const std::shared_ptr<TransientTaskAppInfo>&… in OnAppTransientTaskStart() function in OHOS::BackgroundTaskMgr::BackgroundTaskSubscriber
120 void BackgroundTaskSubscriber::BackgroundTaskSubscriberImpl::OnAppTransientTaskStart( in OnAppTransientTaskStart() function in OHOS::BackgroundTaskMgr::BackgroundTaskSubscriber::BackgroundTaskSubscriberImpl
123 subscriber_.OnAppTransientTaskStart(info); in OnAppTransientTaskStart()
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/
H A Dbackground_task_subscriber.h76 virtual void OnAppTransientTaskStart(const std::shared_ptr<TransientTaskAppInfo>& info);
174 void OnAppTransientTaskStart(const std::shared_ptr<TransientTaskAppInfo>& info) override;
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/include/
H A Dibackground_task_subscriber.h74 virtual void OnAppTransientTaskStart(const std::shared_ptr<TransientTaskAppInfo>& info) = 0;
H A Dbackground_task_subscriber_proxy.h68 void OnAppTransientTaskStart(const std::shared_ptr<TransientTaskAppInfo>& info) override;
/ohos5.0/foundation/resourceschedule/device_standby/plugins/message_listener/include/
H A Dbackground_task_listener.h65 … virtual void OnAppTransientTaskStart(const std::shared_ptr<TransientTaskAppInfo>& info) override;
/ohos5.0/foundation/resourceschedule/device_standby/plugins/message_listener/src/
H A Dbackground_task_listener.cpp60 void BackgroundTaskListener::BgTaskListenerImpl::OnAppTransientTaskStart(const in OnAppTransientTaskStart() function in OHOS::DevStandbyMgr::BackgroundTaskListener::BgTaskListenerImpl
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/bgtask_manager_client_test/
H A Dbgtask_client_unit_test.cpp117 void OnAppTransientTaskStart(const std::shared_ptr<TransientTaskAppInfo>& info) override in OnAppTransientTaskStart() function in OHOS::BackgroundTaskMgr::TestBackgroundTaskSubscriber
383 subscriberImpl->OnAppTransientTaskStart(nullptr);
419 subscriber.OnAppTransientTaskStart(nullptr);
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/
H A Dbgtask_framework_unit_test.cpp84 void OnAppTransientTaskStart(const std::shared_ptr<TransientTaskAppInfo>& info) override {} in OnAppTransientTaskStart() function in OHOS::BackgroundTaskMgr::TestBackgroundTaskSubscriberStub
427 subscirberProxy1.OnAppTransientTaskStart(nullptr);
428 subscirberProxy2.OnAppTransientTaskStart(nullptr);
435 subscirberProxy2.OnAppTransientTaskStart(info);
H A Dbgtask_framework_abnormal_unit_test.cpp68 void OnAppTransientTaskStart(const std::shared_ptr<TransientTaskAppInfo>& info) override {} in OnAppTransientTaskStart() function in OHOS::BackgroundTaskMgr::TestBackgroundTaskSubscriberStub
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_subscriber_stub.cpp175 OnAppTransientTaskStart(info); in HandleOnAppTransientTaskStart()
H A Dbackground_task_subscriber_proxy.cpp166 void BackgroundTaskSubscriberProxy::OnAppTransientTaskStart(const std::shared_ptr<TransientTaskAppI… in OnAppTransientTaskStart() function in OHOS::BackgroundTaskMgr::BackgroundTaskSubscriberProxy
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dbg_transient_task_mgr.cpp348 (*iter)->OnAppTransientTaskStart(appInfo); in NotifyTransientTaskSuscriber()