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

  /external/autotest/client/cros/scripts/
profile 43 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/
shill_context.py 75 active_profile = manager_properties[
78 'profile to %s', active_profile)
81 active_profile)
shill_xmlrpc_server.py 114 active_profile = self._wifi_proxy.get_active_profile()
116 active_profile.GetProperties(utf8_strings=True)['Name'])
  /external/autotest/client/cros/cellular/
cell_tools.py 397 active_profile = manager_props['ActiveProfile']
399 active_profile)
400 service.SetProperty('Profile', active_profile)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
introspect.h 459 pa_card_profile_info* active_profile; /**< Pointer to active profile in the array, or NULL */ member in struct:pa_card_info
    [all...]
  /system/connectivity/shill/test-rpc-proxy/
proxy_dbus_shill_wifi_client.cc 378 auto active_profile = dbus_client_->GetActiveProfileProxy(); local
381 active_profile.get(), shill::kNameProperty, &profile_name)) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
introspect.h 481 pa_card_profile_info* active_profile; /**< Pointer to active profile in the array, or NULL */ member in struct:pa_card_info
    [all...]
  /system/connectivity/shill/
manager.cc 541 ProfileRefPtr active_profile = profiles_.back(); local
552 if ((*it)->profile().get() != active_profile.get()) {
598 ProfileRefPtr active_profile = profiles_.back(); local
604 if (!active_profile->MatchesIdentifier(ident)) {
    [all...]

Completed in 389 milliseconds