OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShillProxy
(Results
26 - 33
of
33
) sorted by null
1
2
/external/autotest/client/site_tests/network_VPNConnect/
network_VPNConnect.py
60
device_path = shill_proxy.
ShillProxy
.dbus2primitive(device.object_path)
217
self._shill_proxy = shill_proxy.
ShillProxy
()
/external/autotest/client/cros/networking/
cellular_proxy.py
13
class CellularProxy(shill_proxy.
ShillProxy
):
48
Set the log level to |
ShillProxy
.LOG_LEVEL_FOR_TEST| and the log scopes
49
to the ones defined in |
ShillProxy
.LOG_SCOPES_FOR_TEST| for
50
|
ShillProxy
.TECHNOLOGY_CELLULAR|.
wifi_proxy.py
13
class WifiProxy(shill_proxy.
ShillProxy
):
20
Set the log level to |
ShillProxy
.LOG_LEVEL_FOR_TEST| and the log scopes
21
to the ones defined in |
ShillProxy
.LOG_SCOPES_FOR_TEST| for
22
|
ShillProxy
.TECHNOLOGY_WIFI|.
shill_xmlrpc_server.py
464
shill_proxy.
ShillProxy
.set_dbus_property(device_object,
/external/autotest/client/site_tests/network_Ipv6SimpleNegotiation/
network_Ipv6SimpleNegotiation.py
70
ipconfig_properties = shill_proxy.
ShillProxy
.dbus2primitive(
/system/update_engine/
connection_manager.cc
45
new ConnectionManager(new
ShillProxy
(), system_state));
/external/autotest/client/site_tests/cellular_DisableWhileConnecting/
cellular_DisableWhileConnecting.py
158
shill_proxy.
ShillProxy
.DEVICE_PROPERTY_POWERED)
/external/autotest/client/site_tests/network_ProxyResolver/
network_ProxyResolver.py
221
self._shill = shill_proxy.
ShillProxy
.get_proxy()
Completed in 1074 milliseconds
1
2