Searched refs:section_and_property (Results 1 – 1 of 1) sorted by relevance
48 …for (const auto& section_and_property : config->GetSectionNamesWithProperty(kLeIdentityAddressKey)… in GetConfigSection() local49 if (section_and_property.property == key_address_string) { in GetConfigSection()50 return section_and_property.section; in GetConfigSection()55 …for (const auto& section_and_property : config->GetSectionNamesWithProperty(kLeLegacyPseudoAddr)) { in GetConfigSection() local56 if (section_and_property.property == key_address_string) { in GetConfigSection()57 return section_and_property.section; in GetConfigSection()