Home
last modified time | relevance | path

Searched refs:appInfoList (Results 1 - 5 of 5) sorted by relevance

/foundation/resourceschedule/device_standby/services/test/unittest/mock/
H A Dmock_standby_helper_unit_test.cpp90 std::vector<std::shared_ptr<OHOS::BackgroundTaskMgr::TransientTaskAppInfo>> appInfoList; in HWTEST_F() local
91 BackgroundTaskHelper::GetInstance()->GetTransientTaskApps(appInfoList); in HWTEST_F()
/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_helper_unit_test.cpp93 std::vector<std::shared_ptr<OHOS::BackgroundTaskMgr::TransientTaskAppInfo>> appInfoList; in HWTEST_F() local
94 BackgroundTaskHelper::GetInstance()->GetTransientTaskApps(appInfoList); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_manager.cpp146 auto appInfoList = appRecord->GetAppInfoList(); in CheckAppRunningRecordIsExist() local
148 "appInfoList: %{public}zu, processName: %{public}s, specifiedProcessFlag: %{public}s", in CheckAppRunningRecordIsExist()
149 appInfoList.size(), appRecord->GetProcessName().c_str(), specifiedProcessFlag.c_str()); in CheckAppRunningRecordIsExist()
154 auto appInfoIter = std::find_if(appInfoList.begin(), appInfoList.end(), isExist); in CheckAppRunningRecordIsExist()
155 if (appInfoIter == appInfoList.end()) { in CheckAppRunningRecordIsExist()
289 auto appInfoList = appRecord->GetAppInfoList(); in ProcessExitByBundleName() local
293 auto iter = std::find_if(appInfoList.begin(), appInfoList.end(), isExist); in ProcessExitByBundleName()
294 if (iter == appInfoList in ProcessExitByBundleName()
338 auto appInfoList = appRecord->GetAppInfoList(); ProcessUpdateApplicationInfoInstalled() local
358 auto appInfoList = appRecord->GetAppInfoList(); ProcessExitByBundleNameAndUid() local
387 auto appInfoList = appRecord->GetAppInfoList(); GetPidsByBundleNameUserIdAndAppIndex() local
[all...]
H A Dapp_running_record.cpp389 std::list<std::shared_ptr<ApplicationInfo>> appInfoList; in GetAppInfoList() local
392 appInfoList.push_back(item.second); in GetAppInfoList()
394 return appInfoList; in GetAppInfoList()
H A Dapp_mgr_service_inner.cpp2968 auto appInfoList = appRecord->GetAppInfoList(); in WrapAppProcessData() local
2969 for (const auto &list : appInfoList) { in WrapAppProcessData()
6374 auto appInfoList = appRecord->GetAppInfoList(); in NotifyAppFaultBySA() local
6375 for (const auto &appInfo : appInfoList) { in NotifyAppFaultBySA()

Completed in 21 milliseconds