Home
last modified time | relevance | path

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

/system/security/identity/
DCredentialData.cpp102 for (auto const& [nsAndName, entryData] : idToEncryptedChunks_) { in saveToDisk()
104 for (const vector<uint8_t>& encryptedChunk : entryData.encryptedChunks) { in saveToDisk()
108 entryDataArray.add(entryData.size); in saveToDisk()
110 for (int32_t id : entryData.accessControlProfileIds) { in saveToDisk()
DCredential.cpp451 optional<EntryData> entryData = data->getEntryData(rns.namespaceName, rep.name); in getEntries() local
452 if (entryData) { in getEntries()
455 di.size = entryData.value().size; in getEntries()
456 di.accessControlProfileIds = entryData.value().accessControlProfileIds; in getEntries()