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