Home
last modified time | relevance | path

Searched refs:procList (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dbackground_task_observer.cpp110 std::vector<std::shared_ptr<BackgroundTaskMgr::ResourceCallbackInfo>> procList; in GetEfficiencyResourcesTaskApps() local
111 …esult = BackgroundTaskMgr::BackgroundTaskMgrHelper::GetEfficiencyResourcesInfos(appList, procList); in GetEfficiencyResourcesTaskApps()
126 for (auto& info : procList) { in GetEfficiencyResourcesTaskApps()
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/
H A Dbackground_task_mgr_helper.cpp80 ResourceCallbackInfo>> &appList, std::vector<std::shared_ptr<ResourceCallbackInfo>> &procList) in GetEfficiencyResourcesInfos() argument
82 …yedSingleton<BackgroundTaskManager>::GetInstance()->GetEfficiencyResourcesInfos(appList, procList); in GetEfficiencyResourcesInfos()
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/
H A Dbgtask_framework_abnormal_unit_test.cpp449 std::vector<std::shared_ptr<ResourceCallbackInfo>> procList; variable
453 …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.cpp296 std::vector<std::shared_ptr<ResourceCallbackInfo>> procList; variable
297 …yedSingleton<BackgroundTaskManager>::GetInstance()->GetEfficiencyResourcesInfos(appList, procList),
300 …yedSingleton<BackgroundTaskManager>::GetInstance()->GetEfficiencyResourcesInfos(appList, procList),
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbg_efficiency_resources_mgr_test.cpp501 std::vector<std::shared_ptr<ResourceCallbackInfo>> procList {}; variable
502 bgEfficiencyResourcesMgr_->GetEfficiencyResourcesInfos(appList, procList);
504 EXPECT_EQ((int32_t)procList.size(), 0);
518 bgEfficiencyResourcesMgr_->GetEfficiencyResourcesInfos(appList, procList);
520 EXPECT_EQ((int32_t)procList.size(), 1);
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/
H A Dbackground_task_mgr_helper.h112 std::vector<std::shared_ptr<ResourceCallbackInfo>> &procList);
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_manager.cpp231 std::vector<std::shared_ptr<ResourceCallbackInfo>> &procList) in GetEfficiencyResourcesInfos() argument
236 return proxy_->GetEfficiencyResourcesInfos(appList, procList); in GetEfficiencyResourcesInfos()
H A Dbackground_task_mgr_proxy.cpp589 ResourceCallbackInfo>> &appList, std::vector<std::shared_ptr<ResourceCallbackInfo>> &procList) in GetEfficiencyResourcesInfos() argument
631 procList.emplace_back(info); in GetEfficiencyResourcesInfos()
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/include/
H A Dbackground_task_manager.h168 std::vector<std::shared_ptr<ResourceCallbackInfo>> &procList);
H A Dibackground_task_mgr.h170 std::vector<std::shared_ptr<ResourceCallbackInfo>> &procList) = 0;
H A Dbackground_task_mgr_proxy.h162 std::vector<std::shared_ptr<ResourceCallbackInfo>> &procList) override;
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/core/src/
H A Dbackground_task_mgr_service.cpp250 std::vector<std::shared_ptr<ResourceCallbackInfo>> &procList) in GetEfficiencyResourcesInfos() argument
256 …Singleton<BgEfficiencyResourcesMgr>::GetInstance()->GetEfficiencyResourcesInfos(appList, procList); in GetEfficiencyResourcesInfos()
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp158 static void SortProcList(vector<ProcStatsRsp>& vp, const ProcStatsRsp* procList, int num) in SortProcList() argument
160 SortByLens(vp, procList, num); in SortProcList()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/core/include/
H A Dbackground_task_mgr_service.h80 std::vector<std::shared_ptr<ResourceCallbackInfo>> &procList) override;
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/include/
H A Dbg_efficiency_resources_mgr.h56 std::vector<std::shared_ptr<ResourceCallbackInfo>> &procList);
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/bgtask_manager_client_test/
H A Dbgtask_client_unit_test.cpp327 std::vector<std::shared_ptr<ResourceCallbackInfo>> procList; variable
328 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.cpp760 ResourceCallbackInfo>> &appList, std::vector<std::shared_ptr<ResourceCallbackInfo>> &procList) in GetEfficiencyResourcesInfos() argument
762 handler_->PostSyncTask([this, &appList, &procList]() { in GetEfficiencyResourcesInfos()
764 this->GetEfficiencyResourcesInfosInner(procResourceApplyMap_, procList); in GetEfficiencyResourcesInfos()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp455 std::vector<std::shared_ptr<BackgroundTaskMgr::ResourceCallbackInfo>> procList; in QueryResAppliedUid() local
456 …esult = BackgroundTaskMgr::BackgroundTaskMgrHelper::GetEfficiencyResourcesInfos(appList, procList); in QueryResAppliedUid()
467 for (const auto& info : procList) { in QueryResAppliedUid()