Searched refs:changed_properties (Results 1 – 1 of 1) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | test_dbus.py | 490 def propertiesChanged2(self, interface_name, changed_properties, argument 492 …ed_properties=%s invalidated_properties=%s" % (interface_name, str(changed_properties), str(invali… 495 if "ProcessCredentials" in changed_properties: 4839 def propertiesChanged(self, interface_name, changed_properties, argument 4841 …ed_properties=%s invalidated_properties=%s" % (interface_name, str(changed_properties), str(invali… 4844 if "Groups" not in changed_properties: 4846 if len(changed_properties["Groups"]) > 0: 4848 if len(changed_properties["Groups"]) == 0: 4930 def propertiesChanged(self, interface_name, changed_properties, argument 4932 …ed_properties=%s invalidated_properties=%s" % (interface_name, str(changed_properties), str(invali… [all …]
|