Lines Matching refs:first
173 …information_sections_.try_emplace_back(section, common::ListMap<std::string, std::string>{}).first; in SetProperty()
184 …_iter = persistent_devices_.try_emplace_back(section, std::move(section_properties->second)).first; in SetProperty()
186 …= persistent_devices_.try_emplace_back(section, common::ListMap<std::string, std::string>{}).first; in SetProperty()
272 … LOG_INFO("Removing persistent section %s with property %s", it->first.c_str(), property.c_str()); in RemoveSectionWithProperty()
282 … LOG_INFO("Removing temporary section %s with property %s", it->first.c_str(), property.c_str()); in RemoveSectionWithProperty()
298 paired_devices.emplace_back(elem.first); in GetPersistentSections()
328 serialized << "[" << section.first << "]" << std::endl; in SerializeToLegacyFormat()
330 serialized << property.first << " = " << property.second << std::endl; in SerializeToLegacyFormat()
346 result.emplace_back(SectionAndPropertyValue{.section = elem.first, .property = it->second}); in GetSectionNamesWithProperty()
354 result.emplace_back(SectionAndPropertyValue{.section = elem.first, .property = it->second}); in GetSectionNamesWithProperty()
373 if (kLePropertyNames.find(entry.first) != kLePropertyNames.end()) { in FixDeviceTypeInconsistencyInSection()
376 if (kClassicPropertyNames.find(entry.first) != kClassicPropertyNames.end()) { in FixDeviceTypeInconsistencyInSection()
408 if (FixDeviceTypeInconsistencyInSection(elem.first, elem.second)) { in FixDeviceTypeInconsistencies()
415 if (FixDeviceTypeInconsistencyInSection(elem.first, elem.second)) { in FixDeviceTypeInconsistencies()
446 if (property_names.count(property.first) > 0) { in HasAtLeastOneMatchingPropertiesInSection()