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

  /external/dbus/dbus/
dbus-auth.c 224 static dbus_bool_t send_error (DBusAuth *auth,
793 if (send_error (auth,
809 if (send_error (auth,
835 if (send_error (auth, "Server sent invalid cookie context"))
842 if (send_error (auth, "Could not parse cookie ID as an integer"))
849 if (send_error (auth, "Empty server challenge string"))
878 if (send_error (auth, "Could not load cookie file"))
917 if (send_error (auth, "Don't have the requested cookie ID"))
1320 send_error (DBusAuth *auth, const char *message) function
    [all...]
  /external/dbus/bus/
config-parser.c 1092 const char *send_error; local
1117 "send_error", &send_error,
1136 if (!(send_interface || send_member || send_error || send_destination ||
1174 if (((send_interface && send_error) ||
1185 ((send_member && send_error) ||
1196 ((send_error && receive_interface) ||
1197 (send_error && receive_member) ||
1198 (send_error && receive_error) ||
1199 (send_error && receive_sender) |
    [all...]

Completed in 21 milliseconds