Searched refs:HasPersistentSection (Results 1 – 3 of 3) sorted by relevance
201 EXPECT_TRUE(test_btif_config_cache.HasPersistentSection(kBtAddr1)); in TEST()280 EXPECT_TRUE(test_btif_config_cache.HasPersistentSection(kBtAddr1)); in TEST()300 EXPECT_TRUE(test_btif_config_cache.HasPersistentSection(kBtAddr1)); in TEST()368 EXPECT_TRUE(test_btif_config_cache.HasPersistentSection(kBtAddr1)); in TEST()371 EXPECT_TRUE(test_btif_config_cache.HasPersistentSection(kBtAddr2)); in TEST()374 EXPECT_TRUE(test_btif_config_cache.HasPersistentSection(kBtAddr3)); in TEST()377 EXPECT_TRUE(test_btif_config_cache.HasPersistentSection(kBtAddr4)); in TEST()380 EXPECT_TRUE(test_btif_config_cache.HasPersistentSection(kBtAddr5)); in TEST()468 EXPECT_TRUE(test_btif_config_cache.HasPersistentSection(kBtAddr1)); in TEST()474 EXPECT_TRUE(test_btif_config_cache.HasPersistentSection(kBtAddr2)); in TEST()[all …]
77 bool BtifConfigCache::HasPersistentSection(const std::string& section_name) { in HasPersistentSection() function in BtifConfigCache87 return HasUnpairedSection(section_name) || HasPersistentSection(section_name); in HasSection()
38 bool HasPersistentSection(const std::string& section_name);