Home
last modified time | relevance | path

Searched refs:dbus_method (Results 1 – 2 of 2) sorted by relevance

/openbmc/boost-dbus/test/
H A DdbusPropertiesServer.cpp105 auto dbus_method = in TEST() local
116 dbus_method.call(m); in TEST()
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py97 for dbus_method in dbus_intf.findall('method'):
98 if(dbus_method.get('name') == method):
99 for arg in dbus_method.findall('arg'):