HomeSort by relevance Sort by last modified time
    Searched refs:device_object (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/test-scripts/
show-introspection 20 device_object = dbus.Interface( variable
23 devprops = device_object.GetProperties(utf8_strings = True)
  /external/autotest/client/cros/networking/
shill_xmlrpc_server.py 427 device_object = self._wifi_proxy.find_object(
429 if device_object is None:
432 shill_proxy.ShillProxy.set_dbus_property(device_object,
451 device_object = self._wifi_proxy.find_object(
453 if device_object is None:
455 device_object.RequestRoam(bssid)
491 device_object = self._wifi_proxy.find_object(
493 if device_object is None:
495 device_object.PerformTDLSOperation('Discover', peer_mac_address)
508 device_object = self._wifi_proxy.find_object
    [all...]

Completed in 1041 milliseconds