Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/storage/
H A Dconfig_cache.cc54 persistent_devices_(), in ConfigCache()
66 persistent_devices_(std::move(other.persistent_devices_)), in ConfigCache()
82 persistent_devices_ = std::move(other.persistent_devices_); in operator =()
91 …nformation_sections_ == rhs.information_sections_ && persistent_devices_ == rhs.persistent_devices… in operator ==()
105 if (persistent_devices_.size() > 0) { in Clear()
106 persistent_devices_.clear(); in Clear()
127 if (section_iter != persistent_devices_.end()) { in HasProperty()
147 if (section_iter != persistent_devices_.end()) { in GetProperty()
234 persistent_devices_.erase(section_iter); in RemoveProperty()
297 for (const auto& elem : persistent_devices_) { in GetPersistentSections()
[all …]
H A Dconfig_cache.h133 common::ListMap<std::string, common::ListMap<std::string, std::string>> persistent_devices_; variable