Home
last modified time | relevance | path

Searched refs:HasAtLeastOneMatchingPropertiesInSection (Results 1 – 5 of 5) sorted by relevance

/system/bt/gd/storage/
Dconfig_cache_test.cc323 …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()
Dle_device.cc52 return config_->HasAtLeastOneMatchingPropertiesInSection(section_, kLinkKeyProperties); in IsPaired()
Dclassic_device.cc51 return config_->HasAtLeastOneMatchingPropertiesInSection(section_, kLinkKeyProperties); in IsPaired()
Dconfig_cache.h78 virtual bool HasAtLeastOneMatchingPropertiesInSection(
Dconfig_cache.cc425 bool ConfigCache::HasAtLeastOneMatchingPropertiesInSection( in HasAtLeastOneMatchingPropertiesInSection() function in bluetooth::storage::ConfigCache