Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dstorage_module.cc91 …: config_save_alarm_(handler), cache_(std::move(cache)), memory_only_cache_(in_memory_cache_size_l… in impl()
94 ConfigCache memory_only_cache_; member
100 return Mutation(&pimpl_->cache_, &pimpl_->memory_only_cache_); in Modify()
110 return &pimpl_->memory_only_cache_; in GetMemoryOnlyConfigCache()
198 &pimpl_->memory_only_cache_, in GetDeviceByLegacyKey()
207 &pimpl_->memory_only_cache_, in GetDeviceByClassicMacAddress()
216 &pimpl_->memory_only_cache_, in GetDeviceByLeIdentityAddress()
223 return AdapterConfig(&pimpl_->cache_, &pimpl_->memory_only_cache_, kAdapterSection); in GetAdapterConfig()
232 result.emplace_back(&pimpl_->cache_, &pimpl_->memory_only_cache_, section); in GetBondedDevices()