OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shill_proxy
(Results
26 - 40
of
40
) sorted by null
1
2
/external/autotest/client/site_tests/network_WlanDriver/
network_WlanDriver.py
11
from autotest_lib.client.cros.networking import
shill_proxy
114
proxy =
shill_proxy
.ShillProxy()
117
shill_proxy
.ShillProxy.MANAGER_PROPERTY_UNINITIALIZED_TECHNOLOGIES)
/system/update_engine/
connection_manager.cc
31
#include "update_engine/
shill_proxy
.h"
49
ConnectionManager::ConnectionManager(ShillProxyInterface*
shill_proxy
,
51
: shill_proxy_(
shill_proxy
), system_state_(system_state) {}
update_engine.gyp
273
'
shill_proxy
.cc',
/external/autotest/client/site_tests/cellular_ModemControl/
cellular_ModemControl.py
17
from autotest_lib.client.cros.networking import
shill_proxy
40
shill_proxy
.ShillProxy.TECHNOLOGY_CELLULAR)
44
shill_proxy
.ShillProxy.TECHNOLOGY_CELLULAR)
176
device,
shill_proxy
.ShillProxy.DEVICE_PROPERTY_POWERED)
187
service,
shill_proxy
.ShillProxy.SERVICE_PROPERTY_STATE)
379
shill_proxy
.ShillProxy.TECHNOLOGY_CELLULAR)
401
shill_proxy
.ShillProxy.TECHNOLOGY_CELLULAR)
/external/autotest/client/site_tests/network_DhcpStaticIP/
network_DhcpStaticIP.py
139
connect_result = self.
shill_proxy
.wait_for_property_in(
141
self.
shill_proxy
.SERVICE_PROPERTY_STATE,
226
manager = self.
shill_proxy
.manager
/external/autotest/client/site_tests/network_DhcpFQDN/
network_DhcpFQDN.py
10
from autotest_lib.client.cros.networking import
shill_proxy
/external/autotest/client/site_tests/network_DhcpFailureWithStaticIP/
network_DhcpFailureWithStaticIP.py
36
ipconfig_properties = self.
shill_proxy
.dbus2primitive(
/system/update_engine/update_manager/
state_factory.cc
39
#include "update_engine/
shill_proxy
.h"
/external/autotest/client/site_tests/network_Ipv6SimpleNegotiation/
network_Ipv6SimpleNegotiation.py
12
from autotest_lib.client.cros.networking import
shill_proxy
70
ipconfig_properties =
shill_proxy
.ShillProxy.dbus2primitive(
/external/autotest/client/site_tests/network_VPNConnect/
network_VPNConnect.py
15
from autotest_lib.client.cros.networking import
shill_proxy
60
device_path =
shill_proxy
.ShillProxy.dbus2primitive(device.object_path)
217
self._shill_proxy =
shill_proxy
.ShillProxy()
/external/autotest/client/site_tests/cellular_DisableWhileConnecting/
cellular_DisableWhileConnecting.py
14
from autotest_lib.client.cros.networking import
shill_proxy
158
shill_proxy
.ShillProxy.DEVICE_PROPERTY_POWERED)
/external/autotest/client/cros/networking/
wifi_proxy.py
10
from autotest_lib.client.cros.networking import
shill_proxy
13
class WifiProxy(
shill_proxy
.ShillProxy):
shill_xmlrpc_server.py
19
from autotest_lib.client.cros.networking import
shill_proxy
464
shill_proxy
.ShillProxy.set_dbus_property(device_object,
/external/autotest/client/site_tests/network_ProxyResolver/
network_ProxyResolver.py
19
from autotest_lib.client.cros.networking import
shill_proxy
221
self._shill =
shill_proxy
.ShillProxy.get_proxy()
/external/autotest/server/cros/network/
wifi_client.py
[
all
...]
Completed in 388 milliseconds
1
2