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

  /external/autotest/server/hosts/
cast_os_host.py 16 def get_os_type(self): member in class:CastOSHost
common_label.py 20 return [host.get_os_type()]
jetstream_host.py 58 def get_os_type(self): member in class:JetstreamHost
emulated_adb_host.py 69 host_os = self.get_os_type()
90 def get_os_type(self): member in class:EmulatedADBHost
234 os_type = os_type or self.get_os_type()
moblab_host.py 344 def get_os_type(self): member in class:MoblabHost
adb_host.py 453 board_os = self.get_os_type()
562 if self.get_os_type() == OS_TYPE_ANDROID:
1162 def get_os_type(self): member in class:ADBHost
    [all...]
testbed.py 374 if stage_host.get_os_type() == adb_host.OS_TYPE_ANDROID:
abstract_ssh.py 963 def get_os_type(self): member in class:AbstractSSHHost
    [all...]
cros_host.py 2510 def get_os_type(self): member in class:CrosHost
    [all...]
  /external/autotest/server/cros/network/
wpa_cli_proxy.py 45 if host.get_os_type() == 'android':
47 elif host.get_os_type() == 'brillo':
49 elif host.get_os_type() == 'cros':
51 elif host.get_os_type() == 'cast_os':
chaos_clique_utils.py 357 if host.get_os_type() != 'cros':
wifi_client.py 61 return host.get_os_type() == adb_host.OS_TYPE_ANDROID
65 return host.get_os_type() == adb_host.OS_TYPE_BRILLO
69 return host.get_os_type() == cast_os_host.OS_TYPE_CAST_OS
    [all...]
  /external/autotest/server/cros/chaos_lib/
static_runner.py 122 if self._host.get_os_type() != adb_host.OS_TYPE_ANDROID:
chaos_runner.py 156 if self._host.get_os_type() != adb_host.OS_TYPE_ANDROID:

Completed in 1476 milliseconds