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 196 return self._shill_proxy
354 self._shill_proxy = wpa_cli_proxy.WpaCliProxy(
356 self._wpa_cli_proxy = self._shill_proxy
358 self._shill_proxy = get_xmlrpc_proxy(self.host)
359 interfaces = self._shill_proxy.list_controlled_wifi_interfaces()
444 method_name in self._shill_proxy.system.listMethods())
647 success, state, time = self._shill_proxy.wait_for_service_states(
661 self._shill_proxy.do_suspend(seconds)
673 self._shill_proxy.do_suspend_bg(seconds)
696 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/site_tests/power_LoadTest/
power_LoadTest.py 95 self._shill_proxy = None
130 self._shill_proxy = wifi_proxy.WifiProxy()
131 self._shill_proxy.remove_all_wifi_entries()
133 raw_output = self._shill_proxy.connect_to_wifi_network(
393 if self._shill_proxy:
394 self._shill_proxy.remove_all_wifi_entries()
  /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

Completed in 313 milliseconds