Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/storage/
Ddevice.cc50 …for (const auto& section_and_property : config->GetSectionNamesWithProperty(kLeIdentityAddressKey)… in GetConfigSection()
57 …for (const auto& section_and_property : config->GetSectionNamesWithProperty(kLeLegacyPseudoAddr)) { in GetConfigSection()
Dconfig_cache.h98 …virtual std::vector<SectionAndPropertyValue> GetSectionNamesWithProperty(const std::string& proper…
Dconfig_cache_test.cc417 config.GetSectionNamesWithProperty("B"), in TEST()
Dconfig_cache.cc398 std::vector<ConfigCache::SectionAndPropertyValue> ConfigCache::GetSectionNamesWithProperty( in GetSectionNamesWithProperty() function in bluetooth::storage::ConfigCache