Home
last modified time | relevance | path

Searched refs:dbus2primitive (Results 1 – 22 of 22) sorted by relevance

/external/autotest/client/cros/
Ddbus_util.py15 def dbus2primitive(value): function
38 return [dbus2primitive(x) for x in value]
40 return tuple([dbus2primitive(x) for x in value])
42 return dict([(dbus2primitive(k), dbus2primitive(v))
76 objects = dbus2primitive(object_manager.GetManagedObjects())
Ddhcpv6_test_base.py61 device_path = shill_proxy.ShillProxy.dbus2primitive(device.object_path)
118 return shill_proxy.ShillProxy.dbus2primitive(dhcp_properties)
Ddhcp_test_base.py97 device_path = shill_proxy.ShillProxy.dbus2primitive(device.object_path)
154 return shill_proxy.ShillProxy.dbus2primitive(dhcp_properties)
/external/autotest/client/cros/scripts/
Dprofile45 active_name = shill.dbus2primitive(
68 properties = shill.dbus2primitive(
90 properties = shill.dbus2primitive(
96 pprint.pprint(shill.dbus2primitive(profile.GetEntry(ident)),
108 properties = shill.dbus2primitive(
Ddevice47 shill.dbus2primitive(device.GetProperties(utf8_strings=True)),
/external/autotest/client/cros/networking/
Dshill_xmlrpc_server.py115 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)
342 return self._wifi_proxy.dbus2primitive(manager_props)
349 return self._wifi_proxy.dbus2primitive(prop_value)
445 return self._wifi_proxy.dbus2primitive(
563 return self._wifi_proxy.dbus2primitive(
Dshill_proxy.py291 def dbus2primitive(cls, value): member in ShillProxy
297 return dbus_util.dbus2primitive(value)
311 return ShillProxy.dbus2primitive(properties[property_key])
513 properties = self.dbus2primitive(
529 updated_property, value = map(self.dbus2primitive,
657 self.dbus2primitive(object_properties[name]) != value):
Dapmanager_proxy.py119 value = dbus_util.dbus2primitive(
168 dbus_util.dbus2primitive(self._manager.CreateService()))
Dwifi_proxy.py177 strength = self.dbus2primitive(
321 service_properties = self.dbus2primitive(service.GetProperties(
Dshill_context.py138 self._initial_autoconnect = shill_proxy.ShillProxy.dbus2primitive(
/external/autotest/client/site_tests/network_BasicProfileProperties/
Dnetwork_BasicProfileProperties.py51 profile_properties = shill.dbus2primitive(
60 entries = shill.dbus2primitive(self.get_field_from_properties(
/external/autotest/client/common_lib/cros/tendo/
Dbuffet_tester.py172 objects = dbus_util.dbus2primitive(
216 device_id = dbus_util.dbus2primitive(
Dbuffet_dbus_helper.py63 return dbus_util.dbus2primitive(dbus_value)
/external/autotest/client/site_tests/network_DhcpFailureWithStaticIP/
Dnetwork_DhcpFailureWithStaticIP.py36 ipconfig_properties = self.shill_proxy.dbus2primitive(
/external/autotest/client/site_tests/network_8021xEapDetection/
Dnetwork_8021xEapDetection.py39 return self._shill_proxy.dbus2primitive(
/external/autotest/client/site_tests/network_DhcpVendorEncapsulatedOptions/
Dnetwork_DhcpVendorEncapsulatedOptions.py46 device_path = shill_proxy.ShillProxy.dbus2primitive(device.object_path)
/external/autotest/client/site_tests/network_8021xWiredAuthentication/
Dnetwork_8021xWiredAuthentication.py60 return shill_proxy.ShillProxy.dbus2primitive(
/external/autotest/client/site_tests/network_Ipv6SimpleNegotiation/
Dnetwork_Ipv6SimpleNegotiation.py70 ipconfig_properties = shill_proxy.ShillProxy.dbus2primitive(
/external/autotest/client/cros/tendo/
Dpeerd_dbus_helper.py89 objects = dbus_util.dbus2primitive(dbus_objects)
/external/autotest/client/cros/tendo/n_faced_peerd/
Dmanager.py79 owner = dbus_util.dbus2primitive(owner)
/external/autotest/client/site_tests/network_VPNConnect/
Dnetwork_VPNConnect.py60 device_path = shill_proxy.ShillProxy.dbus2primitive(device.object_path)
/external/autotest/client/site_tests/cellular_SIMLocking/
Dcellular_SIMLocking.py91 return self.test_env.shill.dbus2primitive(sim_lock_status)