Lines Matching refs:ShillProxy
26 class ShillProxy(object): class
283 if key not in ShillProxy.SERVICE_PROPERTY_MAP:
285 dbus_dict[key] = ShillProxy.SERVICE_PROPERTY_MAP[key](
311 return ShillProxy.dbus2primitive(properties[property_key])
332 ShillProxy.str2dbus(dbus_class, value))
348 if property_key not in ShillProxy.MANAGER_OPTIONAL_PROPERTY_MAP:
352 dbus_class = ShillProxy.MANAGER_OPTIONAL_PROPERTY_MAP[property_key]
354 ShillProxy.str2dbus(dbus_class, value))
389 if e.get_dbus_name() != ShillProxy.DBUS_SERVICE_UNKNOWN:
393 time.sleep(ShillProxy.POLLING_INTERVAL_SECONDS)
434 dbus_config = ShillProxy.service_properties_to_dbus_types(config)
447 dbus_config = ShillProxy.service_properties_to_dbus_types(config)