Home
last modified time | relevance | path

Searched refs:HasPersistentSection (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/btif/test/
H A Dbtif_config_cache_test.cc201 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 …]
/aosp12/system/bt/btif/src/
H A Dbtif_config_cache.cc77 bool BtifConfigCache::HasPersistentSection(const std::string& section_name) { in HasPersistentSection() function in BtifConfigCache
87 return HasUnpairedSection(section_name) || HasPersistentSection(section_name); in HasSection()
/aosp12/system/bt/btif/include/
H A Dbtif_config_cache.h38 bool HasPersistentSection(const std::string& section_name);