Home | History | Annotate | Download | only in networking

Lines Matching refs:property

135     # Mapping of service property to its dbus type.
242 """Typecast string property values to dbus types.
268 raise ShillProxyError('Unsupported property %s' % (key))
286 """get property on a dbus Interface
289 @param property_key string name of property on interface
290 @return python typed object representing property value or None
302 """set property on a dbus Interface
305 @param property_key string name of property on interface
306 @param value string value to set for property on interface from string
311 raise ShillProxyError('No property %s found in %s' %
321 """set an optional property on a dbus Interface.
324 in the profile. It skips the initial check of the property
328 @param property_key string name of property on interface
329 @param value string value to set for property on interface from string
333 raise ShillProxyError('Unsupported property %s' %
403 @param properties dictionary of service property:value pairs.
414 @param config dictionary of service property:value pairs.
452 """Wait till a property is in a list of expected values.
454 Block until the property |property_name| in |dbus_object| is in
459 @param property_name string property key in dbus_object.
463 seen the appropriate property value in time.
517 @property