Searched refs:add_watch (Results 1 – 3 of 3) sorted by relevance
14 instance.add_watch(tempdir.path(), AddWatchFlags::IN_ALL_EVENTS).unwrap(); in test_inotify()31 instance.add_watch(tempdir.path(), AddWatchFlags::IN_ALL_EVENTS).unwrap(); in test_inotify_multi_events()
99 static dbus_bool_t add_watch(DBusWatch *watch, void *data) in add_watch() function152 add_watch(watch, data); in watch_toggled()242 if (!dbus_connection_set_watch_functions(priv->con, add_watch, in integrate_with_eloop()
134 pub fn add_watch<P: ?Sized + NixPath>(self, in add_watch() method