Home
last modified time | relevance | path

Searched defs:error_name (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/dbus/
Dutils.cc19 const std::string& error_name, in CreateDBusErrorResponse()
28 std::string error_name = DBUS_ERROR_FAILED; // Default error code. in GetDBusError() local
/external/libchrome/dbus/
Dmessage.cc288 bool Message::SetErrorName(const std::string& error_name) { in SetErrorName()
325 const char* error_name = dbus_message_get_error_name(raw_message_); in GetErrorName() local
440 const std::string& error_name, in FromMethodCall()
Dobject_proxy.cc565 const base::StringPiece& error_name, in LogMethodCallFailure()