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

  /external/libbrillo/brillo/dbus/
dbus_method_response.cc 54 dbus::Response::FromMethodCall(method_call_).release()};
utils.cc 22 auto resp = dbus::ErrorResponse::FromMethodCall(
dbus_object.cc 122 dbus::ErrorResponse::FromMethodCall(method_call,
dbus_method_invoker_unittest.cc 238 auto error_response = dbus::ErrorResponse::FromMethodCall(
  /external/libchrome/dbus/
message.h 212 static scoped_ptr<Response> FromMethodCall(MethodCall* method_call);
238 static scoped_ptr<ErrorResponse> FromMethodCall(
exported_object.cc 291 ErrorResponse::FromMethodCall(
message.cc 410 scoped_ptr<Response> Response::FromMethodCall(MethodCall* method_call) {
438 scoped_ptr<ErrorResponse> ErrorResponse::FromMethodCall(

Completed in 6736 milliseconds