Home
last modified time | relevance | path

Searched refs:docTypeItem (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/identity/aidl/vts/
H A DTestCredentialTests.cpp150 const cppbor::Tstr* docTypeItem = (*arrayItem)[0]->asTstr(); in TEST_P() local
154 EXPECT_EQ(docTypeItem->value(), docType); in TEST_P()
H A DEndToEndTests.cpp91 const cppbor::Tstr* docTypeItem = (*arrayItem)[0]->asTstr(); in extractFromTestCredentialData() local
96 if (docTypeItem == nullptr || testCredentialItem == nullptr || in extractFromTestCredentialData()
101 docType = docTypeItem->value(); in extractFromTestCredentialData()
/aosp12/hardware/interfaces/identity/aidl/default/common/
H A DIdentityCredential.cpp60 const cppbor::Tstr* docTypeItem = (*arrayItem)[0]->asTstr(); in initialize() local
65 if (docTypeItem == nullptr || testCredentialItem == nullptr || in initialize()
71 docType_ = docTypeItem->value(); in initialize()