Home
last modified time | relevance | path

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

/system/security/identity/
DCredentialData.h104 bool hasEntryData(const string& namespaceName, const string& entryName) const;
DCredentialData.cpp449 bool CredentialData::hasEntryData(const string& namespaceName, const string& entryName) const { in hasEntryData() function in android::security::identity::CredentialData
DCredential.cpp307 if (data->hasEntryData(rns.namespaceName, rep.name)) { in getEntries()