Home
last modified time | relevance | path

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

/openbmc/phosphor-dbus-monitor/src/test/
H A Dpropertygentest.cpp14 using GroupOfProperties = std::vector<::Property>; typedef
37 const std::array<GroupOfProperties, 4> expectedGroups = {{
/openbmc/phosphor-dbus-monitor/src/test/templates/
H A Dpropertygentest.mako.hpp19 const std::array<GroupOfProperties, ${len(propertygroups)}> groups = {{
/openbmc/phosphor-dbus-monitor/src/
H A Dpdmgen.py437 class GroupOfProperties(ImplicitGroup): class
446 super(GroupOfProperties, self).__init__(**kw)
460 super(GroupOfProperties, self).setup(objs)
1122 "property": GroupOfProperties,