Home
last modified time | relevance | path

Searched refs:GetContinuousTaskApps (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/resourceschedule/device_standby/services/common/src/
H A Dbackground_task_helper.cpp32 bool WEAK_FUNC BackgroundTaskHelper::GetContinuousTaskApps( in GetContinuousTaskApps() function in OHOS::DevStandbyMgr::BackgroundTaskHelper
36 if (BackgroundTaskMgrHelper::GetContinuousTaskApps(list) != OHOS::ERR_OK) { in GetContinuousTaskApps()
/ohos5.0/base/security/access_token/services/common/background_task_manager/include/
H A Dbackground_task_manager_access_proxy.h49 …virtual int32_t GetContinuousTaskApps(std::vector<std::shared_ptr<ContinuousTaskCallbackInfo>> &li…
67 …int32_t GetContinuousTaskApps(std::vector<std::shared_ptr<ContinuousTaskCallbackInfo>> &list) over…
H A Dbackground_task_manager_access_client.h37 int32_t GetContinuousTaskApps(std::vector<std::shared_ptr<ContinuousTaskCallbackInfo>> &list);
/ohos5.0/base/security/access_token/services/common/background_task_manager/src/
H A Dbackground_task_manager_access_client.cpp81 int32_t BackgourndTaskManagerAccessClient::GetContinuousTaskApps( in GetContinuousTaskApps() function in OHOS::Security::AccessToken::BackgourndTaskManagerAccessClient
89 return proxy->GetContinuousTaskApps(list); in GetContinuousTaskApps()
H A Dbackground_task_manager_access_proxy.cpp93 int32_t BackgroundTaskManagerAccessProxy::GetContinuousTaskApps( in GetContinuousTaskApps() function in OHOS::Security::AccessToken::BackgroundTaskManagerAccessProxy
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/
H A Dbackground_task_mgr_helper.cpp74 ErrCode BackgroundTaskMgrHelper::GetContinuousTaskApps(std::vector<std::shared_ptr<ContinuousTaskCa… in GetContinuousTaskApps() function in OHOS::BackgroundTaskMgr::BackgroundTaskMgrHelper
76 return DelayedSingleton<BackgroundTaskManager>::GetInstance()->GetContinuousTaskApps(list); in GetContinuousTaskApps()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dbackground_task_observer.cpp92 void BackgroundTaskObserver::GetContinuousTaskApps() in GetContinuousTaskApps() function in OHOS::AAFwk::BackgroundTaskObserver
95 …ErrCode result = BackgroundTaskMgr::BackgroundTaskMgrHelper::GetContinuousTaskApps(continuousTasks… in GetContinuousTaskApps()
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/
H A Dbgtask_framework_abnormal_unit_test.cpp345 EXPECT_EQ(backgroundTaskMgrProxy.GetContinuousTaskApps(list), ERR_BGTASK_PARCELABLE_FAILED);
349 EXPECT_EQ(backgroundTaskMgrProxy.GetContinuousTaskApps(list), ERR_BGTASK_TRANSACT_FAILED);
353 EXPECT_EQ(backgroundTaskMgrProxy.GetContinuousTaskApps(list), ERR_BGTASK_TRANSACT_FAILED);
356 EXPECT_EQ(backgroundTaskMgrProxy.GetContinuousTaskApps(list), ERR_BGTASK_TRANSACT_FAILED);
/ohos5.0/foundation/resourceschedule/device_standby/services/common/include/
H A Dbackground_task_helper.h44 bool GetContinuousTaskApps(std::vector<std::shared_ptr<ContinuousTaskCallbackInfo>> &list);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dbackground_task_helper_ohos.cpp38 …ErrCode code = BackgroundTaskMgr::BackgroundTaskMgrHelper::GetContinuousTaskApps(continuousTaskLis… in HasBackgroundTask()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dbackground_task_observer.h35 void GetContinuousTaskApps();
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/
H A Dbackground_task_mgr_helper.h103 …static ErrCode GetContinuousTaskApps(std::vector<std::shared_ptr<ContinuousTaskCallbackInfo>> &lis…
/ohos5.0/foundation/resourceschedule/device_standby/services/
H A Dlibstandby_service.versionscript26 *GetContinuousTaskApps*;
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/mock/
H A Dmock_standby_helper_unit_test.cpp88 BackgroundTaskHelper::GetInstance()->GetContinuousTaskApps(list);
H A Dmock_helper.cpp124 bool BackgroundTaskHelper::GetContinuousTaskApps(std::vector<std::shared_ptr<ContinuousTaskCallback… in GetContinuousTaskApps() function in OHOS::DevStandbyMgr::BackgroundTaskHelper
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_manager.cpp272 ErrCode BackgroundTaskManager::GetContinuousTaskApps(std::vector<std::shared_ptr<ContinuousTaskCall… in GetContinuousTaskApps() function in OHOS::BackgroundTaskMgr::BackgroundTaskManager
277 return proxy_->GetContinuousTaskApps(list); in GetContinuousTaskApps()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/background_task_observer_test/
H A Dbackground_task_observer_test.cpp121 observer_->GetContinuousTaskApps();
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/include/
H A Dbackground_task_manager.h144 ErrCode GetContinuousTaskApps(std::vector<std::shared_ptr<ContinuousTaskCallbackInfo>> &list);
H A Dibackground_task_mgr.h146 …virtual ErrCode GetContinuousTaskApps(std::vector<std::shared_ptr<ContinuousTaskCallbackInfo>> &li…
H A Dbackground_task_mgr_proxy.h138 …ErrCode GetContinuousTaskApps(std::vector<std::shared_ptr<ContinuousTaskCallbackInfo>> &list) over…
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/bgtask_manager_abnormal_unit_test/
H A Dbgtask_manager_abnormal_unit_test.cpp67 … EXPECT_EQ(BackgroundTaskMgrService_->GetContinuousTaskApps(list2), ERR_BGTASK_PERMISSION_DENIED);
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_helper_unit_test.cpp92 BackgroundTaskHelper::GetInstance()->GetContinuousTaskApps(list);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/core/src/
H A Dbackground_task_mgr_service.cpp183 ErrCode BackgroundTaskMgrService::GetContinuousTaskApps(std::vector<std::shared_ptr<ContinuousTaskC… in GetContinuousTaskApps() function in OHOS::BackgroundTaskMgr::BackgroundTaskMgrService
189 return BgContinuousTaskMgr::GetInstance()->GetContinuousTaskApps(list); in GetContinuousTaskApps()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/core/include/
H A Dbackground_task_mgr_service.h76 …ErrCode GetContinuousTaskApps(std::vector<std::shared_ptr<ContinuousTaskCallbackInfo>> &list) over…
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Dbackground_audio_controller.cpp167 …ErrCode code = BackgroundTaskMgr::BackgroundTaskMgrHelper::GetContinuousTaskApps(continuousTaskLis… in IsBackgroundMode()

12