Lines Matching refs:ShillProxy
15 """Exceptions raised by ShillProxy and its children."""
20 """Timeout exception raised by ShillProxy and its children."""
26 class ShillProxy(object):
267 if key not in ShillProxy.SERVICE_PROPERTY_MAP:
269 dbus_dict[key] = ShillProxy.SERVICE_PROPERTY_MAP[key](
295 return ShillProxy.dbus2primitive(properties[property_key])
316 ShillProxy.str2dbus(dbus_class, value))
332 if property_key not in ShillProxy.MANAGER_OPTIONAL_PROPERTY_MAP:
336 dbus_class = ShillProxy.MANAGER_OPTIONAL_PROPERTY_MAP[property_key]
338 ShillProxy.str2dbus(dbus_class, value))
346 ShillProxy. A call to SomeSubclassOfShillProxy.get_proxy() will return
361 @return a ShillProxy instance if we connected, or None otherwise
373 if e.get_dbus_name() != ShillProxy.DBUS_SERVICE_UNKNOWN:
377 time.sleep(ShillProxy.POLLING_INTERVAL_SECONDS)
418 dbus_config = ShillProxy.service_properties_to_dbus_types(config)