Searched refs:memory_only_cache_ (Results 1 – 1 of 1) sorted by relevance
/system/bt/gd/storage/ |
D | storage_module.cc | 91 …: 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()
|