Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/hardware/interfaces/identity/aidl/default/common/
H A 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()
H A DIdentityCredential.h145 vector<unsigned int> expectedNumEntriesPerNamespace_; variable