Searched refs:add_watch (Results 1 – 6 of 6) sorted by relevance
/third_party/rust/crates/nix/test/sys/ |
D | test_inotify.rs | 12 .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/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
D | dbus_common.c | 99 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/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
D | dbus_common.c | 99 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/gstreamer/gstplugins_good/tests/examples/rpicamsrc/ |
D | dynamicprops.py | 48 bus.add_watch(0, bus_call, loop)
|
/third_party/pulseaudio/src/pulsecore/ |
D | dbus-util.c | 143 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()
|
/third_party/rust/crates/nix/src/sys/ |
D | inotify.rs | 154 pub fn add_watch<P: ?Sized + NixPath>( in add_watch() method
|