Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/
H A Dgroup.cpp39 Group::Group(const Group& origObj) : ConfigBase(origObj) in Group() argument
42 _members = origObj._members; in Group()
43 _service = origObj._service; in Group()
44 _interface = origObj.getInterface(); in Group()
45 _property = origObj.getProperty(); in Group()
46 _type = origObj.getType(); in Group()
47 _value = origObj.getValue(); in Group()
H A Dconfig_base.hpp76 ConfigBase(const ConfigBase& origObj) in ConfigBase() argument
78 _name = origObj._name; in ConfigBase()
79 _profiles = origObj._profiles; in ConfigBase()
H A Dgroup.hpp69 Group(const Group& origObj);