Home
last modified time | relevance | path

Searched refs:GetDBusError (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/dbus/
Dutils.h31 BRILLO_EXPORT std::unique_ptr<dbus::Response> GetDBusError(
Ddbus_method_response.cc26 auto response = GetDBusError(method_call_, error); in ReplyWithError()
Dutils.cc25 std::unique_ptr<dbus::Response> GetDBusError(dbus::MethodCall* method_call, in GetDBusError() function