Searched refs:cborPretty (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/identity/aidl/vts/ |
D | VtsHalIdentityEndToEndTest.cpp | 175 string cborPretty; in TEST_P() local 220 cborPretty = support::cborPrettyPrint(proofOfProvisioning.value(), 32, {"readerCertificate"}); in TEST_P() 267 cborPretty); in TEST_P() 334 cborPretty = support::cborPrettyPrint(itemsRequestBytes, 32, {"EphemeralPublicKey"}); in TEST_P() 349 cborPretty); in TEST_P() 423 cborPretty = support::cborPrettyPrint(deviceNameSpacesBytes, 32, {}); in TEST_P() 437 cborPretty); in TEST_P() 484 cborPretty = support::cborPrettyPrint(deviceNameSpacesBytes, 32, {}); in TEST_P() 485 ASSERT_EQ("{}", cborPretty); in TEST_P() 510 cborPretty = support::cborPrettyPrint(deviceNameSpacesBytes, 32, {}); in TEST_P() [all …]
|
D | VtsIWritableIdentityCredentialTests.cpp | 331 string cborPretty = in TEST_P() local 356 cborPretty); in TEST_P() 440 string cborPretty = support::cborPrettyPrint(proofOfProvisioning.value(), in TEST_P() local 515 cborPretty); in TEST_P()
|