Searched refs:namespaceName (Results 1 – 7 of 7) sorted by relevance
/system/security/identity/ |
D | CredentialData.h | 83 void addEntryData(const string& namespaceName, const string& entryName, const EntryData& data); 103 bool hasEntryData(const string& namespaceName, const string& entryName) const; 105 optional<EntryData> getEntryData(const string& namespaceName, const string& entryName) const;
|
D | Credential.cpp | 205 if (data_->hasEntryData(rns.namespaceName, rep.name)) { in getEntries() 209 optional<EntryData> data = data_->getEntryData(rns.namespaceName, rep.name); in getEntries() 214 << rns.namespaceName << ": " << rep.name; in getEntries() 352 ns.namespaceName = rns.namespaceName; in getEntries() 354 optional<EntryData> entryData = data_->getEntryData(rns.namespaceName, rep.name); in getEntries() 403 resultNamespaceParcel.namespaceName = rns.namespaceName; in getEntries() 409 optional<EntryData> data = data_->getEntryData(rns.namespaceName, rep.name); in getEntries() 417 halBinder_->startRetrieveEntryValue(rns.namespaceName, rep.name, data.value().size, in getEntries()
|
D | CredentialData.cpp | 71 void CredentialData::addEntryData(const string& namespaceName, const string& entryName, in addEntryData() argument 73 idToEncryptedChunks_[namespaceName + ":" + entryName] = data; in addEntryData() 427 bool CredentialData::hasEntryData(const string& namespaceName, const string& entryName) const { in hasEntryData() argument 428 string id = namespaceName + ":" + entryName; in hasEntryData() 436 optional<EntryData> CredentialData::getEntryData(const string& namespaceName, in getEntryData() argument 438 string id = namespaceName + ":" + entryName; in getEntryData()
|
D | WritableCredential.cpp | 136 dataMap.add(ensParcel.namespaceName, std::move(entriesArray)); in calcExpectedProofOfProvisioningSize() 212 status = halBinder_->beginAddEntry(ids, ensParcel.namespaceName, eParcel.name, in personalize() 231 data.addEntryData(ensParcel.namespaceName, eParcel.name, eData); in personalize()
|
/system/security/identity/binder/android/security/identity/ |
D | EntryNamespaceParcel.aidl | 25 @utf8InCpp String namespaceName;
|
D | ResultNamespaceParcel.aidl | 25 @utf8InCpp String namespaceName;
|
D | RequestNamespaceParcel.aidl | 25 @utf8InCpp String namespaceName;
|