Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/default/common/
DIdentityCredential.cpp602 for (size_t n = 0; n < expectedNumEntriesPerNamespace_.size(); n++) { in startRetrieval()
603 if (expectedNumEntriesPerNamespace_[n] > 0) { in startRetrieval()
749 expectedNumEntriesPerNamespace_ = numEntriesPerNamespace; in calcDeviceNameSpacesSize()
828 if (expectedNumEntriesPerNamespace_.size() == 0) { in startRetrieveEntryValue()
833 newNamespaceNumEntries = expectedNumEntriesPerNamespace_[0]; in startRetrieveEntryValue()
834 expectedNumEntriesPerNamespace_.erase(expectedNumEntriesPerNamespace_.begin()); in startRetrieveEntryValue()
DIdentityCredential.h141 vector<unsigned int> expectedNumEntriesPerNamespace_; variable