Searched refs:SectionAndPropertyValue (Results 1 – 3 of 3) sorted by relevance
85 struct SectionAndPropertyValue { struct88 bool operator==(const SectionAndPropertyValue& rhs) const { argument91 bool operator!=(const SectionAndPropertyValue& rhs) const {95 …virtual std::vector<SectionAndPropertyValue> GetSectionNamesWithProperty(const std::string& proper…
40 using SectionAndPropertyValue = bluetooth::storage::ConfigCache::SectionAndPropertyValue; typedef314 SectionAndPropertyValue{.section = "A", .property = "C"}, in TEST()315 SectionAndPropertyValue{.section = "AA:BB:CC:DD:EE:FF", .property = "C"})); in TEST()
338 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()