Searched refs:foreGroundAppList (Results 1 – 2 of 2) sorted by relevance
335 std::vector<AppStateData> foreGroundAppList; in IsAllowGrantTempPermission() local336 AppManagerAccessClient::GetInstance().GetForegroundApplications(foreGroundAppList); in IsAllowGrantTempPermission()337 if (std::any_of(foreGroundAppList.begin(), foreGroundAppList.end(), in IsAllowGrantTempPermission()
1482 std::vector<AppStateData> foreGroundAppList; in GetAppStatus() local1483 AppManagerAccessClient::GetInstance().GetForegroundApplications(foreGroundAppList); in GetAppStatus()1484 if (std::any_of(foreGroundAppList.begin(), foreGroundAppList.end(), in GetAppStatus()