Searched refs:GetPersistentSections (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/gd/storage/ |
D | legacy_config_file_test.cc | 46 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()
|
D | config_cache_test.cc | 214 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()
|
D | mutation_test.cc | 43 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()
|
D | storage_module.cc | 237 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()
|
D | config_cache.h | 77 virtual std::vector<std::string> GetPersistentSections() const;
|
D | storage_module.h | 157 std::vector<std::string> GetPersistentSections() const;
|
D | config_cache.cc | 292 auto persistent_sections = GetPersistentSections(); in ConvertEncryptOrDecryptKeyIfNeeded() 353 std::vector<std::string> ConfigCache::GetPersistentSections() const { in GetPersistentSections() function in bluetooth::storage::ConfigCache
|
D | storage_module_test.cc | 86 return GetPersistentSections(); in GetPersistentSectionsPublic()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | config.cc | 151 return GetStorage()->GetPersistentSections(); in GetPersistentDevices()
|