Lines Matching refs:ShillProxy
26 class ShillProxy(object): class
279 if key not in ShillProxy.SERVICE_PROPERTY_MAP:
281 (dbus_type, kwargs) = ShillProxy.SERVICE_PROPERTY_MAP[key]
307 return ShillProxy.dbus2primitive(properties[property_key])
328 ShillProxy.str2dbus(dbus_class, value))
344 if property_key not in ShillProxy.MANAGER_OPTIONAL_PROPERTY_MAP:
348 dbus_class = ShillProxy.MANAGER_OPTIONAL_PROPERTY_MAP[property_key]
350 ShillProxy.str2dbus(dbus_class, value))
385 if e.get_dbus_name() != ShillProxy.DBUS_SERVICE_UNKNOWN:
389 time.sleep(ShillProxy.POLLING_INTERVAL_SECONDS)
431 dbus_config = ShillProxy.service_properties_to_dbus_types(config)
445 dbus_config = ShillProxy.service_properties_to_dbus_types(config)