HomeSort by relevance Sort by last modified time
    Searched refs:tmp_error (Results 1 - 8 of 8) sorted by null

  /external/dbus/bus/
config-loader-libxml.c 148 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...]
activation.c 443 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, error)
506 DBusError tmp_error; local
1239 DBusError tmp_error; local
    [all...]
config-parser.c 2011 DBusError tmp_error; local
2079 DBusError tmp_error; local
    [all...]
dispatch.c 73 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);
    [all...]
  /external/dbus/dbus/
dbus-keyring.c 414 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...]
dbus-transport.c 337 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...]
dbus-server.c 566 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...]
dbus-connection.c 1708 DBusError tmp_error; local
    [all...]

Completed in 102 milliseconds