Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dconfig_cache.h85 struct SectionAndPropertyValue { struct
88 bool operator==(const SectionAndPropertyValue& rhs) const { argument
91 bool operator!=(const SectionAndPropertyValue& rhs) const {
95 …virtual std::vector<SectionAndPropertyValue> GetSectionNamesWithProperty(const std::string& proper…
Dconfig_cache_test.cc40 using SectionAndPropertyValue = bluetooth::storage::ConfigCache::SectionAndPropertyValue; typedef
314 SectionAndPropertyValue{.section = "A", .property = "C"}, in TEST()
315 SectionAndPropertyValue{.section = "AA:BB:CC:DD:EE:FF", .property = "C"})); in TEST()
Dconfig_cache.cc338 std::vector<ConfigCache::SectionAndPropertyValue> ConfigCache::GetSectionNamesWithProperty( in GetSectionNamesWithProperty()
341 std::vector<SectionAndPropertyValue> result; in GetSectionNamesWithProperty()
346 result.emplace_back(SectionAndPropertyValue{.section = elem.first, .property = it->second}); in GetSectionNamesWithProperty()
354 result.emplace_back(SectionAndPropertyValue{.section = elem.first, .property = it->second}); in GetSectionNamesWithProperty()