Home
last modified time | relevance | path

Searched refs:get_proxy (Results 1 – 24 of 24) sorted by relevance

/external/autotest/client/site_tests/network_DefaultProfileServices/
Dnetwork_DefaultProfileServices.py31 shill = shill_proxy.ShillProxy.get_proxy()
48 shill = shill_proxy.ShillProxy.get_proxy()
/external/autotest/client/cros/networking/
Dshill_context.py42 shill = shill_proxy.ShillProxy.get_proxy()
82 shill = shill_proxy.ShillProxy.get_proxy()
147 shill = shill_proxy.ShillProxy.get_proxy()
Dmm1_proxy.py37 def get_proxy(cls, bus=None, timeout_seconds=10): member in ModemManager1Proxy
Dshill_proxy.py342 def get_proxy(cls, bus=None, timeout_seconds=10): member in ShillProxy
/external/autotest/client/site_tests/cellular_ActivateCDMA/
Dcellular_ActivateCDMA.py40 self.pseudomm = pm_proxy.PseudoMMProxy.get_proxy()
204 modem = pm_proxy.PseudoMMProxy.get_proxy().get_modem()
/external/autotest/client/site_tests/network_RestartShill/
Dnetwork_RestartShill.py24 shill = shill_proxy.ShillProxy.get_proxy()
/external/autotest/frontend/afe/
Drpc_client_lib.py39 def get_proxy(*args, **kwargs): function
/external/autotest/server/
Dfrontend_unittest.py43 rpc_client_lib.get_proxy.expect_call(
Dfrontend.py97 self.proxy = rpc_client_lib.get_proxy(rpc_server, headers=headers)
/external/autotest/client/cros/cellular/
Dtest_environment.py171 shill = cellular_proxy.CellularProxy.get_proxy(self.bus)
200 self.shill = cellular_proxy.CellularProxy.get_proxy(self.bus)
/external/autotest/client/site_tests/network_DefaultProfileCreation/
Dnetwork_DefaultProfileCreation.py53 shill = shill_proxy.ShillProxy.get_proxy()
/external/autotest/client/site_tests/cellular_ScanningProperty/
Dcellular_ScanningProperty.py163 self._cellular_proxy = cellular_proxy.CellularProxy.get_proxy()
230 self._cellular_proxy = cellular_proxy.CellularProxy.get_proxy()
/external/autotest/client/site_tests/network_BasicProfileProperties/
Dnetwork_BasicProfileProperties.py44 shill = wifi_proxy.WifiProxy.get_proxy()
/external/autotest/client/site_tests/cellular_DeferredRegistration/
Dcellular_DeferredRegistration.py30 self.pseudomm = pm_proxy.PseudoMMProxy.get_proxy()
/external/autotest/cli/
Drpc.py49 return rpc_client_lib.get_proxy(rpc_server, headers=headers)
/external/autotest/client/site_tests/network_WlanDriver/
Dnetwork_WlanDriver.py116 uninit = proxy.get_proxy().get_dbus_property(proxy.manager,
/external/autotest/client/site_tests/network_ChromeCellularSmokeTest/
Dnetwork_ChromeCellularSmokeTest.py30 pseudomm = pm_proxy.PseudoMMProxy.get_proxy()
/external/autotest/client/site_tests/buffet_BasicDBusAPI/
Dbuffet_BasicDBusAPI.py95 shill = wifi_proxy.WifiProxy.get_proxy()
/external/autotest/client/site_tests/cellular_OutOfCreditsSubscriptionState/
Dcellular_OutOfCreditsSubscriptionState.py110 self.pseudomm = pm_proxy.PseudoMMProxy.get_proxy()
/external/autotest/client/site_tests/network_WiFiInvalidParameters/
Dnetwork_WiFiInvalidParameters.py169 shill = wifi_proxy.WifiProxy.get_proxy()
/external/autotest/client/site_tests/network_ChromeCellularNetworkProperties/
Dnetwork_ChromeCellularNetworkProperties.py133 self._modem = mm1_proxy.ModemManager1Proxy.get_proxy().get_modem()
/external/autotest/client/site_tests/cellular_ActivateLTE/
Dcellular_ActivateLTE.py334 self.pseudomm = pm_proxy.PseudoMMProxy.get_proxy()
/external/autotest/client/site_tests/network_ProxyResolver/
Dnetwork_ProxyResolver.py221 self._shill = shill_proxy.ShillProxy.get_proxy()
/external/autotest/frontend/afe/doctests/
D001_rpc_test.txt7 # rpc_interface = rpc_client_lib.get_proxy(