Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/vts/
DDeleteCredentialTests.cpp129 string cborPretty = cppbor::prettyPrint(proofOfDeletion.value(), 32, {}); in TEST_P() local
130 EXPECT_EQ("['ProofOfDeletion', 'org.iso.18013-5.2019.mdl', true, ]", cborPretty); in TEST_P()
156 string cborPretty = cppbor::prettyPrint(proofOfDeletion.value(), 32, {}); in TEST_P() local
158 cborPretty); in TEST_P()
DEndToEndTests.cpp188 string cborPretty; in TEST_P() local
234 cborPretty = cppbor::prettyPrint(proofOfProvisioning.value(), 32, {"readerCertificate"}); in TEST_P()
281 cborPretty); in TEST_P()
356 cborPretty = cppbor::prettyPrint(itemsRequestBytes, 32, {"EphemeralPublicKey"}); in TEST_P()
371 cborPretty); in TEST_P()
446 cborPretty = cppbor::prettyPrint(deviceNameSpacesEncoded, 32, {}); in TEST_P()
460 cborPretty); in TEST_P()
490 cborPretty = cppbor::prettyPrint(deviceNameSpacesEncoded, 32, {}); in TEST_P()
491 ASSERT_EQ("{}", cborPretty); in TEST_P()
512 cborPretty = cppbor::prettyPrint(deviceNameSpacesEncoded, 32, {}); in TEST_P()
[all …]
DUpdateCredentialTests.cpp117 string cborPretty = cppbor::prettyPrint(proofOfProvisioning.value(), 32, {}); in provisionData() local
138 cborPretty); in provisionData()
198 string cborPretty = cppbor::prettyPrint(proofOfProvisioning.value(), 32, {}); in TEST_P() local
219 cborPretty); in TEST_P()
DProveOwnershipTests.cpp134 string cborPretty = cppbor::prettyPrint(proofOfOwnership.value(), 32, {}); in TEST_P() local
135 EXPECT_EQ("['ProofOfOwnership', 'org.iso.18013-5.2019.mdl', {0x11, 0x12}, true, ]", cborPretty); in TEST_P()
DAuthenticationKeyTests.cpp121 string cborPretty = cppbor::prettyPrint(proofOfProvisioning.value(), 32, {}); in TEST_P() local
142 cborPretty); in TEST_P()
DTestCredentialTests.cpp117 string cborPretty = cppbor::prettyPrint(proofOfProvisioning.value(), 32, {}); in TEST_P() local
138 cborPretty); in TEST_P()
DVtsIWritableIdentityCredentialTests.cpp341 string cborPretty = cppbor::prettyPrint(proofOfProvisioning.value(), 32, {"readerCertificate"}); in TEST_P() local
365 cborPretty); in TEST_P()
451 string cborPretty = cppbor::prettyPrint(proofOfProvisioning.value(), in TEST_P() local
526 cborPretty); in TEST_P()