Searched refs:prop_dict (Results 1 – 2 of 2) sorted by relevance
102 def SetMultiple(self, interface_name, prop_dict): argument107 for property_name in prop_dict:108 new_value = prop_dict[property_name]119 self.PropertiesChanged(interface_name, prop_dict, [])
386 auto& prop_dict = sig.back().second; in register_interface() local388 prop_dict.emplace_back(property); in register_interface()