Home
last modified time | relevance | path

Searched refs:appList (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/communication/nfc/services/src/utils/
H A Dapp_state_observer.cpp165 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 Dmemory_level_manager_test.cpp110 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 Dbackground_task_observer.cpp109 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 Dfold_app_usage_event_factory.cpp127 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 Dbackground_task_mgr_helper.cpp80 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 Daccess_control.cpp204 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 Dapp_network_speed_limit_service.cpp138 …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 Dapp_network_speed_limit_service.h45 ErrCode GetAppList(std::vector<AppExecFwk::RunningProcessInfo> &appList, bool getFgAppFlag);
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/
H A Dbgtask_framework_abnormal_unit_test.cpp448 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 Dbgtask_framework_unit_test.cpp295 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 Dmemory_level_manager.cpp86 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 Dbg_efficiency_resources_mgr_test.cpp500 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 Dmemory_level_manager.h46 bool CalcReclaimAppList(std::vector<std::shared_ptr<AppEntity>> &appList);
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/
H A Dbackground_task_mgr_helper.h111 …ic ErrCode GetEfficiencyResourcesInfos(std::vector<std::shared_ptr<ResourceCallbackInfo>> &appList,
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_manager.cpp230 …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 Dbackground_task_manager.h167 ErrCode GetEfficiencyResourcesInfos(std::vector<std::shared_ptr<ResourceCallbackInfo>> &appList,
H A Dibackground_task_mgr.h169 …al ErrCode GetEfficiencyResourcesInfos(std::vector<std::shared_ptr<ResourceCallbackInfo>> &appList,
H A Dbackground_task_mgr_proxy.h161 ErrCode GetEfficiencyResourcesInfos(std::vector<std::shared_ptr<ResourceCallbackInfo>> &appList,
/ohos5.0/docs/zh-cn/application-dev/key-features/multi-device-app-dev/
H A Dadaptive-layout.md518 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 Dappgallery-home-page.md332 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 Dbackground_task_mgr_service.cpp249 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 Dbackground_task_mgr_service.h79 ErrCode GetEfficiencyResourcesInfos(std::vector<std::shared_ptr<ResourceCallbackInfo>> &appList,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H A Dhgm_command.h130 std::unordered_map<std::string, std::string> appList; member
/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/interfaces/test/unittest/bgtask_manager_client_test/
H A Dbgtask_client_unit_test.cpp326 std::vector<std::shared_ptr<ResourceCallbackInfo>> appList; variable
328 EXPECT_EQ(BackgroundTaskMgrHelper::GetEfficiencyResourcesInfos(appList, procList), ERR_OK);

12