Home
last modified time | relevance | path

Searched full:pathcallback (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/snmp-policy/
H A Dsnmp-config.yaml12 pathcallback: create errorlog trap
15 class: pathcallback
16 pathcallback: eventpath
/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/dbus/events-policy/
H A Dconfig.yaml12 pathcallback: create errorlog trap
15 class: pathcallback
16 pathcallback: eventpath
/openbmc/phosphor-dbus-monitor/src/test/yaml/interfaceaddtest/
H A Done.yaml16 pathcallback: create errorlog event
19 class: pathcallback
20 pathcallback: eventpath
/openbmc/phosphor-dbus-monitor/src/example/
H A Dexample.yaml272 '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 Dpdmgen.py723 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 Dgenerated.mako.hpp293 % if w.pathcallback is None:
297 *ConfigPathCallbacks::get()[${w.pathcallback}]),