Home
last modified time | relevance | path

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

/system/hardware/interfaces/wifi/keystore/1.0/default/test/
DWifiLegacyKeystoreIntegrationTest.cpp207 const std::string TESTALIAS = "LegacyKeystoreTestAlias"; in TEST_P() local
208 ASSERT_TRUE(LegacyKeystoreRemove(TESTALIAS, AID_WIFI)); in TEST_P()
209 ASSERT_TRUE(LegacyKeystorePut(TESTALIAS, TESTBLOB)); in TEST_P()
210 auto blob = LegacyKeystoreGet(TESTALIAS); in TEST_P()
213 ASSERT_TRUE(LegacyKeystoreRemove(TESTALIAS, AID_WIFI)); in TEST_P()
226 const std::string TESTALIAS = "LegacyKeystoreWifiTestAlias"; in TEST_P() local
228 ASSERT_TRUE(LegacyKeystoreRemove(TESTALIAS, AID_WIFI)); in TEST_P()
229 ASSERT_TRUE(LegacyKeystorePut(TESTALIAS, TESTBLOB, AID_WIFI)); in TEST_P()
233 auto rc = wifiKeystoreHal->getBlob(TESTALIAS, in TEST_P()
244 ASSERT_TRUE(LegacyKeystoreRemove(TESTALIAS, AID_WIFI)); in TEST_P()
[all …]