Home
last modified time | relevance | path

Searched refs:BackgroundTaskHelper (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/services/common/src/
H A Dbackground_task_helper.cpp22 IMPLEMENT_SINGLE_INSTANCE(BackgroundTaskHelper);
24 BackgroundTaskHelper::BackgroundTaskHelper() in BackgroundTaskHelper() function in OHOS::DevStandbyMgr::BackgroundTaskHelper
28 BackgroundTaskHelper::~BackgroundTaskHelper() in ~BackgroundTaskHelper()
32 bool WEAK_FUNC BackgroundTaskHelper::GetContinuousTaskApps( in GetContinuousTaskApps()
44 bool WEAK_FUNC BackgroundTaskHelper::GetTransientTaskApps(std::vector<std::shared_ptr<TransientTask… in GetTransientTaskApps()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/background_task_helper/
H A Dbackground_task_helper.h24 class ACE_FORCE_EXPORT BackgroundTaskHelper : public virtual AceType {
25 DECLARE_ACE_TYPE(BackgroundTaskHelper, AceType);
27 static BackgroundTaskHelper& GetInstance();
/ohos5.0/foundation/resourceschedule/device_standby/services/common/include/
H A Dbackground_task_helper.h38 class BackgroundTaskHelper : public std::enable_shared_from_this<BackgroundTaskHelper> {
39 DECLARE_SINGLE_INSTANCE(BackgroundTaskHelper);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dbackground_task_helper_ohos.h23 class BackgroundTaskHelperOhos : public BackgroundTaskHelper {
24 DECLARE_ACE_TYPE(BackgroundTaskHelperOhos, BackgroundTaskHelper);
H A Dbackground_task_helper_ohos.cpp26 BackgroundTaskHelper& BackgroundTaskHelper::GetInstance() in GetInstance()
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/mock/
H A Dmock_standby_helper_unit_test.cpp88 BackgroundTaskHelper::GetInstance()->GetContinuousTaskApps(list);
91 BackgroundTaskHelper::GetInstance()->GetTransientTaskApps(appInfoList);
H A Dmock_helper.cpp124 bool BackgroundTaskHelper::GetContinuousTaskApps(std::vector<std::shared_ptr<ContinuousTaskCallback… in GetContinuousTaskApps()
129 bool BackgroundTaskHelper::GetTransientTaskApps(std::vector<std::shared_ptr<TransientTaskAppInfo>> … in GetTransientTaskApps()
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_helper_unit_test.cpp92 BackgroundTaskHelper::GetInstance()->GetContinuousTaskApps(list);
94 BackgroundTaskHelper::GetInstance()->GetTransientTaskApps(appInfoList);
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Dbase_network_strategy.cpp215 if (!BackgroundTaskHelper::GetInstance()->GetContinuousTaskApps(continuousTaskList)) { in GetBackgroundTaskApp()
222 if (!BackgroundTaskHelper::GetInstance()->GetTransientTaskApps(transientTaskList)) { in GetBackgroundTaskApp()
H A Drunning_lock_strategy.cpp277 if (!BackgroundTaskHelper::GetInstance()->GetContinuousTaskApps(continuousTaskList)) { in GetBackgroundTaskApp()
284 if (!BackgroundTaskHelper::GetInstance()->GetTransientTaskApps(transientTaskList)) { in GetBackgroundTaskApp()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp2074 if (!BackgroundTaskHelper::GetInstance().HasBackgroundTask()) { in OnModifyDone()