Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/identity/common/
DIdentityCredential.cpp817 entryValue_.resize(0); in startRetrieveEntryValue()
853 entryValue_.insert(entryValue_.end(), content.value().begin(), in retrieveEntryValue()
857 auto [entryValueItem, _, message] = cppbor::parse(entryValue_); in retrieveEntryValue()
DIdentityCredential.h146 vector<uint8_t> entryValue_; variable