telemetry.internal.platform.ios_device
index
telemetry/internal/platform/ios_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.internal.platform.device
logging
os
telemetry.core.platform
re
subprocess

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

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

Methods defined here:
__init__(self)

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

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 devices.

 
Data
        IOSSIM_BUILD_DIRECTORIES = ['Debug-iphonesimulator', 'Profile-iphonesimulator', 'Release-iphonesimulator']