Searched defs:tmp_error (Results 1 - 8 of 8) sorted by relevance

/external/dbus/bus/
H A Dconfig-loader-libxml.c148 DBusError tmp_error; local
207 dbus_error_init (&tmp_error);
208 xmlTextReaderSetStructuredErrorHandler (reader, xml_text_reader_error, &tmp_error);
214 if (dbus_error_is_set (&tmp_error))
220 _DBUS_MAYBE_SET_OOM (&tmp_error);
226 xml_text_start_element (parser, reader, &tmp_error);
238 bus_config_parser_content (parser, &content, &tmp_error);
241 _DBUS_MAYBE_SET_OOM (&tmp_error);
250 bus_config_parser_check_doctype (parser, name, &tmp_error);
252 _DBUS_MAYBE_SET_OOM (&tmp_error);
[all...]
H A Dactivation.c443 DBusError tmp_error; local
445 dbus_error_init (&tmp_error);
447 desktop_file = bus_desktop_file_load (&file_path, &tmp_error);
452 tmp_error.message);
453 if (dbus_error_has_name (&tmp_error, DBUS_ERROR_NO_MEMORY))
455 dbus_move_error (&tmp_error, error);
459 dbus_error_free (&tmp_error);
467 if (!update_desktop_file_entry (activation, entry->s_dir, &filename, desktop_file, &tmp_error))
470 if (dbus_error_has_name (&tmp_error, DBUS_ERROR_NO_MEMORY))
472 dbus_move_error (&tmp_error, erro
506 DBusError tmp_error; local
1239 DBusError tmp_error; local
[all...]
H A Ddispatch.c73 DBusError tmp_error; local
91 dbus_error_init (&tmp_error);
112 message, transaction, &tmp_error))
120 if (dbus_error_is_set (&tmp_error))
122 dbus_move_error (&tmp_error, error);
H A Dconfig-parser.c2011 DBusError tmp_error; local
2013 dbus_error_init (&tmp_error);
2034 included = bus_config_load (filename, FALSE, parser, &tmp_error);
2040 _DBUS_ASSERT_ERROR_IS_SET (&tmp_error);
2042 if (dbus_error_has_name (&tmp_error, DBUS_ERROR_FILE_NOT_FOUND) &&
2045 dbus_error_free (&tmp_error);
2050 dbus_move_error (&tmp_error, error);
2056 _DBUS_ASSERT_ERROR_IS_CLEAR (&tmp_error);
2079 DBusError tmp_error; local
2096 dbus_error_init (&tmp_error);
[all...]
/external/dbus/dbus/
H A Ddbus-keyring.c414 DBusError tmp_error; local
453 dbus_error_init (&tmp_error);
456 &tmp_error))
459 tmp_error.message);
461 dbus_error_free (&tmp_error);
723 DBusError tmp_error; local
825 dbus_error_init (&tmp_error);
826 if (!_dbus_keyring_reload (keyring, FALSE, &tmp_error))
829 tmp_error.message);
830 dbus_error_free (&tmp_error);
[all...]
H A Ddbus-server.c566 DBusError tmp_error; local
568 dbus_error_init (&tmp_error);
571 &tmp_error);
576 _DBUS_ASSERT_ERROR_IS_CLEAR (&tmp_error);
583 _DBUS_ASSERT_ERROR_IS_SET (&tmp_error);
584 dbus_move_error (&tmp_error, error);
591 _DBUS_ASSERT_ERROR_IS_CLEAR (&tmp_error);
598 _DBUS_ASSERT_ERROR_IS_SET (&tmp_error);
600 dbus_move_error (&tmp_error, &first_connect_error);
602 dbus_error_free (&tmp_error);
[all...]
H A Ddbus-transport.c337 DBusError tmp_error; local
351 dbus_error_init (&tmp_error);
356 _DBUS_ASSERT_ERROR_IS_CLEAR (&tmp_error);
357 result = (* open_funcs[i].func) (entry, &transport, &tmp_error);
362 _DBUS_ASSERT_ERROR_IS_CLEAR (&tmp_error);
366 _DBUS_ASSERT_ERROR_IS_CLEAR (&tmp_error);
370 _DBUS_ASSERT_ERROR_IS_SET (&tmp_error);
374 _DBUS_ASSERT_ERROR_IS_SET (&tmp_error);
384 if (!dbus_error_is_set (&tmp_error))
385 _dbus_set_bad_address (&tmp_error,
[all...]
H A Ddbus-connection.c1732 DBusError tmp_error; local
1748 dbus_error_init (&tmp_error);
1755 _DBUS_SET_OOM (&tmp_error);
1761 &tmp_error);
1776 _DBUS_SET_OOM (&tmp_error);
1789 _DBUS_ASSERT_ERROR_IS_SET (&tmp_error);
1792 dbus_move_error (&tmp_error, &first_error);
1794 dbus_error_free (&tmp_error);
1798 _DBUS_ASSERT_ERROR_IS_CLEAR (&tmp_error);

Completed in 87 milliseconds