Home
last modified time | relevance | path

Searched refs:add_watch (Results 1 – 3 of 3) sorted by relevance

/openbmc/boost-dbus/include/dbus/detail/
H A Dwatch_timeout.hpp57 static dbus_bool_t add_watch(DBusWatch *dbus_watch, void *data) { in add_watch() function
148 dbus_connection_set_watch_functions(conn, &add_watch, &remove_watch, in set_watch_timeout_dispatch_functions()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/
H A Dnew-test-inotify.patch6 It is not safe to assume the values returned by add_watch(),
60 - i.add_watch(inner_path)
61 + wd = i.add_watch(inner_path)
101 - i.add_watch(inner_path)
102 + wd = i.add_watch(inner_path)
143 - i.add_watch(path1)
144 + wd = i.add_watch(path1)
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py681 addw = self._watch_manager.add_watch
752 self._watch_manager.add_watch(dst_path, watch_.mask,
1813 def add_watch(self, path, mask, proc_fun=None, rec=False, member in WatchManager
2140 return self.add_watch(dirname, mask,
2320 wm.add_watch(path, mask, rec=options.recursive, auto_add=options.auto_add, do_glob=options.glob)