Searched full:pathcallback (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/snmp-policy/ |
H A D | snmp-config.yaml | 12 pathcallback: create errorlog trap 15 class: pathcallback 16 pathcallback: eventpath
|
/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/dbus/events-policy/ |
H A D | config.yaml | 12 pathcallback: create errorlog trap 15 class: pathcallback 16 pathcallback: eventpath
|
/openbmc/phosphor-dbus-monitor/src/test/yaml/interfaceaddtest/ |
H A D | one.yaml | 16 pathcallback: create errorlog event 19 class: pathcallback 20 pathcallback: eventpath
|
/openbmc/phosphor-dbus-monitor/src/example/ |
H A D | example.yaml | 272 'A pathwatch watches on the specified object path group. pathcallback are 278 pathcallback: create errorlog event 283 class: pathcallback 284 pathcallback: eventpath
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | pdmgen.py | 723 self.pathcallback = kw.pop("pathcallback", None) 728 if self.pathcallback: 729 self.pathcallback = get_index( 730 objs, "pathcallback", self.pathcallback, config=self.configfile 742 class PathCallback(HasPathIndex): class 746 super(PathCallback, self).__init__(**kw) 903 class EventPath(PathCallback, Renderer): 1025 return get_index(objs, "pathcallback", x, config=self.configfile) 1084 "pathcallbackgroup": "pathcallback", 1148 "pathcallback": { [all …]
|
/openbmc/phosphor-dbus-monitor/src/templates/ |
H A D | generated.mako.hpp | 293 % if w.pathcallback is None: 297 *ConfigPathCallbacks::get()[${w.pathcallback}]),
|