Searched refs:HasAtLeastOneMatchingPropertiesInSection (Results 1 – 5 of 5) sorted by relevance
/system/bt/gd/storage/ |
D | config_cache_test.cc | 323 …ASSERT_TRUE(config.HasAtLeastOneMatchingPropertiesInSection("AA:BB:CC:DD:EE:FF", {"B", "C", "D"})); in TEST() 324 ASSERT_TRUE(config.HasAtLeastOneMatchingPropertiesInSection("A", {"B", "C", "D"})); in TEST() 325 ASSERT_FALSE(config.HasAtLeastOneMatchingPropertiesInSection("AA:BB:CC:DD:EE:FF", {"BC", "D"})); in TEST() 334 …ASSERT_TRUE(config.HasAtLeastOneMatchingPropertiesInSection("AA:BB:CC:DD:EE:FF", {"B", "C", "D"})); in TEST() 335 ASSERT_TRUE(config.HasAtLeastOneMatchingPropertiesInSection("A", {"B", "C", "D"})); in TEST() 336 ASSERT_FALSE(config.HasAtLeastOneMatchingPropertiesInSection("AA:BB:CC:DD:EE:FF", {"BC", "D"})); in TEST()
|
D | le_device.cc | 52 return config_->HasAtLeastOneMatchingPropertiesInSection(section_, kLinkKeyProperties); in IsPaired()
|
D | classic_device.cc | 51 return config_->HasAtLeastOneMatchingPropertiesInSection(section_, kLinkKeyProperties); in IsPaired()
|
D | config_cache.h | 78 virtual bool HasAtLeastOneMatchingPropertiesInSection(
|
D | config_cache.cc | 425 bool ConfigCache::HasAtLeastOneMatchingPropertiesInSection( in HasAtLeastOneMatchingPropertiesInSection() function in bluetooth::storage::ConfigCache
|