HomeSort by relevance Sort by last modified time
    Searched refs:_shill_proxy (Results 1 - 7 of 7) sorted by null

  /external/autotest/client/site_tests/network_8021xEapDetection/
network_8021xEapDetection.py 33 device = self._shill_proxy.find_object('Device',
39 return self._shill_proxy.dbus2primitive(
45 self._shill_proxy = shill_proxy.ShillProxy()
  /external/autotest/client/site_tests/network_8021xWiredAuthentication/
network_8021xWiredAuthentication.py 40 device = self._shill_proxy.find_object('Device',
71 result = self._shill_proxy.wait_for_property_in(
86 service = self._shill_proxy.configure_service({
98 self._shill_proxy = shill_proxy.ShillProxy()
99 manager = self._shill_proxy.manager
  /external/autotest/server/cros/network/
wifi_client.py 220 return self._shill_proxy
377 self._shill_proxy = wpa_cli_proxy.WpaCliProxy(
379 self._wpa_cli_proxy = self._shill_proxy
388 self._shill_proxy = get_xmlrpc_proxy(self.host)
389 interfaces = self._shill_proxy.list_controlled_wifi_interfaces()
474 method_name in self._shill_proxy.system.listMethods())
704 success, state, time = self._shill_proxy.wait_for_service_states(
718 self._shill_proxy.do_suspend(seconds)
730 self._shill_proxy.do_suspend_bg(seconds)
753 return self._shill_proxy.get_active_wifi_SSIDs(
    [all...]
  /external/autotest/client/site_tests/network_VPNConnect/
network_VPNConnect.py 42 device = self._shill_proxy.find_object('Device',
61 return self._shill_proxy.find_object('Service', {'Device': device_path})
196 proxy = self._shill_proxy
214 self._shill_proxy = shill_proxy.ShillProxy()
225 manager = self._shill_proxy.manager
  /external/autotest/client/cros/
dhcpv6_test_base.py 125 self._shill_proxy = shill_proxy.ShillProxy()
194 return self._shill_proxy
dhcp_test_base.py 162 self._shill_proxy = shill_proxy.ShillProxy()
229 return self._shill_proxy
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 95 self._shill_proxy = None
136 self._shill_proxy = wifi_proxy.WifiProxy()
137 self._shill_proxy.remove_all_wifi_entries()
139 raw_output = self._shill_proxy.connect_to_wifi_network(
458 if self._shill_proxy:
459 self._shill_proxy.remove_all_wifi_entries()

Completed in 422 milliseconds