Searched refs:TESTALIAS (Results 1 – 1 of 1) sorted by relevance
207 const std::string TESTALIAS = "LegacyKeystoreTestAlias"; in TEST_P() local208 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() local228 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 …]