Searched defs:error_name (Results 1 - 4 of 4) sorted by relevance

/external/libbrillo/brillo/dbus/
H A Dutils.cc19 const std::string& error_name,
21 return dbus::ErrorResponse::FromMethodCall(method_call, error_name,
28 std::string error_name = DBUS_ERROR_FAILED; // Default error code. local
35 error_name = error->GetCode();
49 return CreateDBusErrorResponse(method_call, error_name, error_message);
17 CreateDBusErrorResponse( dbus::MethodCall* method_call, const std::string& error_name, const std::string& error_message) argument
/external/adhd/cras/src/tests/
H A Ddbus_test.cc114 DBusMatch& DBusMatch::SendError(std::string error_name, argument
117 error_name_ = error_name;
/external/libchrome/dbus/
H A Dobject_proxy.cc566 const base::StringPiece& error_name,
569 (error_name == kErrorServiceUnknown || error_name == kErrorObjectUnknown))
575 << ": " << error_name << ": " << error_message;
580 if (error_name == kErrorObjectUnknown)
563 LogMethodCallFailure( const base::StringPiece& interface_name, const base::StringPiece& method_name, const base::StringPiece& error_name, const base::StringPiece& error_message) const argument
H A Dmessage.cc261 AppendStringHeader("error_name", GetErrorName(), &headers);
288 bool Message::SetErrorName(const std::string& error_name) { argument
289 return dbus_message_set_error_name(raw_message_, error_name.c_str());
325 const char* error_name = dbus_message_get_error_name(raw_message_); local
326 return error_name ? error_name : "";
440 const std::string& error_name,
444 error_name.c_str(),
438 FromMethodCall( MethodCall* method_call, const std::string& error_name, const std::string& error_message) argument

Completed in 476 milliseconds