Searched refs:kBtAddr5 (Results 1 – 1 of 1) sorted by relevance
32 const std::string kBtAddr5 = "11:AA:22:BB:33:CD"; variable362 test_btif_config_cache.SetString(kBtAddr5, "name", "kBtAddr5"); in TEST()363 test_btif_config_cache.SetString(kBtAddr5, "LE_KEY_LENC", "jilkjlkjlkn"); in TEST()364 EXPECT_TRUE(test_btif_config_cache.HasKey(kBtAddr5, "LE_KEY_LENC")); in TEST()380 EXPECT_TRUE(test_btif_config_cache.HasPersistentSection(kBtAddr5)); in TEST()381 EXPECT_THAT(test_btif_config_cache.GetString(kBtAddr5, "LE_KEY_LENC"), in TEST()419 test_btif_config_cache.RemoveKey(kBtAddr5, "LE_KEY_LENC"); in TEST()420 EXPECT_FALSE(test_btif_config_cache.HasKey(kBtAddr5, "LE_KEY_LENC")); in TEST()421 EXPECT_FALSE(test_btif_config_cache.HasPersistentSection(kBtAddr5)); in TEST()423 EXPECT_TRUE(test_btif_config_cache.HasUnpairedSection(kBtAddr5)); in TEST()[all …]