Home
last modified time | relevance | path

Searched refs:FromMethodCall (Results 1 – 7 of 7) sorted by relevance

/external/libbrillo/brillo/dbus/
Ddbus_method_response.cc54 dbus::Response::FromMethodCall(method_call_).release()}; in CreateCustomResponse()
Dutils.cc22 auto resp = dbus::ErrorResponse::FromMethodCall( in CreateDBusErrorResponse()
Ddbus_object.cc122 dbus::ErrorResponse::FromMethodCall(method_call, in HandleMethodCall()
Ddbus_method_invoker_unittest.cc238 auto error_response = dbus::ErrorResponse::FromMethodCall( in HandleCall()
/external/libchrome/dbus/
Dmessage.h212 static scoped_ptr<Response> FromMethodCall(MethodCall* method_call);
238 static scoped_ptr<ErrorResponse> FromMethodCall(
Dexported_object.cc291 ErrorResponse::FromMethodCall( in OnMethodCompleted()
Dmessage.cc410 scoped_ptr<Response> Response::FromMethodCall(MethodCall* method_call) { in FromMethodCall() function in dbus::Response
438 scoped_ptr<ErrorResponse> ErrorResponse::FromMethodCall( in FromMethodCall() function in dbus::ErrorResponse