Searched refs:cborPretty (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/identity/aidl/vts/ |
D | DeleteCredentialTests.cpp | 129 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()
|
D | EndToEndTests.cpp | 188 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 …]
|
D | UpdateCredentialTests.cpp | 117 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()
|
D | ProveOwnershipTests.cpp | 134 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()
|
D | AuthenticationKeyTests.cpp | 121 string cborPretty = cppbor::prettyPrint(proofOfProvisioning.value(), 32, {}); in TEST_P() local 142 cborPretty); in TEST_P()
|
D | TestCredentialTests.cpp | 117 string cborPretty = cppbor::prettyPrint(proofOfProvisioning.value(), 32, {}); in TEST_P() local 138 cborPretty); in TEST_P()
|
D | VtsIWritableIdentityCredentialTests.cpp | 341 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()
|