Searched refs:hwInfo (Results 1 – 3 of 3) sorted by relevance
64 HardwareInformation hwInfo; in TEST_P() local65 ASSERT_TRUE(credentialStore_->getHardwareInformation(&hwInfo).isOk()); in TEST_P()86 HardwareInformation hwInfo; in TEST_P() local87 ASSERT_TRUE(credentialStore_->getHardwareInformation(&hwInfo).isOk()); in TEST_P()109 HardwareInformation hwInfo; in TEST_P() local110 ASSERT_TRUE(credentialStore_->getHardwareInformation(&hwInfo).isOk()); in TEST_P()112 if (!hwInfo.isRemoteKeyProvisioningSupported) { in TEST_P()167 HardwareInformation hwInfo; in TEST_P() local168 ASSERT_TRUE(credentialStore_->getHardwareInformation(&hwInfo).isOk()); in TEST_P()170 if (!hwInfo.isRemoteKeyProvisioningSupported) { in TEST_P()[all …]
185 HardwareInformation hwInfo; in TEST_P() local186 ASSERT_TRUE(credentialStore_->getHardwareInformation(&hwInfo).isOk()); in TEST_P()220 ASSERT_TRUE(test_utils::addEntry(writableCredential, entry, hwInfo.dataChunkSize, in TEST_P()624 HardwareInformation hwInfo; in TEST_P() local625 ASSERT_TRUE(credentialStore_->getHardwareInformation(&hwInfo).isOk()); in TEST_P()656 ASSERT_TRUE(test_utils::addEntry(writableCredential, entry, hwInfo.dataChunkSize, in TEST_P()
226 RpcHardwareInfo hwInfo; in TEST() local227 auto status = rpc->getHardwareInfo(&hwInfo); in TEST()233 if (hwInfo.versionNumber >= VERSION_WITH_UNIQUE_ID_SUPPORT) { in TEST()234 ASSERT_TRUE(hwInfo.uniqueId); in TEST()235 auto [_, wasInserted] = uniqueIds.insert(*hwInfo.uniqueId); in TEST()238 ASSERT_FALSE(hwInfo.uniqueId); in TEST()282 RpcHardwareInfo hwInfo; in TEST_P() local283 ASSERT_TRUE(provisionable_->getHardwareInfo(&hwInfo).isOk()); in TEST_P()286 ASSERT_EQ(hwInfo.supportedEekCurve, RpcHardwareInfo::CURVE_NONE) in TEST_P()287 << "Invalid curve: " << hwInfo.supportedEekCurve; in TEST_P()[all …]