Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dconfig_cache.cc55 temporary_devices_(temp_device_capacity) {} in ConfigCache()
67 temporary_devices_(std::move(other.temporary_devices_)) { in ConfigCache()
83 temporary_devices_ = std::move(other.temporary_devices_); in operator =()
92 temporary_devices_ == rhs.temporary_devices_; in operator ==()
109 if (temporary_devices_.size() > 0) { in Clear()
110 temporary_devices_.clear(); in Clear()
117 temporary_devices_.contains(section); in HasSection()
130 section_iter = temporary_devices_.find(section); in HasProperty()
131 if (section_iter != temporary_devices_.end()) { in HasProperty()
153 section_iter = temporary_devices_.find(section); in GetProperty()
[all …]
Dconfig_cache.h136 common::LruCache<std::string, common::ListMap<std::string, std::string>> temporary_devices_; variable