Searched refs:allProfiles (Results 1 – 1 of 1) sorted by relevance
288 const vector<SecureAccessControlProfile>& allProfiles = data->getSecureAccessControlProfiles(); in getEntries() local294 for (const SecureAccessControlProfile& profile : allProfiles) { in getEntries()331 for (size_t n = 0; n < allProfiles.size(); n++) { in getEntries()332 if (includeProfile[allProfiles[n].id]) { in getEntries()333 selectedProfiles.push_back(allProfiles[n]); in getEntries()