Lines Matching refs:error
31 DBusError error; in check_hello_from_self_reply() local
36 dbus_error_init (&error); in check_hello_from_self_reply()
38 connection = dbus_bus_get (DBUS_BUS_STARTER, &error); in check_hello_from_self_reply()
42 error.message); in check_hello_from_self_reply()
43 dbus_error_free (&error); in check_hello_from_self_reply()
60 &error, in check_hello_from_self_reply()
65 error.name, in check_hello_from_self_reply()
66 error.message); in check_hello_from_self_reply()
91 dbus_set_error_from_message (&error, reply); in check_hello_from_self_reply()
92 printf ("Error type in reply: %s\n", error.message); in check_hello_from_self_reply()
94 if (strcmp (error.name, DBUS_ERROR_NO_MEMORY) != 0) in check_hello_from_self_reply()
97 error.name, in check_hello_from_self_reply()
98 error.message); in check_hello_from_self_reply()
108 dbus_error_free (&error); in check_hello_from_self_reply()
125 DBusError error; in handle_run_hello_from_self() local
132 dbus_error_init (&error); in handle_run_hello_from_self()
135 &error, in handle_run_hello_from_self()
140 error.name, in handle_run_hello_from_self()
141 error.message); in handle_run_hello_from_self()
179 DBusError error; in handle_echo() local
185 dbus_error_init (&error); in handle_echo()
188 &error, in handle_echo()
193 error.name, in handle_echo()
194 error.message); in handle_echo()
335 DBusError error; in main() local
339 dbus_error_init (&error); in main()
340 connection = dbus_bus_get (DBUS_BUS_STARTER, &error); in main()
344 error.message); in main()
345 dbus_error_free (&error); in main()
375 0, &error); in main()
376 if (dbus_error_is_set (&error)) in main()
378 fprintf (stderr, "Error %s\n", error.message); in main()
380 error.message); in main()
381 dbus_error_free (&error); in main()