Lines Matching refs:shill
39 shill = shill_proxy.ShillProxy.get_proxy()
43 enabled = shill.get_dbus_property(
44 shill.manager,
50 prohibited_csv = shill.get_dbus_property(
51 shill.manager,
70 shill.set_dbus_property(
71 shill.manager,
79 shill = shill_proxy.ShillProxy.get_proxy()
82 shill.set_dbus_property(
83 shill.manager,
89 enabled = shill.get_dbus_property(
90 shill.manager,
94 shill.manager.EnableTechnology(technology)
148 shill = shill_proxy.ShillProxy.get_proxy()
149 manager_properties = shill.manager.GetProperties(utf8_strings=True)