Home
last modified time | relevance | path

Searched refs:add_watch (Results 1 - 7 of 7) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_common.c99 static dbus_bool_t add_watch(DBusWatch *watch, void *data) in add_watch() function
151 add_watch(watch, data); in watch_toggled()
241 if (!dbus_connection_set_watch_functions(priv->con, add_watch, in integrate_with_eloop()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_common.c99 static dbus_bool_t add_watch(DBusWatch *watch, void *data) in add_watch() function
152 add_watch(watch, data); in watch_toggled()
242 if (!dbus_connection_set_watch_functions(priv->con, add_watch, in integrate_with_eloop()
/third_party/rust/crates/nix/test/sys/
H A Dtest_inotify.rs12 .add_watch(tempdir.path(), AddWatchFlags::IN_ALL_EVENTS) in test_inotify()
30 .add_watch(tempdir.path(), AddWatchFlags::IN_ALL_EVENTS) in test_inotify_multi_events()
/third_party/littlefs/scripts/
H A Dwatch.py59 inotify.add_watch(dir, flags)
61 inotify.add_watch(os.path.join(dir, f), flags)
63 inotify.add_watch(path, flags)
H A Dplot.py159 inotify.add_watch(dir, flags)
161 inotify.add_watch(os.path.join(dir, f), flags)
163 inotify.add_watch(path, flags)
/third_party/rust/crates/nix/src/sys/
H A Dinotify.rs17 //! let wd = instance.add_watch("test", AddWatchFlags::IN_ALL_EVENTS).unwrap();
123 /// were issued when calling add_watch. It allows you to know which watch
154 pub fn add_watch<P: ?Sized + NixPath>( in add_watch() functions
/third_party/pulseaudio/src/pulsecore/
H A Ddbus-util.c143 static dbus_bool_t add_watch(DBusWatch *watch, void *data) { in add_watch() function
271 dbus_connection_set_watch_functions(conn, add_watch, remove_watch, toggle_watch, pconn, NULL); in pa_dbus_wrap_connection_new()
303 dbus_connection_set_watch_functions(conn, add_watch, remove_watch, toggle_watch, pconn, NULL); in pa_dbus_wrap_connection_new_from_existing()

Completed in 6 milliseconds