Searched refs:memory_only_cache_ (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/gd/storage/ |
D | storage_module.cc | 107 memory_only_cache_(in_memory_cache_size_limit, {}) {} in impl() 110 ConfigCache memory_only_cache_; member 116 return Mutation(&pimpl_->cache_, &pimpl_->memory_only_cache_); in Modify() 221 return Device(&pimpl_->cache_, &pimpl_->memory_only_cache_, std::move(legacy_key_address), in GetDeviceByLegacyKey() 227 return Device(&pimpl_->cache_, &pimpl_->memory_only_cache_, std::move(classic_address), in GetDeviceByClassicMacAddress() 233 return Device(&pimpl_->cache_, &pimpl_->memory_only_cache_, std::move(le_identity_address), in GetDeviceByLeIdentityAddress() 243 result.emplace_back(&pimpl_->cache_, &pimpl_->memory_only_cache_, section); in GetBondedDevices()
|