telemetry.internal.platform.cros_device
index
telemetry/internal/platform/cros_device.py

# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

 
Modules
       
telemetry.core.cros_interface
telemetry.internal.platform.device
logging
telemetry.core.platform

 
Classes
       
telemetry.internal.platform.device.Device(__builtin__.object)
CrOSDevice

 
class CrOSDevice(telemetry.internal.platform.device.Device)
    
Method resolution order:
CrOSDevice
telemetry.internal.platform.device.Device
__builtin__.object

Methods defined here:
__init__(self, host_name, ssh_port, ssh_identity=None)

Class methods defined here:
GetAllConnectedDevices(cls, blacklist) from __builtin__.type

Data descriptors defined here:
host_name
ssh_identity
ssh_port

Data descriptors inherited from telemetry.internal.platform.device.Device:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
guid
name

 
Functions
       
FindAllAvailableDevices(options)
Returns a list of available device types.
IsRunningOnCrOS()