Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache.cc66 persistent_devices_(), in ConfigCache()
78 persistent_devices_(std::move(other.persistent_devices_)), in ConfigCache()
97 persistent_devices_ = std::move(other.persistent_devices_); in operator =()
106 …nformation_sections_ == rhs.information_sections_ && persistent_devices_ == rhs.persistent_devices… in operator ==()
120 if (persistent_devices_.size() > 0) { in Clear()
121 persistent_devices_.clear(); in Clear()
131 return information_sections_.contains(section) || persistent_devices_.contains(section) || in HasSection()
141 section_iter = persistent_devices_.find(section); in HasProperty()
142 if (section_iter != persistent_devices_.end()) { in HasProperty()
161 section_iter = persistent_devices_.find(section); in GetProperty()
[all …]
Dconfig_cache.h139 common::ListMap<std::string, common::ListMap<std::string, std::string>> persistent_devices_; variable