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