Searched refs:obj_properties (Results 1 – 3 of 3) sorted by relevance
23 obj_properties = obj.GetProperties(utf8_strings = True) variable26 for key in obj_properties.keys():28 (key, flimflam.convert_dbus_value(obj_properties[key], 4))
8 obj_properties = obj.GetProperties(utf8_strings = True) variable11 for key in obj_properties.keys():13 (key, flimflam.convert_dbus_value(obj_properties[key], 4))
329 obj_properties = obj.GetProperties(utf8_strings = True)337 if (prop in obj_properties and338 obj_properties[prop].find(substring) >= 0):