xref: /openbmc/phosphor-dbus-monitor/src/templates/method.mako.cpp (revision 78199b44b1438295b79f562e9d240034c05e4171)
1 makeMethod<SDBusPlus>(
2 ${indent(1)}ConfigInterfaces::get()[${c.service}],
3 ${indent(1)}ConfigPaths::get()[${c.path}],
4 ${indent(1)}ConfigInterfaces::get()[${c.interface}],
5 ${indent(1)}ConfigProperties::get()[${c.method}],
6 ${indent(1)}${(',\n' + indent(1)).join([val.argument(loader, indent=indent +1) for val in c.args])})\
7