Searched refs:HasSection (Results 1 – 4 of 4) sorted by relevance
69 EXPECT_TRUE(test_btif_config_cache.HasSection(kBtAdapter)); in TEST()91 EXPECT_FALSE(test_btif_config_cache.HasSection(kBtAddr1)); in TEST()92 EXPECT_TRUE(test_btif_config_cache.HasSection(kBtAddr2)); in TEST()93 EXPECT_TRUE(test_btif_config_cache.HasSection(kBtAddr3)); in TEST()94 EXPECT_TRUE(test_btif_config_cache.HasSection(kBtAddr4)); in TEST()456 EXPECT_FALSE(test_btif_config_cache.HasSection(kBtAddr1)); in TEST()457 EXPECT_TRUE(test_btif_config_cache.HasSection(kBtAddr2)); in TEST()458 EXPECT_FALSE(test_btif_config_cache.HasSection(kBtAddr3)); in TEST()
36 bool HasSection(const std::string& section_name);
86 bool BtifConfigCache::HasSection(const std::string& section_name) { in HasSection() function in BtifConfigCache
407 return btif_config_cache.HasSection(section); in btif_config_has_section()