Home
last modified time | relevance | path

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

/system/security/identity/binder/android/security/identity/
DEntryParcel.aidl25 int[] accessControlProfileIds;
/system/security/identity/
DCredentialData.cpp108 for (int32_t id : entryData.accessControlProfileIds) { in saveToDisk()
203 vector<int32_t> accessControlProfileIds; in parseAccessControlProfileIds() local
210 accessControlProfileIds.push_back(itemInt->value()); in parseAccessControlProfileIds()
212 return accessControlProfileIds; in parseAccessControlProfileIds()
337 optional<vector<int32_t>> accessControlProfileIds = in loadFromDisk() local
339 if (!accessControlProfileIds) { in loadFromDisk()
353 data.accessControlProfileIds = accessControlProfileIds.value(); in loadFromDisk()
DWritableCredential.cpp130 for (int32_t id : eParcel.accessControlProfileIds) { in calcExpectedProofOfProvisioningSize()
209 std::copy(eParcel.accessControlProfileIds.begin(), in personalize()
210 eParcel.accessControlProfileIds.end(), std::back_inserter(ids)); in personalize()
229 eData.accessControlProfileIds = std::move(ids); in personalize()
DCredential.cpp211 for (int32_t id : data.value().accessControlProfileIds) { in getEntries()
359 di.accessControlProfileIds = entryData.value().accessControlProfileIds; in getEntries()
418 data.value().accessControlProfileIds); in getEntries()
DCredentialData.h49 vector<int32_t> accessControlProfileIds; member