Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/default/common/
DIdentityCredential.cpp601 for (size_t n = 0; n < expectedNumEntriesPerNamespace_.size(); n++) { in startRetrieval()
602 if (expectedNumEntriesPerNamespace_[n] > 0) { in startRetrieval()
751 expectedNumEntriesPerNamespace_ = numEntriesPerNamespace; in calcDeviceNameSpacesSize()
830 if (expectedNumEntriesPerNamespace_.size() == 0) { in startRetrieveEntryValue()
835 newNamespaceNumEntries = expectedNumEntriesPerNamespace_[0]; in startRetrieveEntryValue()
836 expectedNumEntriesPerNamespace_.erase(expectedNumEntriesPerNamespace_.begin()); in startRetrieveEntryValue()
DIdentityCredential.h145 vector<unsigned int> expectedNumEntriesPerNamespace_; variable