Searched full:pathwatch (Results 1 – 11 of 11) sorted by relevance
2 * @file PathWatch.hpp24 /** @class PathWatch28 class PathWatch : public Watch class31 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 …]
10 #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()
51 'pathwatch.cpp',
719 class PathWatch(HasPathIndex): class724 super(PathWatch, self).__init__(**kw)732 super(PathWatch, self).setup(objs)1130 "pathwatch": {1131 "path": PathWatch,1245 self.pathwatches = kw.pop("pathwatch", [])
8 - name: pathwatch errorlog9 class: pathwatch10 pathwatch: path
11 - name: pathwatch errorlog13 class: pathwatch14 pathwatch: path
270 - name: pathwatch errorlog272 'A pathwatch watches on the specified object path group. pathcallback are275 class: pathwatch276 pathwatch: path
518 "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()
292 std::make_unique<PathWatch<SDBusPlus>>(
[all...]