Home
last modified time | relevance | path

Searched refs:allProfiles (Results 1 – 1 of 1) sorted by relevance

/system/security/identity/
DCredential.cpp186 const vector<SecureAccessControlProfile>& allProfiles = data_->getSecureAccessControlProfiles(); in getEntries() local
192 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()