Home
last modified time | relevance | path

Searched refs:OnMethodCompleted (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/dbus/
Dexported_object.cc263 FROM_HERE, base::BindOnce(&ExportedObject::OnMethodCompleted, this, in SendResponse()
267 OnMethodCompleted(std::move(method_call), std::move(response), start_time); in SendResponse()
271 void ExportedObject::OnMethodCompleted(std::unique_ptr<MethodCall> method_call, in OnMethodCompleted() function in dbus::ExportedObject
Dexported_object.h155 void OnMethodCompleted(std::unique_ptr<MethodCall> method_call,