Home
last modified time | relevance | path

Searched refs:remove_function (Results 1 – 10 of 10) sorted by relevance

/external/dbus/dbus/
Ddbus-server.c211 DBusWatchRemoveFunction remove_function, in protected_change_watch() argument
234 else if (remove_function) in protected_change_watch()
237 (* remove_function) (watches, watch); in protected_change_watch()
328 DBusTimeoutRemoveFunction remove_function, in protected_change_timeout() argument
350 else if (remove_function) in protected_change_timeout()
353 (* remove_function) (timeouts, timeout); in protected_change_timeout()
864 DBusRemoveWatchFunction remove_function, in dbus_server_set_watch_functions() argument
882 remove_function, in dbus_server_set_watch_functions()
917 DBusRemoveTimeoutFunction remove_function, in dbus_server_set_timeout_functions() argument
935 remove_function, in dbus_server_set_timeout_functions()
Ddbus-server.h64 DBusRemoveWatchFunction remove_function,
70 DBusRemoveTimeoutFunction remove_function,
Ddbus-timeout.c240 DBusRemoveTimeoutFunction remove_function, in _dbus_timeout_list_set_functions() argument
267 (* remove_function) (link2->data, data); in _dbus_timeout_list_set_functions()
292 timeout_list->remove_timeout_function = remove_function; in _dbus_timeout_list_set_functions()
Ddbus-watch.c255 DBusRemoveWatchFunction remove_function, in _dbus_watch_list_set_functions() argument
307 (* remove_function) (link2->data, data); in _dbus_watch_list_set_functions()
334 watch_list->remove_watch_function = remove_function; in _dbus_watch_list_set_functions()
Ddbus-connection.h198 … DBusRemoveWatchFunction remove_function,
204 … DBusRemoveTimeoutFunction remove_function,
Ddbus-spawn.h51 DBusRemoveWatchFunction remove_function,
Ddbus-timeout.h58 DBusRemoveTimeoutFunction remove_function,
Ddbus-watch.h66 DBusRemoveWatchFunction remove_function,
Ddbus-connection.c648 DBusWatchRemoveFunction remove_function, in protected_change_watch() argument
670 else if (remove_function) in protected_change_watch()
673 (* remove_function) (watches, watch); in protected_change_watch()
769 DBusTimeoutRemoveFunction remove_function, in protected_change_timeout() argument
791 else if (remove_function) in protected_change_timeout()
794 (* remove_function) (timeouts, timeout); in protected_change_timeout()
4584 DBusRemoveWatchFunction remove_function, in dbus_connection_set_watch_functions() argument
4617 add_function, remove_function, in dbus_connection_set_watch_functions()
4666 DBusRemoveTimeoutFunction remove_function, in dbus_connection_set_timeout_functions() argument
4695 add_function, remove_function, in dbus_connection_set_timeout_functions()
Ddbus-spawn.c693 DBusRemoveWatchFunction remove_function, in _dbus_babysitter_set_watch_functions() argument
700 remove_function, in _dbus_babysitter_set_watch_functions()