Home
last modified time | relevance | path

Searched refs:persistent_sections (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/storage/
Dstorage_module.cc237 auto persistent_sections = pimpl_->cache_.GetPersistentSections(); in GetBondedDevices() local
239 result.reserve(persistent_sections.size()); in GetBondedDevices()
240 for (const auto& section : persistent_sections) { in GetBondedDevices()
Dconfig_cache.cc292 auto persistent_sections = GetPersistentSections(); in ConvertEncryptOrDecryptKeyIfNeeded() local
293 for (const auto& section : persistent_sections) { in ConvertEncryptOrDecryptKeyIfNeeded()