Searched refs:intf_match (Results 1 – 2 of 2) sorted by relevance
/openbmc/pyphosphor/obmc/dbuslib/ |
H A D | introspection.py | 22 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 D | rest_dbus.py | 451 intf_match=lambda x: x in interfaces)
|