Searched refs:SectionAndPropertyValue (Results 1 – 3 of 3) sorted by relevance
93 struct SectionAndPropertyValue { struct96 bool operator==(const SectionAndPropertyValue& rhs) const { argument99 bool operator!=(const SectionAndPropertyValue& rhs) const { return !(*this == rhs); }101 virtual std::vector<SectionAndPropertyValue> GetSectionNamesWithProperty(
41 using SectionAndPropertyValue = bluetooth::storage::ConfigCache::SectionAndPropertyValue; typedef396 ElementsAre(SectionAndPropertyValue{.section = "A", .property = "C"}, in TEST()397 SectionAndPropertyValue{.section = "AA:BB:CC:DD:EE:FF", .property = "C"})); in TEST()
410 std::vector<ConfigCache::SectionAndPropertyValue> ConfigCache::GetSectionNamesWithProperty( in GetSectionNamesWithProperty()413 std::vector<SectionAndPropertyValue> result; in GetSectionNamesWithProperty()418 result.emplace_back(SectionAndPropertyValue{.section = elem.first, .property = it->second}); in GetSectionNamesWithProperty()426 result.emplace_back(SectionAndPropertyValue{.section = elem.first, .property = it->second}); in GetSectionNamesWithProperty()