Searched refs:allProfiles (Results 1 – 1 of 1) sorted by relevance
186 const vector<SecureAccessControlProfile>& allProfiles = data_->getSecureAccessControlProfiles(); in getEntries() local192 for (const SecureAccessControlProfile& profile : allProfiles) { in getEntries()229 for (size_t n = 0; n < allProfiles.size(); n++) { in getEntries()230 if (includeProfile[allProfiles[n].id]) { in getEntries()231 selectedProfiles.push_back(allProfiles[n]); in getEntries()