Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/storage/
Dlegacy_config_file_test.cc46 EXPECT_THAT(config.GetPersistentSections(), ElementsAre("CC:DD:EE:FF:00:11")); in TEST()
54 EXPECT_THAT(config_read->GetPersistentSections(), ElementsAre("CC:DD:EE:FF:00:11")); in TEST()
89 EXPECT_THAT(config_read->GetPersistentSections(), ElementsAre("01:02:03:ab:cd:ea")); in TEST()
Dconfig_cache_test.cc214 ASSERT_THAT(config.GetPersistentSections(), ElementsAre("CC:DD:EE:FF:00:11")); in TEST()
216 …ASSERT_THAT(config.GetPersistentSections(), ElementsAre("CC:DD:EE:FF:00:11", "AA:BB:CC:DD:EE:FF")); in TEST()
218 ASSERT_THAT(config.GetPersistentSections(), ElementsAre("AA:BB:CC:DD:EE:FF")); in TEST()
246 config.GetPersistentSections(), in TEST()
442 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()
Dstorage_module.cc237 auto persistent_sections = pimpl_->cache_.GetPersistentSections(); in GetBondedDevices()
271 std::vector<std::string> StorageModule::GetPersistentSections() const { in GetPersistentSections() function in bluetooth::storage::StorageModule
273 return pimpl_->cache_.GetPersistentSections(); in GetPersistentSections()
Dconfig_cache.h77 virtual std::vector<std::string> GetPersistentSections() const;
Dstorage_module.h157 std::vector<std::string> GetPersistentSections() const;
Dconfig_cache.cc292 auto persistent_sections = GetPersistentSections(); in ConvertEncryptOrDecryptKeyIfNeeded()
353 std::vector<std::string> ConfigCache::GetPersistentSections() const { in GetPersistentSections() function in bluetooth::storage::ConfigCache
Dstorage_module_test.cc86 return GetPersistentSections(); in GetPersistentSectionsPublic()
/packages/modules/Bluetooth/system/main/shim/
Dconfig.cc151 return GetStorage()->GetPersistentSections(); in GetPersistentDevices()