Home
last modified time | relevance | path

Searched refs:ShillProxyError (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/cros/networking/
Dcellular_proxy.py135 raise shill_proxy.ShillProxyError(
140 raise shill_proxy.ShillProxyError(
145 raise shill_proxy.ShillProxyError(
181 raise shill_proxy.ShillProxyError(
190 raise shill_proxy.ShillProxyError(
Dshill_proxy.py27 class ShillProxyError(Exception): class
32 class ShillProxyTimeoutError(ShillProxyError):
294 raise ShillProxyError('Unsupported property %s' % (key))
337 raise ShillProxyError('No property %s found in %s' %
359 raise ShillProxyError('Unsupported property %s' % (property_key))
399 raise ShillProxyError('Error connecting to shill')
/external/autotest/client/site_tests/cellular_SafetyDance/
Dcellular_SafetyDance.py103 except shill_proxy.ShillProxyError:
128 except shill_proxy.ShillProxyError:
/external/autotest/client/cros/cellular/
Dtest_environment.py165 shill_proxy.ShillProxyError) as e: