Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/default/common/
DIdentityCredential.h152 vector<uint8_t> entryValue_; variable
DIdentityCredential.cpp875 entryValue_.resize(0); in startRetrieveEntryValue()
913 entryValue_.insert(entryValue_.end(), content.value().begin(), content.value().end()); in retrieveEntryValue()
916 auto [entryValueItem, _, message] = cppbor::parse(entryValue_); in retrieveEntryValue()