/ohos5.0/foundation/communication/nfc/services/src/utils/ |
H A D | app_state_observer.cpp | 165 std::vector<AppExecFwk::AppStateData> appList; in IsForegroundApp() local 166 appMgrProxy_->GetForegroundApplications(appList); in IsForegroundApp() 167 for (AppExecFwk::AppStateData appData : appList) { in IsForegroundApp()
|
/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/ |
H A D | memory_level_manager_test.cpp | 110 std::vector<std::shared_ptr<AppEntity>> appList; variable 111 bool ret = MemoryLevelManager::GetInstance().CalcReclaimAppList(appList);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | background_task_observer.cpp | 109 std::vector<std::shared_ptr<BackgroundTaskMgr::ResourceCallbackInfo>> appList; in GetEfficiencyResourcesTaskApps() local 111 …esult = BackgroundTaskMgr::BackgroundTaskMgrHelper::GetEfficiencyResourcesInfos(appList, procList); in GetEfficiencyResourcesTaskApps() 118 for (auto& info : appList) { in GetEfficiencyResourcesTaskApps()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/ |
H A D | fold_app_usage_event_factory.cpp | 127 std::vector<AppExecFwk::AppStateData> appList; in GetForegroundAppNames() local 128 int ret = appMgrProxy->GetForegroundApplications(appList); in GetForegroundAppNames() 130 for (const auto &appData : appList) { in GetForegroundAppNames()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/ |
H A D | background_task_mgr_helper.cpp | 80 ResourceCallbackInfo>> &appList, std::vector<std::shared_ptr<ResourceCallbackInfo>> &procList) in GetEfficiencyResourcesInfos() 82 …yedSingleton<BackgroundTaskManager>::GetInstance()->GetEfficiencyResourcesInfos(appList, procList); in GetEfficiencyResourcesInfos()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/standard/ |
H A D | access_control.cpp | 204 std::vector<AppExecFwk::AppStateData> appList; in GetForegroundApplications() local 205 int32_t ret = g_appMgrProxy->GetForegroundApplications(appList); in GetForegroundApplications() 211 for (auto &item : appList) { in GetForegroundApplications()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/app_network_speed_limit/ |
H A D | app_network_speed_limit_service.cpp | 138 …eedLimitService::GetAppList(std::vector<AppExecFwk::RunningProcessInfo> &appList, bool getFgAppFla… in GetAppList() argument 149 appList.push_back(*iter); in GetAppList() 155 appList.push_back(*iter); in GetAppList()
|
H A D | app_network_speed_limit_service.h | 45 ErrCode GetAppList(std::vector<AppExecFwk::RunningProcessInfo> &appList, bool getFgAppFlag);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/ |
H A D | bgtask_framework_abnormal_unit_test.cpp | 448 std::vector<std::shared_ptr<ResourceCallbackInfo>> appList; 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 D | bgtask_framework_unit_test.cpp | 295 std::vector<std::shared_ptr<ResourceCallbackInfo>> appList; variable 297 …yedSingleton<BackgroundTaskManager>::GetInstance()->GetEfficiencyResourcesInfos(appList, procList), 300 …yedSingleton<BackgroundTaskManager>::GetInstance()->GetEfficiencyResourcesInfos(appList, procList),
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/memory_level_manager/ |
H A D | memory_level_manager.cpp | 86 bool MemoryLevelManager::CalcReclaimAppList(std::vector<std::shared_ptr<AppEntity>> &appList) in CalcReclaimAppList() argument 93 appList.push_back(app); in CalcReclaimAppList()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/ |
H A D | bg_efficiency_resources_mgr_test.cpp | 500 std::vector<std::shared_ptr<ResourceCallbackInfo>> appList {}; variable 502 bgEfficiencyResourcesMgr_->GetEfficiencyResourcesInfos(appList, procList); 503 EXPECT_EQ((int32_t)appList.size(), 0); 518 bgEfficiencyResourcesMgr_->GetEfficiencyResourcesInfos(appList, procList); 519 EXPECT_EQ((int32_t)appList.size(), 1);
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/memory_level_manager/ |
H A D | memory_level_manager.h | 46 bool CalcReclaimAppList(std::vector<std::shared_ptr<AppEntity>> &appList);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/ |
H A D | background_task_mgr_helper.h | 111 …ic ErrCode GetEfficiencyResourcesInfos(std::vector<std::shared_ptr<ResourceCallbackInfo>> &appList,
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/ |
H A D | background_task_manager.cpp | 230 …skManager::GetEfficiencyResourcesInfos(std::vector<std::shared_ptr<ResourceCallbackInfo>> &appList, in GetEfficiencyResourcesInfos() argument 236 return proxy_->GetEfficiencyResourcesInfos(appList, procList); in GetEfficiencyResourcesInfos()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/include/ |
H A D | background_task_manager.h | 167 ErrCode GetEfficiencyResourcesInfos(std::vector<std::shared_ptr<ResourceCallbackInfo>> &appList,
|
H A D | ibackground_task_mgr.h | 169 …al ErrCode GetEfficiencyResourcesInfos(std::vector<std::shared_ptr<ResourceCallbackInfo>> &appList,
|
H A D | background_task_mgr_proxy.h | 161 ErrCode GetEfficiencyResourcesInfos(std::vector<std::shared_ptr<ResourceCallbackInfo>> &appList,
|
/ohos5.0/docs/zh-cn/application-dev/key-features/multi-device-app-dev/ |
H A D | adaptive-layout.md | 518 readonly appList: number [] = [0, 1, 2, 3, 4, 5, 6, 7] 537 ForEach(this.appList, (item:number) => { 582 @State appList: number [] = [0, 1, 2, 3, 4, 5, 6, 7] 601 ForEach(this.appList, () => {
|
H A D | appgallery-home-page.md | 332 const appList:AppItem[] = [ 387 export { entranceIcons, appList, gameList } 623 import { appList, gameList } from '../model/HomeData'; 641 IndexApps({ title: $r('app.string.boutique_application'), apps: appList })
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/core/src/ |
H A D | background_task_mgr_service.cpp | 249 std::vector<std::shared_ptr<ResourceCallbackInfo>> &appList, in GetEfficiencyResourcesInfos() argument 256 …Singleton<BgEfficiencyResourcesMgr>::GetInstance()->GetEfficiencyResourcesInfos(appList, procList); in GetEfficiencyResourcesInfos()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/core/include/ |
H A D | background_task_mgr_service.h | 79 ErrCode GetEfficiencyResourcesInfos(std::vector<std::shared_ptr<ResourceCallbackInfo>> &appList,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/ |
H A D | hgm_command.h | 130 std::unordered_map<std::string, std::string> appList; member
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/include/ |
H A D | bg_efficiency_resources_mgr.h | 55 ErrCode GetEfficiencyResourcesInfos(std::vector<std::shared_ptr<ResourceCallbackInfo>> &appList,
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/bgtask_manager_client_test/ |
H A D | bgtask_client_unit_test.cpp | 326 std::vector<std::shared_ptr<ResourceCallbackInfo>> appList; variable 328 EXPECT_EQ(BackgroundTaskMgrHelper::GetEfficiencyResourcesInfos(appList, procList), ERR_OK);
|