Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Ddbus_object_internal_impl.h55 virtual void HandleMethod(dbus::MethodCall* method_call,
79 void HandleMethod(dbus::MethodCall* method_call, in HandleMethod() function
113 void HandleMethod(dbus::MethodCall* method_call, in HandleMethod() function
159 void HandleMethod(dbus::MethodCall* method_call, in HandleMethod() function
210 void HandleMethod(dbus::MethodCall* method_call, in HandleMethod() function
260 void HandleMethod(dbus::MethodCall* method_call, in HandleMethod() function
307 void HandleMethod(dbus::MethodCall* method_call, in HandleMethod() function
348 void HandleMethod(dbus::MethodCall* method_call, in HandleMethod() function
Ddbus_object.cc129 pair->second->HandleMethod(method_call, sender); in HandleMethodCall()