xref: /openbmc/phosphor-dbus-monitor/src/templates/method.mako.cpp (revision babf3b78deb58a2f40e405713f5ceb1485457529)
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