Home
last modified time | relevance | path

Searched full:pathwatch (Results 1 – 11 of 11) sorted by relevance

/openbmc/phosphor-dbus-monitor/src/
H A Dpathwatch.hpp2 * @file PathWatch.hpp
24 /** @class PathWatch
28 class PathWatch : public Watch class
31 PathWatch() = delete;
32 PathWatch(const PathWatch&) = delete;
33 PathWatch(PathWatch&&) = default;
34 PathWatch& operator=(const PathWatch&) = delete;
35 PathWatch& operator=(PathWatch&&) = default;
36 virtual ~PathWatch() = default;
37 PathWatch(const std::string& path, Callback& callback) : in PathWatch() function in phosphor::dbus::monitoring::PathWatch
[all …]
H A Dpathwatchimpl.hpp10 #include "pathwatch.hpp"
25 void PathWatch<DBusInterfaceType>::start() in start()
43 void PathWatch<DBusInterfaceType>::callback(Context ctx) in callback()
49 void PathWatch<DBusInterfaceType>::callback(Context ctx, in callback()
H A Dmeson.build51 'pathwatch.cpp',
H A Dpdmgen.py719 class PathWatch(HasPathIndex): class
724 super(PathWatch, self).__init__(**kw)
732 super(PathWatch, self).setup(objs)
1130 "pathwatch": {
1131 "path": PathWatch,
1245 self.pathwatches = kw.pop("pathwatch", [])
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/snmp-policy/
H A Dsnmp-config.yaml8 - name: pathwatch errorlog
9 class: pathwatch
10 pathwatch: path
/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/dbus/events-policy/
H A Dconfig.yaml8 - name: pathwatch errorlog
9 class: pathwatch
10 pathwatch: path
/openbmc/phosphor-dbus-monitor/src/test/yaml/interfaceaddtest/
H A Done.yaml11 - name: pathwatch errorlog
13 class: pathwatch
14 pathwatch: path
/openbmc/phosphor-dbus-monitor/src/example/
H A Dexample.yaml270 - name: pathwatch errorlog
272 'A pathwatch watches on the specified object path group. pathcallback are
275 class: pathwatch
276 pathwatch: path
/openbmc/qemu/tests/unit/
H A Dtest-xs-node.c518 "some/relative/pathwatch")); in do_test_xs_node_tx()
532 "some/relative/pathwatch")); in do_test_xs_node_tx()
573 "some/relative/pathwatch")); in do_test_xs_node_tx()
642 "some/deep/dark/relative/pathwatch")); in test_xs_node_tx_rm()
747 g_assert(strstr(watches->str, "some/deep/dark/different/pathwatch")); in test_xs_node_tx_resurrect()
832 g_assert(strstr(watches->str, "some/deep/dark/relative/pathwatch")); in test_xs_node_tx_resurrect2()
/openbmc/phosphor-dbus-monitor/src/templates/
H A Dgenerated.mako.hpp292 std::make_unique<PathWatch<SDBusPlus>>(
/openbmc/linux/
H A Dopengrok0.0.log[all...]