Home
last modified time | relevance | path

Searched refs:asTstr (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/identity/support/src/
Dcppbor.cpp117 return *asTstr() == *(other.asTstr()); in operator ==()
DIdentityCredentialSupport.cpp236 out.append(item->asTstr()->value().c_str()); in cborPrettyPrintInternal()
288 map_key->asTstr()->value()) != mapKeysToNotPrint.end()) { in cborPrettyPrintInternal()
/hardware/interfaces/identity/support/tests/
Dcppbor_test.cpp560 EXPECT_EQ(nullptr, item->asTstr()); in TEST()
577 EXPECT_EQ(nullptr, item->asTstr()); in TEST()
594 EXPECT_NE(nullptr, item->asTstr()); in TEST()
600 EXPECT_EQ("hello"s, item->asTstr()->value()); in TEST()
611 EXPECT_EQ(nullptr, item->asTstr()); in TEST()
627 EXPECT_EQ(nullptr, item->asTstr()); in TEST()
646 EXPECT_EQ(nullptr, item->asTstr()); in TEST()
662 EXPECT_EQ(nullptr, item->asTstr()); in TEST()
936 EXPECT_EQ(arr[0]->asTstr()->value(), "hello"); in TEST()
/hardware/interfaces/identity/aidl/default/
DIdentityCredential.cpp58 const cppbor::Tstr* docTypeItem = (*arrayItem)[0]->asTstr(); in initialize()
425 if (keyItem->type() == cppbor::TSTR && keyItem->asTstr()->value() == "nameSpaces" && in startRetrieval()
439 const cppbor::Tstr* nsKey = nsKeyItem->asTstr(); in startRetrieval()
450 const cppbor::Tstr* nameItem = innerMapKeyItem->asTstr(); in startRetrieval()
/hardware/interfaces/identity/support/include/cppbor/
Dcppbor.h117 virtual const Tstr* asTstr() const { return nullptr; } in asTstr() function
366 const Tstr* asTstr() const override { return this; } in asTstr() function
/hardware/interfaces/identity/aidl/vts/
DVtsHalIdentityEndToEndTest.cpp88 const cppbor::Tstr* docTypeItem = (*arrayItem)[0]->asTstr(); in extractFromTestCredentialData()