Home
last modified time | relevance | path

Searched refs:active_profile (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/cros/scripts/
Dprofile43 active_profile = shill.get_active_profile()
44 properties = active_profile.GetProperties(utf8_strings=True)
70 active_profile = shill.get_active_profile()
72 print_profile_path(path, active_profile.object_path)
87 active_profile = shill.get_active_profile()
89 print_profile_path(profile.object_path, active_profile.object_path)
105 active_profile = shill.get_active_profile()
107 print_profile_path(profile.object_path, active_profile.object_path)
/external/autotest/client/cros/networking/
Dshill_context.py153 active_profile = manager_properties[
156 'profile to %s', active_profile)
159 active_profile)
Dshill_xmlrpc_server.py114 active_profile = self._wifi_proxy.get_active_profile()
116 active_profile.GetProperties(utf8_strings=True)['Name'])
/external/adhd/cras/src/server/
Dcras_bt_device.c87 unsigned int active_profile; member
423 device->active_profile = try_profile; in cras_bt_device_rm_iodev()
504 return device->active_profile; in cras_bt_device_get_active_profile()
510 device->active_profile = profile; in cras_bt_device_set_active_profile()