Home
last modified time | relevance | path

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

/openbmc/boost-dbus/include/dbus/
H A Dproperties.hpp102 const std::vector<std::string>& input_arg_names, in LambdaDbusMethod() argument
107 arg_types(true, t, args, &input_arg_names); in LambdaDbusMethod()
273 const std::vector<std::string>& input_arg_names, in register_method() argument
277 name, new LambdaDbusMethod<Handler>(name, input_arg_names, in register_method()