Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/identity/support/tests/
H A DIdentityCredentialSupportTest.cpp607 const cppbor::SemanticTag* deviceNameSpacesBytes = in TEST() local
609 ASSERT_NE(deviceNameSpacesBytes, nullptr); in TEST()
610 ASSERT_EQ(deviceNameSpacesBytes->semanticTag(), 24); in TEST()
611 const cppbor::Bstr* deviceNameSpacesBstr = deviceNameSpacesBytes->asBstr(); in TEST()