Home | History | Annotate | Download | only in test

Lines Matching full:timeout

42 connection_timeout_callback (DBusTimeout   *timeout,
46 dbus_timeout_handle (timeout);
50 add_timeout (DBusTimeout *timeout,
56 timeout, connection_timeout_callback, cd, NULL);
60 remove_timeout (DBusTimeout *timeout,
66 timeout, connection_timeout_callback, cd);
187 _dbus_assert_not_reached ("setting timeout functions to NULL failed");
263 server_timeout_callback (DBusTimeout *timeout,
267 dbus_timeout_handle (timeout);
271 add_server_timeout (DBusTimeout *timeout,
277 timeout, server_timeout_callback, context, NULL);
281 remove_server_timeout (DBusTimeout *timeout,
287 timeout, server_timeout_callback, context);
343 _dbus_assert_not_reached ("setting timeout functions to NULL failed");