Home
last modified time | relevance | path

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

/system/security/identity/
DCredentialData.h103 bool hasEntryData(const string& namespaceName, const string& entryName) const;
DCredential.cpp205 if (data_->hasEntryData(rns.namespaceName, rep.name)) { in getEntries()
DCredentialData.cpp427 bool CredentialData::hasEntryData(const string& namespaceName, const string& entryName) const { in hasEntryData() function in android::security::identity::CredentialData