Home
last modified time | relevance | path

Searched full:ignore_start_callback (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/dbus/led-policy-mori/
H A Dled-config.yaml39 ignore_start_callback: true
47 ignore_start_callback: true
/openbmc/phosphor-dbus-monitor/src/templates/
H A Dgenerated.mako.hpp262 ${w.ignore_start_callback}, in get()
269 ${w.ignore_start_callback}), in get()
273 ${w.ignore_start_callback}, in get()
/openbmc/phosphor-dbus-monitor/src/example/
H A Dexample.yaml60 `ignore_start_callback` can be set to true so that the callback will not
73 ignore_start_callback: true
/openbmc/phosphor-dbus-monitor/src/
H A Dpdmgen.py652 self.ignore_start_callback = kw.pop("ignore_start_callback", False)
653 self.ignore_start_callback = (
654 "true" if self.ignore_start_callback else "false"