Home
last modified time | relevance | path

Searched refs:TSTR (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/identity/support/include/cppbor/
DREADME.md161 encodeHeader(TSTR, s.size(), iter);
166 encodeHeader(TSTR, foo.size(), iter);
169 encodeHeader(TSTR, foo.size(), iter);
Dcppbor.h33 TSTR = 3 << 5, enumerator
340 static constexpr MajorType kMajorType = TSTR;
/hardware/interfaces/identity/support/src/
Dcppbor.cpp116 case TSTR: in operator ==()
Dcppbor_parse.cpp237 case TSTR: in parseRecursively()
DIdentityCredentialSupport.cpp232 case cppbor::TSTR: in cborPrettyPrintInternal()
286 if (map_key->type() == cppbor::TSTR && in cborPrettyPrintInternal()
/hardware/interfaces/identity/support/tests/
Dcppbor_test.cpp590 EXPECT_EQ(TSTR, item->type()); in TEST()
935 ASSERT_EQ(arr[0]->type(), TSTR); in TEST()
/hardware/interfaces/identity/aidl/default/
DIdentityCredential.cpp425 if (keyItem->type() == cppbor::TSTR && keyItem->asTstr()->value() == "nameSpaces" && in startRetrieval()