Home
last modified time | relevance | path

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

/system/bt/btif/test/
Dbtif_config_cache_test.cc69 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()
/system/bt/btif/include/
Dbtif_config_cache.h36 bool HasSection(const std::string& section_name);
/system/bt/btif/src/
Dbtif_config_cache.cc86 bool BtifConfigCache::HasSection(const std::string& section_name) { in HasSection() function in BtifConfigCache
Dbtif_config.cc407 return btif_config_cache.HasSection(section); in btif_config_has_section()