Searched defs: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 156 string cborPretty = cppbor::prettyPrint(proofOfDeletion.value(), 32, {}); in TEST_P() local
|
D | UpdateCredentialTests.cpp | 117 string cborPretty = cppbor::prettyPrint(proofOfProvisioning.value(), 32, {}); in provisionData() local 198 string cborPretty = cppbor::prettyPrint(proofOfProvisioning.value(), 32, {}); in TEST_P() local
|
D | ProveOwnershipTests.cpp | 134 string cborPretty = cppbor::prettyPrint(proofOfOwnership.value(), 32, {}); in TEST_P() local
|
D | AuthenticationKeyTests.cpp | 121 string cborPretty = cppbor::prettyPrint(proofOfProvisioning.value(), 32, {}); in TEST_P() local
|
D | TestCredentialTests.cpp | 117 string cborPretty = cppbor::prettyPrint(proofOfProvisioning.value(), 32, {}); in TEST_P() local
|
D | VtsIWritableIdentityCredentialTests.cpp | 341 string cborPretty = cppbor::prettyPrint(proofOfProvisioning.value(), 32, {"readerCertificate"}); in TEST_P() local 451 string cborPretty = cppbor::prettyPrint(proofOfProvisioning.value(), in TEST_P() local
|
D | EndToEndTests.cpp | 188 string cborPretty; in TEST_P() local
|