Lines Matching refs:sections
68 paired_devices_list_.sections.clear(); in Clear()
79 paired_devices_list_.sections.end(); in HasPersistentSection()
93 if (section_iter != paired_devices_list_.sections.end()) { in HasKey()
105 for (auto it = paired_devices_list_.sections.begin(); in RemovePersistentSectionsWithKey()
106 it != paired_devices_list_.sections.end();) { in RemovePersistentSectionsWithKey()
108 it = paired_devices_list_.sections.erase(it); in RemovePersistentSectionsWithKey()
131 if (section_iter == paired_devices_list_.sections.end()) { in RemoveKey()
140 paired_devices_list_.sections.erase(section_iter); in RemoveKey()
144 paired_devices_list_.sections.erase(section_iter); in RemoveKey()
153 result.reserve(paired_devices_list_.sections.size()); in GetPersistentSectionNames()
154 for (const auto& section : paired_devices_list_.sections) { in GetPersistentSectionNames()
200 paired_devices_list_.sections.emplace_back(std::move(section)); in SetString()
208 if (section_found == paired_devices_list_.sections.end()) { in SetString()
220 if (section_iter != paired_devices_list_.sections.end()) { in GetString()