Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Ddevice.cc48 …for (const auto& section_and_property : config->GetSectionNamesWithProperty(kLeIdentityAddressKey)… in GetConfigSection()
55 …for (const auto& section_and_property : config->GetSectionNamesWithProperty(kLeLegacyPseudoAddr)) { in GetConfigSection()
Dconfig_cache.h95 …virtual std::vector<SectionAndPropertyValue> GetSectionNamesWithProperty(const std::string& proper…
Dconfig_cache_test.cc312 config.GetSectionNamesWithProperty("B"), in TEST()
Dconfig_cache.cc338 std::vector<ConfigCache::SectionAndPropertyValue> ConfigCache::GetSectionNamesWithProperty( in GetSectionNamesWithProperty() function in bluetooth::storage::ConfigCache