Home
last modified time | relevance | path

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

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