Searched refs:foregroundAppList (Results 1 – 2 of 2) sorted by relevance
167 std::vector<AppExecFwk::AppStateData> foregroundAppList; in CheckForegroundApplication() local168 iAppManager->GetForegroundApplications(foregroundAppList); in CheckForegroundApplication()169 …auto it = std::find_if(foregroundAppList.begin(), foregroundAppList.end(), [bundleName] (auto fore… in CheckForegroundApplication()172 if (it == foregroundAppList.end()) { in CheckForegroundApplication()
436 std::vector<AppExecFwk::AppStateData> foregroundAppList; in IsAppBackground() local437 iAppManager->GetForegroundApplications(foregroundAppList); in IsAppBackground()438 …auto it = std::find_if(foregroundAppList.begin(), foregroundAppList.end(), [bundleName] (auto fore… in IsAppBackground()441 if (it != foregroundAppList.end()) { in IsAppBackground()