Home
last modified time | relevance | path

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

/openbmc/boost-dbus/include/dbus/
H A Dproperties.hpp41 const std::vector<std::string>* arg_names = nullptr) {} in arg_types() argument
49 const std::vector<std::string>* arg_names = nullptr) {
55 if (arg_names == nullptr || arg_names->size() <= TupleIndex) {
62 name = (*arg_names)[TupleIndex];
66 arg_types<TupleIndex + 1, Tp...>(in, t, v, arg_names);
73 const std::vector<std::string>* arg_names = nullptr) { in arg_types() argument
76 if (arg_names == nullptr || arg_names->size() < 1) { in arg_types()
79 name = (*arg_names)[0]; in arg_types()
283 const std::string& name, const std::vector<std::string> arg_names) { in register_signal() argument
285 name, object_name, interface_name, arg_names, conn); in register_signal()
/openbmc/openbmc-test-automation/lib/
H A Dgen_arg.py300 arg_names = list(kwargs.keys())
301 gv.valid_list(arg_names, ["term_requests"])