OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dbus2primitive
(Results
1 - 22
of
22
) sorted by null
/external/autotest/client/cros/
dbus_util.py
12
def
dbus2primitive
(value):
function
35
return [
dbus2primitive
(x) for x in value]
37
return tuple([
dbus2primitive
(x) for x in value])
39
return dict([(
dbus2primitive
(k),
dbus2primitive
(v))
73
objects =
dbus2primitive
(object_manager.GetManagedObjects())
dhcpv6_test_base.py
61
device_path = shill_proxy.ShillProxy.
dbus2primitive
(device.object_path)
118
return shill_proxy.ShillProxy.
dbus2primitive
(dhcp_properties)
dhcp_test_base.py
97
device_path = shill_proxy.ShillProxy.
dbus2primitive
(device.object_path)
154
return shill_proxy.ShillProxy.
dbus2primitive
(dhcp_properties)
/external/autotest/client/cros/scripts/
profile
45
active_name = shill.
dbus2primitive
(
68
properties = shill.
dbus2primitive
(
90
properties = shill.
dbus2primitive
(
96
pprint.pprint(shill.
dbus2primitive
(profile.GetEntry(ident)),
108
properties = shill.
dbus2primitive
(
device
47
shill.
dbus2primitive
(device.GetProperties(utf8_strings=True)),
/external/autotest/client/site_tests/network_BasicProfileProperties/
network_BasicProfileProperties.py
51
profile_properties = shill.
dbus2primitive
(
60
entries = shill.
dbus2primitive
(self.get_field_from_properties(
/external/autotest/client/common_lib/cros/tendo/
buffet_dbus_helper.py
63
return dbus_util.
dbus2primitive
(dbus_value)
buffet_tester.py
172
objects = dbus_util.
dbus2primitive
(
216
device_id = dbus_util.
dbus2primitive
(
/external/autotest/client/site_tests/network_8021xEapDetection/
network_8021xEapDetection.py
39
return self._shill_proxy.
dbus2primitive
(
/external/autotest/client/site_tests/network_DhcpFailureWithStaticIP/
network_DhcpFailureWithStaticIP.py
36
ipconfig_properties = self.shill_proxy.
dbus2primitive
(
/external/autotest/client/cros/networking/
apmanager_proxy.py
119
value = dbus_util.
dbus2primitive
(
168
dbus_util.
dbus2primitive
(self._manager.CreateService()))
shill_xmlrpc_server.py
115
profile_name = self._wifi_proxy.
dbus2primitive
(
217
profile_properties = shill.
dbus2primitive
(
222
if shill.
dbus2primitive
(entry[shill.ENTRY_FIELD_NAME]) == ssid:
255
properties = self._wifi_proxy.
dbus2primitive
(
336
return self._wifi_proxy.
dbus2primitive
(service_properties)
413
return self._wifi_proxy.
dbus2primitive
(
530
return self._wifi_proxy.
dbus2primitive
(
shill_proxy.py
257
def
dbus2primitive
(cls, value):
member in class:ShillProxy
263
return dbus_util.
dbus2primitive
(value)
277
return ShillProxy.
dbus2primitive
(properties[property_key])
443
properties = self.
dbus2primitive
(
459
updated_property, value = map(self.
dbus2primitive
,
587
self.
dbus2primitive
(object_properties[name]) != value):
shill_context.py
60
self._initial_autoconnect = shill_proxy.ShillProxy.
dbus2primitive
(
wifi_proxy.py
174
strength = self.
dbus2primitive
(
318
service_properties = self.
dbus2primitive
(service.GetProperties(
/external/autotest/client/site_tests/network_DhcpVendorEncapsulatedOptions/
network_DhcpVendorEncapsulatedOptions.py
46
device_path = shill_proxy.ShillProxy.
dbus2primitive
(device.object_path)
/external/autotest/client/cros/tendo/
peerd_dbus_helper.py
89
objects = dbus_util.
dbus2primitive
(dbus_objects)
/external/autotest/client/site_tests/network_8021xWiredAuthentication/
network_8021xWiredAuthentication.py
60
return shill_proxy.ShillProxy.
dbus2primitive
(
/external/autotest/client/site_tests/network_Ipv6SimpleNegotiation/
network_Ipv6SimpleNegotiation.py
70
ipconfig_properties = shill_proxy.ShillProxy.
dbus2primitive
(
/external/autotest/client/cros/tendo/n_faced_peerd/
manager.py
79
owner = dbus_util.
dbus2primitive
(owner)
/external/autotest/client/site_tests/network_VPNConnect/
network_VPNConnect.py
60
device_path = shill_proxy.ShillProxy.
dbus2primitive
(device.object_path)
/external/autotest/client/site_tests/network_SIMLocking/
network_SIMLocking.py
91
return self.test_env.shill.
dbus2primitive
(sim_lock_status)
Completed in 591 milliseconds