Home
last modified time | relevance | path

Searched refs:GetPersistentSections (Results 1 – 8 of 8) sorted by relevance

/system/bt/gd/storage/
Dlegacy_config_file_test.cc45 EXPECT_THAT(config.GetPersistentSections(), ElementsAre("CC:DD:EE:FF:00:11")); in TEST()
53 EXPECT_THAT(config_read->GetPersistentSections(), ElementsAre("CC:DD:EE:FF:00:11")); in TEST()
88 EXPECT_THAT(config_read->GetPersistentSections(), ElementsAre("01:02:03:ab:cd:ea")); in TEST()
Dconfig_cache_test.cc213 ASSERT_THAT(config.GetPersistentSections(), ElementsAre("CC:DD:EE:FF:00:11")); in TEST()
215 …ASSERT_THAT(config.GetPersistentSections(), ElementsAre("CC:DD:EE:FF:00:11", "AA:BB:CC:DD:EE:FF")); in TEST()
217 ASSERT_THAT(config.GetPersistentSections(), ElementsAre("AA:BB:CC:DD:EE:FF")); in TEST()
241 config.GetPersistentSections(), in TEST()
337 ASSERT_THAT(config.GetPersistentSections(), ElementsAre()); in TEST()
Dmutation_test.cc43 ASSERT_THAT(config.GetPersistentSections(), ElementsAre("CC:DD:EE:FF:00:11")); in TEST()
47 …ASSERT_THAT(config.GetPersistentSections(), ElementsAre("CC:DD:EE:FF:00:11", "AA:BB:CC:DD:EE:FF")); in TEST()
Dconfig_cache.h74 virtual std::vector<std::string> GetPersistentSections() const;
Dstorage_module.cc228 auto persistent_sections = GetConfigCache()->GetPersistentSections(); in GetBondedDevices()
Dstorage_module_test.cc219 …ASSERT_THAT(storage->GetConfigCachePublic()->GetPersistentSections(), ElementsAre("01:02:03:ab:cd:… in TEST_F()
Dconfig_cache.cc293 std::vector<std::string> ConfigCache::GetPersistentSections() const { in GetPersistentSections() function in bluetooth::storage::ConfigCache
/system/bt/main/shim/
Dconfig.cc156 return GetStorage()->GetConfigCache()->GetPersistentSections(); in GetPersistentDevices()