Searched refs:GetSectionNamesWithProperty (Results 1 – 4 of 4) sorted by relevance
48 …for (const auto& section_and_property : config->GetSectionNamesWithProperty(kLeIdentityAddressKey)… in GetConfigSection()55 …for (const auto& section_and_property : config->GetSectionNamesWithProperty(kLeLegacyPseudoAddr)) { in GetConfigSection()
95 …virtual std::vector<SectionAndPropertyValue> GetSectionNamesWithProperty(const std::string& proper…
312 config.GetSectionNamesWithProperty("B"), in TEST()
338 std::vector<ConfigCache::SectionAndPropertyValue> ConfigCache::GetSectionNamesWithProperty( in GetSectionNamesWithProperty() function in bluetooth::storage::ConfigCache