Searched defs:DBusParamReader (Results 1 - 1 of 1) sorted by relevance

/external/libbrillo/brillo/dbus/
H A Ddbus_param_reader.h30 // A generic DBusParamReader stub class which allows us to specialize on
34 // |allow_out_params| controls whether DBusParamReader allows the parameter
37 struct DBusParamReader;
39 // A generic specialization of DBusParamReader to handle variable function
41 // buffer and calls other specializations of DBusParamReader with fewer
46 struct DBusParamReader<allow_out_params, CurrentParam, RestOfParams...> { struct in namespace:brillo::dbus_utils
47 // DBusParamReader::Invoke() is a member function that actually extracts the
100 // Call DBusParamReader::Invoke() to process the rest of parameters.
103 // (ParamType) from DBusParamReader<> template parameter list and forward
108 return DBusParamReader<allow_out_param
145 struct DBusParamReader<allow_out_params> { struct in namespace:brillo::dbus_utils
[all...]

Completed in 427 milliseconds