Searched refs:DBusWatch (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-watch.h2 /* dbus-watch.h DBusWatch internal interfaces
36 /* Public methods on DBusWatch are in dbus-connection.h */
43 typedef dbus_bool_t (* DBusWatchHandler) (DBusWatch *watch,
47 DBusWatch* _dbus_watch_new (int fd,
53 DBusWatch* _dbus_watch_ref (DBusWatch *watch);
54 void _dbus_watch_unref (DBusWatch *watch);
55 void _dbus_watch_invalidate (DBusWatch *watch);
56 void _dbus_watch_sanitize_condition (DBusWatch *watch,
58 void _dbus_watch_set_handler (DBusWatch *watc
[all...]
H A Ddbus-mainloop.h33 typedef dbus_bool_t (* DBusWatchFunction) (DBusWatch *watch,
41 DBusWatch *watch);
43 DBusWatch *watch);
45 DBusWatch *watch);
H A Ddbus-watch.c2 /* dbus-watch.c DBusWatch implementation
30 * @defgroup DBusWatchInternals DBusWatch implementation details
32 * @brief implementation details for DBusWatch
38 * Implementation of DBusWatch
40 struct DBusWatch struct
57 _dbus_watch_get_enabled (DBusWatch *watch)
63 _dbus_watch_get_oom_last_time (DBusWatch *watch)
69 _dbus_watch_set_oom_last_time (DBusWatch *watch,
76 * Creates a new DBusWatch. Used to add a file descriptor to be polled
85 * @returns the new DBusWatch objec
[all...]
H A Ddbus-connection.h43 typedef struct DBusWatch DBusWatch; typedef in typeref:struct:DBusWatch
56 * Indicates the status of a #DBusWatch.
91 typedef dbus_bool_t (* DBusAddWatchFunction) (DBusWatch *watch,
97 typedef void (* DBusWatchToggledFunction) (DBusWatch *watch,
103 typedef void (* DBusRemoveWatchFunction) (DBusWatch *watch,
445 * @addtogroup DBusWatch
451 DBUS_DEPRECATED int dbus_watch_get_fd (DBusWatch *watch);
455 int dbus_watch_get_unix_fd (DBusWatch *watch);
457 int dbus_watch_get_socket (DBusWatch *watc
[all...]
H A Ddbus-connection-internal.h58 DBusWatch *watch);
60 DBusWatch *watch);
62 DBusWatch *watch,
64 dbus_bool_t _dbus_connection_handle_watch (DBusWatch *watch,
H A Ddbus-server-protected.h99 DBusWatch *watch);
101 DBusWatch *watch);
103 DBusWatch *watch,
H A Ddbus-transport-protected.h47 DBusWatch *watch,
H A Ddbus-server-socket.c55 DBusWatch **watch; /**< File descriptor watch. */
158 socket_handle_watch (DBusWatch *watch,
299 socket_server->watch = dbus_new0 (DBusWatch *, n_fds);
305 DBusWatch *watch;
H A Ddbus-mainloop.c61 /** fd => dbus_malloc'd DBusList ** of references to DBusWatch */
109 DBusWatch *watch;
292 DBusWatch *watch)
336 DBusWatch *watch)
343 DBusWatch *watch)
363 DBusWatch *this = link->data;
707 DBusWatch *watch = link->data;
834 DBusWatch *watch = link->data;
H A Ddbus-server.c223 DBusWatch *watch);
226 DBusWatch *watch);
229 DBusWatch *watch,
234 DBusWatch *watch,
289 DBusWatch *watch)
305 DBusWatch *watch)
325 DBusWatch *watch,
H A Ddbus-transport.h48 DBusWatch *watch,
H A Ddbus-transport-socket.c53 DBusWatch *read_watch; /**< Watch for readability. */
54 DBusWatch *write_watch; /**< Watch for writability. */
874 DBusWatch *watch,
893 DBusWatch *watch,
H A Ddbus-spawn-win.c84 DBusWatch *sitter_watch;
378 handle_watch (DBusWatch *watch,
H A Ddbus-spawn.c205 DBusWatch *error_watch; /**< Error pipe watch */
206 DBusWatch *sitter_watch; /**< Sitter pipe watch */
761 handle_watch (DBusWatch *watch,
H A Ddbus-connection.c118 * The connection provides #DBusWatch and #DBusTimeout objects to
145 * If you don't need to be asynchronous, you can ignore #DBusWatch,
678 DBusWatch *watch);
681 DBusWatch *watch);
684 DBusWatch *watch,
689 DBusWatch *watch,
751 DBusWatch *watch)
769 DBusWatch *watch)
789 DBusWatch *watch,
1480 * A callback for use with dbus_watch_new() to create a DBusWatch
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/
H A Dtest-utils.c12 add_watch (DBusWatch *watch,
21 remove_watch (DBusWatch *watch,
30 toggle_watch (DBusWatch *watch,
211 add_server_watch (DBusWatch *watch,
220 toggle_server_watch (DBusWatch *watch,
229 remove_server_watch (DBusWatch *watch,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dtest.c40 add_client_watch (DBusWatch *watch,
47 remove_client_watch (DBusWatch *watch,
54 toggle_client_watch (DBusWatch *watch,
H A Ddir-watch-kqueue.c49 static DBusWatch *watch = NULL;
53 _handle_kqueue_watch (DBusWatch *watch, unsigned int flags, void *data)
H A Dmain.c51 static void close_reload_pipe (DBusWatch **);
218 handle_reload_watch (DBusWatch *watch,
293 DBusWatch *watch;
329 close_reload_pipe (DBusWatch **watch)
H A Ddir-watch-inotify.c49 static DBusWatch *watch = NULL;
53 _handle_inotify_watch (DBusWatch *passed_watch, unsigned int flags, void *data)
H A Dbus.c106 add_server_watch (DBusWatch *watch,
118 remove_server_watch (DBusWatch *watch,
130 toggle_server_watch (DBusWatch *watch,
H A Dactivation.c1410 add_babysitter_watch (DBusWatch *watch,
1421 remove_babysitter_watch (DBusWatch *watch,
1431 toggle_babysitter_watch (DBusWatch *watch,
H A Dconnection.c313 add_connection_watch (DBusWatch *watch,
322 remove_connection_watch (DBusWatch *watch,
331 toggle_connection_watch (DBusWatch *watch,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A Ddbus-watch-glue.c118 DBusWatch *dbus_watch = userdata;
127 static dbus_bool_t update_watch(const AvahiPoll *poll_api, DBusWatch *dbus_watch) {
167 static dbus_bool_t add_watch(DBusWatch *dbus_watch, void *userdata) {
176 static void remove_watch(DBusWatch *dbus_watch, void *userdata) {
189 static void watch_toggled(DBusWatch *dbus_watch, void *userdata) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Ddbus-watch-glue.c118 DBusWatch *dbus_watch = userdata;
127 static dbus_bool_t update_watch(const AvahiPoll *poll_api, DBusWatch *dbus_watch) {
167 static dbus_bool_t add_watch(DBusWatch *dbus_watch, void *userdata) {
176 static void remove_watch(DBusWatch *dbus_watch, void *userdata) {
189 static void watch_toggled(DBusWatch *dbus_watch, void *userdata) {

Completed in 224 milliseconds

12