Home
last modified time | relevance | path

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

/openbmc/pyphosphor/obmc/dbuslib/
H A Dbindings.py102 def SetMultiple(self, interface_name, prop_dict): argument
107 for property_name in prop_dict:
108 new_value = prop_dict[property_name]
119 self.PropertiesChanged(interface_name, prop_dict, [])
/openbmc/boost-dbus/include/dbus/
H A Dproperties.hpp386 auto& prop_dict = sig.back().second; in register_interface() local
388 prop_dict.emplace_back(property); in register_interface()