Searched defs:ssh_port (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
H A Dcros_device.py12 def __init__(self, host_name, ssh_port, ssh_identity, is_local):
17 self._ssh_port = ssh_port
30 def ssh_port(self): member in class:CrOSDevice
/external/chromium-trace/catapult/telemetry/telemetry/core/
H A Dcros_interface.py96 def __init__(self, hostname=None, ssh_port=None, ssh_identity=None):
98 self._ssh_port = ssh_port
142 def ssh_port(self): member in class:CrOSInterface

Completed in 378 milliseconds