Home
last modified time | relevance | path

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

/openbmc/pyphosphor/obmc/dbuslib/
H A Dintrospection.py22 def __init__(self, data, tag_match=bool, intf_match=bool): argument
26 self.intf_match = intf_match
49 node, self.tag_match, self.intf_match)
65 node, self.tag_match, self.intf_match)
67 if not self.intf_match(name):
86 def __init__(self, name, bus, tag_match=bool, intf_match=bool): argument
90 self.intf_match = intf_match
103 self.intf_match)
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py451 intf_match=lambda x: x in interfaces)