/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/ |
H A D | background_task_subscriber.cpp | 37 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 D | background_task_subscriber.h | 76 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 D | ibackground_task_subscriber.h | 74 virtual void OnAppTransientTaskStart(const std::shared_ptr<TransientTaskAppInfo>& info) = 0;
|
H A D | background_task_subscriber_proxy.h | 68 void OnAppTransientTaskStart(const std::shared_ptr<TransientTaskAppInfo>& info) override;
|
/ohos5.0/foundation/resourceschedule/device_standby/plugins/message_listener/include/ |
H A D | background_task_listener.h | 65 … virtual void OnAppTransientTaskStart(const std::shared_ptr<TransientTaskAppInfo>& info) override;
|
/ohos5.0/foundation/resourceschedule/device_standby/plugins/message_listener/src/ |
H A D | background_task_listener.cpp | 60 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 D | bgtask_client_unit_test.cpp | 117 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 D | bgtask_framework_unit_test.cpp | 84 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 D | bgtask_framework_abnormal_unit_test.cpp | 68 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 D | background_task_subscriber_stub.cpp | 175 OnAppTransientTaskStart(info); in HandleOnAppTransientTaskStart()
|
H A D | background_task_subscriber_proxy.cpp | 166 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 D | bg_transient_task_mgr.cpp | 348 (*iter)->OnAppTransientTaskStart(appInfo); in NotifyTransientTaskSuscriber()
|