Lines Matching refs:properties
103 properties = service.GetProperties(utf8_strings = True)
104 state = properties.get(property_name, None)
318 properties = self.manager.GetProperties(utf8_strings = True)
319 for path in properties[FlimFlam._GetContainerName(kind)]:
325 properties = self.manager.GetProperties(utf8_strings = True)
326 for path in properties[FlimFlam._GetContainerName(kind)]:
342 def GetObjectList(self, kind, properties=None): argument
343 if properties is None:
344 properties = self.manager.GetProperties(utf8_strings = True)
346 for path in properties[FlimFlam._GetContainerName(kind)]]
349 properties = self.manager.GetProperties(utf8_strings = True)
350 return self.GetObjectInterface("Profile", properties["ActiveProfile"])
370 properties = self.manager.GetProperties(utf8_strings = True)
371 return properties["State"]
415 properties = self.manager.GetProperties(utf8_strings = True)
416 return properties["Country"]
422 properties = self.manager.GetProperties(utf8_strings = True)
423 return properties["CheckPortalList"]
429 properties = self.manager.GetProperties(utf8_strings = True)
430 return properties["PortalURL"]
436 properties = self.manager.GetProperties()
437 return properties["ArpGateway"]