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

  /external/autotest/client/site_tests/network_RestartShill/
network_RestartShill.py 24 shill = shill_proxy.ShillProxy.get_proxy()
  /external/autotest/frontend/afe/
rpc_client_lib.py 17 def get_proxy(*args, **kwargs): function
27 @returns A dictionary of authorization headers to pass in to get_proxy().
  /external/autotest/client/site_tests/network_DefaultProfileServices/
network_DefaultProfileServices.py 31 shill = shill_proxy.ShillProxy.get_proxy()
48 shill = shill_proxy.ShillProxy.get_proxy()
  /external/autotest/client/site_tests/network_DefaultProfileCreation/
network_DefaultProfileCreation.py 54 shill = shill_proxy.ShillProxy.get_proxy()
  /external/autotest/server/
frontend_unittest.py 41 rpc_client_lib.get_proxy.expect_call(
frontend.py 96 self.proxy = rpc_client_lib.get_proxy(rpc_server, headers=headers)
  /external/autotest/client/site_tests/network_CDMAActivate/
network_CDMAActivate.py 40 self.pseudomm = pm_proxy.PseudoMMProxy.get_proxy()
204 modem = pm_proxy.PseudoMMProxy.get_proxy().get_modem()
  /external/autotest/client/site_tests/cellular_DeferredRegistration/
cellular_DeferredRegistration.py 30 self.pseudomm = pm_proxy.PseudoMMProxy.get_proxy()
  /external/autotest/client/site_tests/network_BasicProfileProperties/
network_BasicProfileProperties.py 44 shill = wifi_proxy.WifiProxy.get_proxy()
  /external/autotest/cli/
rpc.py 53 return rpc_client_lib.get_proxy(rpc_server, headers=headers)
  /external/autotest/client/cros/networking/
shill_context.py 73 shill = shill_proxy.ShillProxy.get_proxy()
mm1_proxy.py 37 def get_proxy(cls, bus=None, timeout_seconds=10): member in class:ModemManager1Proxy
58 # SubclassOfModemManager1Proxy.get_proxy() will get a proxy of
shill_proxy.py 331 def get_proxy(cls, bus=None, timeout_seconds=10): member in class:ShillProxy
335 ShillProxy. A call to SomeSubclassOfShillProxy.get_proxy() will return
358 # called. This way, calling SubclassOfShillProxy.get_proxy()
  /external/autotest/client/site_tests/buffet_BasicDBusAPI/
buffet_BasicDBusAPI.py 95 shill = wifi_proxy.WifiProxy.get_proxy()
  /external/autotest/client/site_tests/cellular_OutOfCreditsSubscriptionState/
cellular_OutOfCreditsSubscriptionState.py 110 self.pseudomm = pm_proxy.PseudoMMProxy.get_proxy()
  /external/autotest/client/site_tests/network_ChromeCellularSmokeTest/
network_ChromeCellularSmokeTest.py 30 pseudomm = pm_proxy.PseudoMMProxy.get_proxy()
  /external/autotest/client/site_tests/network_WiFiInvalidParameters/
network_WiFiInvalidParameters.py 169 shill = wifi_proxy.WifiProxy.get_proxy()
  /external/autotest/client/cros/cellular/
test_environment.py 176 shill = cellular_proxy.CellularProxy.get_proxy(self.bus)
203 # CellularProxy.get_proxy() checks to see if shill is running and
205 self.shill = cellular_proxy.CellularProxy.get_proxy(self.bus)
  /external/autotest/client/site_tests/network_3GScanningProperty/
network_3GScanningProperty.py 163 self._cellular_proxy = cellular_proxy.CellularProxy.get_proxy()
230 self._cellular_proxy = cellular_proxy.CellularProxy.get_proxy()
  /external/autotest/client/site_tests/network_ChromeCellularNetworkProperties/
network_ChromeCellularNetworkProperties.py 133 self._modem = mm1_proxy.ModemManager1Proxy.get_proxy().get_modem()
  /external/autotest/client/site_tests/network_LTEActivate/
network_LTEActivate.py 334 self.pseudomm = pm_proxy.PseudoMMProxy.get_proxy()
  /external/autotest/client/site_tests/network_ProxyResolver/
network_ProxyResolver.py 221 self._shill = shill_proxy.ShillProxy.get_proxy()

Completed in 288 milliseconds