/external/dbus/bus/ |
D | activation-helper-bin.c | 38 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()
|
D | activation.c | 316 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()
|
D | test-launch-helper.c | 80 if (!dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)) in bus_activation_helper_oom_test()
|
D | dispatch.c | 356 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 …]
|
D | main.c | 257 _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()
|
D | config-parser-trivial.c | 363 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()
|
D | activation-helper.c | 113 if (dbus_error_has_name (&tmp_error, DBUS_ERROR_NO_MEMORY)) in desktop_file_for_name()
|
D | services.c | 447 dbus_error_has_name (error, DBUS_ERROR_NO_MEMORY)) in bus_registry_acquire_service()
|
D | config-parser.c | 2137 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()
|
D | connection.c | 231 if (dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)) in bus_connection_disconnected()
|
D | signals.c | 2076 if (dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)) in check_parse()
|
/external/dbus/dbus/ |
D | dbus-spawn-win.c | 824 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()
|
D | dbus-spawn.c | 1384 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()
|
D | dbus-errors.h | 81 dbus_bool_t dbus_error_has_name (const DBusError *error,
|
D | dbus-errors.c | 302 dbus_error_has_name (const DBusError *error, in dbus_error_has_name() function
|
D | dbus-userdb.c | 259 if (dbus_error_has_name (&error, DBUS_ERROR_NO_MEMORY)) in init_system_db()
|
D | dbus-internals.c | 861 if (dbus_error_has_name (&read_error, DBUS_ERROR_INVALID_FILE_CONTENT)) in _dbus_read_uuid_file()
|
D | dbus-auth.c | 588 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()
|
D | dbus-connection.c | 5676 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/ |
D | ChangeLog.pre-1-0 | 12618 * dbus/dbus-errors.c (dbus_error_has_name): new function
|