Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/vts/
DUtil.cpp181 for (const auto& testProfile : testProfiles) { in addAccessControlProfiles() local
184 cert.encodedCertificate = testProfile.readerCertificate; in addAccessControlProfiles()
185 int64_t secureUserId = testProfile.userAuthenticationRequired ? 66 : 0; in addAccessControlProfiles()
187 testProfile.id, cert, testProfile.userAuthenticationRequired, in addAccessControlProfiles()
188 testProfile.timeoutMillis, secureUserId, &profile); in addAccessControlProfiles()
193 << "test profile id = " << testProfile.id << endl; in addAccessControlProfiles()
194 EXPECT_EQ(testProfile.id, profile.id); in addAccessControlProfiles()
195 EXPECT_EQ(testProfile.readerCertificate, profile.readerCertificate.encodedCertificate); in addAccessControlProfiles()
196 EXPECT_EQ(testProfile.userAuthenticationRequired, profile.userAuthenticationRequired); in addAccessControlProfiles()
197 EXPECT_EQ(testProfile.timeoutMillis, profile.timeoutMillis); in addAccessControlProfiles()
[all …]
DVtsIWritableIdentityCredentialTests.cpp355 for (const auto& testProfile : testProfiles) { in TEST_P() local
358 cert.encodedCertificate = testProfile.readerCertificate; in TEST_P()
359 int64_t secureUserId = testProfile.userAuthenticationRequired ? 66 : 0; in TEST_P()
361 testProfile.id, cert, testProfile.userAuthenticationRequired, in TEST_P()
362 testProfile.timeoutMillis, secureUserId, &profile); in TEST_P()
370 << "test profile id = " << testProfile.id << endl; in TEST_P()
372 ASSERT_EQ(testProfile.id, profile.id); in TEST_P()
373 ASSERT_EQ(testProfile.readerCertificate, profile.readerCertificate.encodedCertificate); in TEST_P()
374 ASSERT_EQ(testProfile.userAuthenticationRequired, profile.userAuthenticationRequired); in TEST_P()
375 ASSERT_EQ(testProfile.timeoutMillis, profile.timeoutMillis); in TEST_P()
[all …]