Home
last modified time | relevance | path

Searched refs:GetEfficiencyResourcesInfos (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/
H A Dbackground_task_mgr_helper.cpp79 ErrCode BackgroundTaskMgrHelper::GetEfficiencyResourcesInfos(std::vector<std::shared_ptr< in GetEfficiencyResourcesInfos() function in OHOS::BackgroundTaskMgr::BackgroundTaskMgrHelper
82 …return DelayedSingleton<BackgroundTaskManager>::GetInstance()->GetEfficiencyResourcesInfos(appList… in GetEfficiencyResourcesInfos()
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/
H A Dbgtask_framework_abnormal_unit_test.cpp453 …EXPECT_EQ(backgroundTaskMgrProxy.GetEfficiencyResourcesInfos(appList, procList), ERR_BGTASK_PARCEL…
457 …EXPECT_EQ(backgroundTaskMgrProxy.GetEfficiencyResourcesInfos(appList, procList), ERR_BGTASK_TRANSA…
461 …EXPECT_EQ(backgroundTaskMgrProxy.GetEfficiencyResourcesInfos(appList, procList), ERR_BGTASK_TRANSA…
464 …EXPECT_EQ(backgroundTaskMgrProxy.GetEfficiencyResourcesInfos(appList, procList), ERR_BGTASK_TRANSA…
H A Dbgtask_framework_unit_test.cpp297 …EXPECT_EQ(DelayedSingleton<BackgroundTaskManager>::GetInstance()->GetEfficiencyResourcesInfos(appL…
300 …EXPECT_EQ(DelayedSingleton<BackgroundTaskManager>::GetInstance()->GetEfficiencyResourcesInfos(appL…
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/
H A Dbackground_task_mgr_helper.h111 …static ErrCode GetEfficiencyResourcesInfos(std::vector<std::shared_ptr<ResourceCallbackInfo>> &app…
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_manager.cpp230 ErrCode BackgroundTaskManager::GetEfficiencyResourcesInfos(std::vector<std::shared_ptr<ResourceCall… in GetEfficiencyResourcesInfos() function in OHOS::BackgroundTaskMgr::BackgroundTaskManager
236 return proxy_->GetEfficiencyResourcesInfos(appList, procList); in GetEfficiencyResourcesInfos()
H A Dbackground_task_mgr_stub.cpp420 ErrCode result = GetEfficiencyResourcesInfos(appInfos, procInfos); in HandleGetEfficiencyResourcesInfos()
H A Dbackground_task_mgr_proxy.cpp588 ErrCode BackgroundTaskMgrProxy::GetEfficiencyResourcesInfos(std::vector<std::shared_ptr< in GetEfficiencyResourcesInfos() function in OHOS::BackgroundTaskMgr::BackgroundTaskMgrProxy
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/include/
H A Dbackground_task_manager.h167 ErrCode GetEfficiencyResourcesInfos(std::vector<std::shared_ptr<ResourceCallbackInfo>> &appList,
H A Dibackground_task_mgr.h169 …virtual ErrCode GetEfficiencyResourcesInfos(std::vector<std::shared_ptr<ResourceCallbackInfo>> &ap…
H A Dbackground_task_mgr_proxy.h161 ErrCode GetEfficiencyResourcesInfos(std::vector<std::shared_ptr<ResourceCallbackInfo>> &appList,
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/bgtask_manager_abnormal_unit_test/
H A Dbgtask_manager_abnormal_unit_test.cpp71 …EXPECT_EQ(BackgroundTaskMgrService_->GetEfficiencyResourcesInfos(list3, list4), ERR_BGTASK_PERMISS…
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/core/src/
H A Dbackground_task_mgr_service.cpp248 ErrCode BackgroundTaskMgrService::GetEfficiencyResourcesInfos( in GetEfficiencyResourcesInfos() function in OHOS::BackgroundTaskMgr::BackgroundTaskMgrService
256 …return DelayedSingleton<BgEfficiencyResourcesMgr>::GetInstance()->GetEfficiencyResourcesInfos(appL… in GetEfficiencyResourcesInfos()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/core/include/
H A Dbackground_task_mgr_service.h79 ErrCode GetEfficiencyResourcesInfos(std::vector<std::shared_ptr<ResourceCallbackInfo>> &appList,
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dbackground_task_observer.cpp111 …ErrCode result = BackgroundTaskMgr::BackgroundTaskMgrHelper::GetEfficiencyResourcesInfos(appList, … in GetEfficiencyResourcesTaskApps()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/include/
H A Dbg_efficiency_resources_mgr.h55 ErrCode GetEfficiencyResourcesInfos(std::vector<std::shared_ptr<ResourceCallbackInfo>> &appList,
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbg_efficiency_resources_mgr_test.cpp502 bgEfficiencyResourcesMgr_->GetEfficiencyResourcesInfos(appList, procList);
518 bgEfficiencyResourcesMgr_->GetEfficiencyResourcesInfos(appList, procList);
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/bgtask_manager_client_test/
H A Dbgtask_client_unit_test.cpp328 EXPECT_EQ(BackgroundTaskMgrHelper::GetEfficiencyResourcesInfos(appList, procList), ERR_OK);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/
H A Dbg_efficiency_resources_mgr.cpp759 ErrCode BgEfficiencyResourcesMgr::GetEfficiencyResourcesInfos(std::vector<std::shared_ptr< in GetEfficiencyResourcesInfos() function in OHOS::BackgroundTaskMgr::BgEfficiencyResourcesMgr
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp456 …ErrCode result = BackgroundTaskMgr::BackgroundTaskMgrHelper::GetEfficiencyResourcesInfos(appList, … in QueryResAppliedUid()