Home | History | Annotate | Download | only in dbus

Lines Matching defs:Invoke

11 // arguments to the back to the next call to DBusInvoke::Invoke's arguments as
47 // DBusParamReader::Invoke() is a member function that actually extracts the
55 static bool Invoke(const CallbackType& handler,
100 // Call DBusParamReader::Invoke() to process the rest of parameters.
104 // all the parameters to the arguments of Invoke() and append the current
108 return DBusParamReader<allow_out_params, RestOfParams...>::Invoke(
128 // Call DBusParamReader::Invoke() to process the rest of parameters.
132 // all the parameters to the arguments of Invoke() and append the current
134 return DBusParamReader<allow_out_params, RestOfParams...>::Invoke(
147 static bool Invoke(const CallbackType& handler,