Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/identity/common/
DIdentityCredential.cpp559 for (size_t n = 0; n < expectedNumEntriesPerNamespace_.size(); n++) { in startRetrieval()
560 if (expectedNumEntriesPerNamespace_[n] > 0) { in startRetrieval()
694 expectedNumEntriesPerNamespace_ = numEntriesPerNamespace; in calcDeviceNameSpacesSize()
770 if (expectedNumEntriesPerNamespace_.size() == 0) { in startRetrieveEntryValue()
775 newNamespaceNumEntries = expectedNumEntriesPerNamespace_[0]; in startRetrieveEntryValue()
776 expectedNumEntriesPerNamespace_.erase( in startRetrieveEntryValue()
777 expectedNumEntriesPerNamespace_.begin()); in startRetrieveEntryValue()
DIdentityCredential.h139 vector<unsigned int> expectedNumEntriesPerNamespace_; variable