Searched defs:send_error (Results 1 - 2 of 2) sorted by relevance

/external/dbus/bus/
H A Dconfig-parser.c1142 const char *send_error; local
1167 "send_error", &send_error,
1187 if (!(send_interface || send_member || send_error || send_destination ||
1225 if (((send_interface && send_error) ||
1235 ((send_member && send_error) ||
1245 ((send_error && receive_interface) ||
1246 (send_error && receive_member) ||
1247 (send_error && receive_error) ||
1248 (send_error
[all...]
/external/dbus/dbus/
H A Ddbus-auth.c230 static dbus_bool_t send_error (DBusAuth *auth,
843 if (send_error (auth,
859 if (send_error (auth,
885 if (send_error (auth, "Server sent invalid cookie context"))
892 if (send_error (auth, "Could not parse cookie ID as an integer"))
899 if (send_error (auth, "Empty server challenge string"))
928 if (send_error (auth, "Could not load cookie file"))
967 if (send_error (auth, "Don't have the requested cookie ID"))
1508 send_error (DBusAuth *auth, const char *message) function
1625 if (!send_error (aut
[all...]

Completed in 103 milliseconds