Searched refs:HasAtLeastOneMatchingPropertiesInSection (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/gd/storage/ |
D | config_cache_test.cc | 428 …ASSERT_TRUE(config.HasAtLeastOneMatchingPropertiesInSection("AA:BB:CC:DD:EE:FF", {"B", "C", "D"})); in TEST() 429 ASSERT_TRUE(config.HasAtLeastOneMatchingPropertiesInSection("A", {"B", "C", "D"})); in TEST() 430 ASSERT_FALSE(config.HasAtLeastOneMatchingPropertiesInSection("AA:BB:CC:DD:EE:FF", {"BC", "D"})); in TEST() 439 …ASSERT_TRUE(config.HasAtLeastOneMatchingPropertiesInSection("AA:BB:CC:DD:EE:FF", {"B", "C", "D"})); in TEST() 440 ASSERT_TRUE(config.HasAtLeastOneMatchingPropertiesInSection("A", {"B", "C", "D"})); in TEST() 441 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 | 81 virtual bool HasAtLeastOneMatchingPropertiesInSection(
|
D | config_cache.cc | 520 bool ConfigCache::HasAtLeastOneMatchingPropertiesInSection( in HasAtLeastOneMatchingPropertiesInSection() function in bluetooth::storage::ConfigCache
|