Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Ddevice.cc48 …for (const auto& section_and_property : config->GetSectionNamesWithProperty(kLeIdentityAddressKey)… in GetConfigSection() local
49 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() local
56 if (section_and_property.property == key_address_string) { in GetConfigSection()
57 return section_and_property.section; in GetConfigSection()