Home
last modified time | relevance | path

Searched refs:dbus_error_has_name (Results 1 – 20 of 20) sorted by relevance

/external/dbus/bus/
Dactivation-helper-bin.c38 if (dbus_error_has_name (error, DBUS_ERROR_NO_MEMORY)) in convert_error_to_exit_code()
41 if (dbus_error_has_name (error, DBUS_ERROR_SPAWN_CONFIG_INVALID)) in convert_error_to_exit_code()
44 if (dbus_error_has_name (error, DBUS_ERROR_SPAWN_SETUP_FAILED)) in convert_error_to_exit_code()
47 if (dbus_error_has_name (error, DBUS_ERROR_SPAWN_SERVICE_INVALID)) in convert_error_to_exit_code()
50 if (dbus_error_has_name (error, DBUS_ERROR_SPAWN_PERMISSIONS_INVALID)) in convert_error_to_exit_code()
53 if (dbus_error_has_name (error, DBUS_ERROR_SPAWN_FILE_INVALID)) in convert_error_to_exit_code()
56 if (dbus_error_has_name (error, DBUS_ERROR_SPAWN_EXEC_FAILED)) in convert_error_to_exit_code()
59 if (dbus_error_has_name (error, DBUS_ERROR_INVALID_ARGS)) in convert_error_to_exit_code()
62 if (dbus_error_has_name (error, DBUS_ERROR_SPAWN_CHILD_SIGNALED)) in convert_error_to_exit_code()
Dactivation.c316 if (dbus_error_has_name (&tmp_error, DBUS_ERROR_NO_MEMORY)) in update_desktop_file_entry()
339 if (dbus_error_has_name (&tmp_error, DBUS_ERROR_NO_MEMORY)) in update_desktop_file_entry()
532 if (dbus_error_has_name (&tmp_error, DBUS_ERROR_NO_MEMORY)) in check_service_file()
549 if (dbus_error_has_name (&tmp_error, DBUS_ERROR_NO_MEMORY)) in check_service_file()
662 if (dbus_error_has_name (&tmp_error, DBUS_ERROR_NO_MEMORY)) in update_directory()
683 if (dbus_error_has_name (&tmp_error, DBUS_ERROR_NO_MEMORY)) in update_directory()
866 if (dbus_error_has_name (error, DBUS_ERROR_NO_MEMORY)) in bus_activation_reload()
1361 if (dbus_error_has_name (&error, DBUS_ERROR_SPAWN_CHILD_EXITED) in pending_activation_finished_cb()
1525 if (dbus_error_has_name (&tmp_error, DBUS_ERROR_NO_MEMORY)) in update_service_cache()
2413 if (dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)) in check_func()
Dtest-launch-helper.c80 if (!dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)) in bus_activation_helper_oom_test()
Ddispatch.c356 else if (dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)) in bus_dispatch()
599 if (dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)) in check_service_owner_changed_foreach()
893 if (dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)) in check_hello_message()
946 if (dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)) in check_hello_message()
1188 if (dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)) in check_get_connection_unix_user()
1338 if (dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)) in check_get_connection_unix_process_id()
1805 if (dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)) in check_base_service_activated()
1908 if (dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)) in check_service_activated()
1987 if (!dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)) in check_service_activated()
2059 if (dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)) in check_service_auto_activated()
[all …]
Dmain.c257 _dbus_assert (dbus_error_has_name (&error, DBUS_ERROR_FAILED) || in handle_reload_watch()
258 dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)); in handle_reload_watch()
Dconfig-parser-trivial.c363 if (dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)) in check_return_values()
435 dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)) in do_load()
Dactivation-helper.c113 if (dbus_error_has_name (&tmp_error, DBUS_ERROR_NO_MEMORY)) in desktop_file_for_name()
Dservices.c447 dbus_error_has_name (error, DBUS_ERROR_NO_MEMORY)) in bus_registry_acquire_service()
Dconfig-parser.c2137 if (dbus_error_has_name (&tmp_error, DBUS_ERROR_FILE_NOT_FOUND) && in include_file()
2815 dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)) in do_load()
Dconnection.c231 if (dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)) in bus_connection_disconnected()
Dsignals.c2076 if (dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)) in check_parse()
/external/dbus/dbus/
Ddbus-spawn-win.c824 if (!(dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY) || in check_spawn_nonexistent()
825 dbus_error_has_name (&error, DBUS_ERROR_SPAWN_EXEC_FAILED))) in check_spawn_nonexistent()
879 if (!(dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY) || in check_spawn_segfault()
880 dbus_error_has_name (&error, DBUS_ERROR_SPAWN_CHILD_EXITED))) in check_spawn_segfault()
934 if (!(dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY) || in check_spawn_exit()
935 dbus_error_has_name (&error, DBUS_ERROR_SPAWN_CHILD_EXITED))) in check_spawn_exit()
992 if (!(dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY) || in check_spawn_and_kill()
993 dbus_error_has_name (&error, DBUS_ERROR_SPAWN_CHILD_EXITED))) in check_spawn_and_kill()
Ddbus-spawn.c1384 if (!(dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY) || in check_spawn_nonexistent()
1385 dbus_error_has_name (&error, DBUS_ERROR_SPAWN_EXEC_FAILED))) in check_spawn_nonexistent()
1435 if (!(dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY) || in check_spawn_segfault()
1436 dbus_error_has_name (&error, DBUS_ERROR_SPAWN_CHILD_SIGNALED))) in check_spawn_segfault()
1486 if (!(dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY) || in check_spawn_exit()
1487 dbus_error_has_name (&error, DBUS_ERROR_SPAWN_CHILD_EXITED))) in check_spawn_exit()
1540 if (!(dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY) || in check_spawn_and_kill()
1541 dbus_error_has_name (&error, DBUS_ERROR_SPAWN_CHILD_SIGNALED))) in check_spawn_and_kill()
Ddbus-errors.h81 dbus_bool_t dbus_error_has_name (const DBusError *error,
Ddbus-errors.c302 dbus_error_has_name (const DBusError *error, in dbus_error_has_name() function
Ddbus-userdb.c259 if (dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)) in init_system_db()
Ddbus-internals.c861 if (dbus_error_has_name (&read_error, DBUS_ERROR_INVALID_FILE_CONTENT)) in _dbus_read_uuid_file()
Ddbus-auth.c588 if (dbus_error_has_name (&error, in sha1_handle_first_client_response()
915 if (dbus_error_has_name (&error, in handle_client_data_cookie_sha1_mech()
Ddbus-connection.c5676 if (dbus_error_has_name (&error, DBUS_ERROR_OBJECT_PATH_IN_USE)) in dbus_connection_register_object_path()
5748 if (dbus_error_has_name (&error, DBUS_ERROR_OBJECT_PATH_IN_USE)) in dbus_connection_register_fallback()
/external/dbus/
DChangeLog.pre-1-012618 * dbus/dbus-errors.c (dbus_error_has_name): new function