Home
last modified time | relevance | path

Searched refs:oxygenClient (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteFileUtil.java187 OxygenClient oxygenClient = null; in doesRemoteFileExist() local
193 oxygenClient = new OxygenClient(options.getAvdDriverBinary()); in doesRemoteFileExist()
195 Integer portNumber = oxygenClient.createServerSocket(); in doesRemoteFileExist()
197 oxygenClient.createTunnelViaLHP( in doesRemoteFileExist()
224 oxygenClient.closeLHPConnection(sshTunnel); in doesRemoteFileExist()
272 OxygenClient oxygenClient = null; in internalScpExec() local
279 oxygenClient = new OxygenClient(options.getAvdDriverBinary()); in internalScpExec()
281 Integer portNumber = oxygenClient.createServerSocket(); in internalScpExec()
283 oxygenClient.createTunnelViaLHP( in internalScpExec()
325 oxygenClient.closeLHPConnection(sshTunnel); in internalScpExec()
DRemoteSshUtil.java53 OxygenClient oxygenClient = null; in remoteSshCommandExec() local
60 oxygenClient = new OxygenClient(options.getAvdDriverBinary()); in remoteSshCommandExec()
62 Integer portNumber = oxygenClient.createServerSocket(); in remoteSshCommandExec()
64 oxygenClient.createTunnelViaLHP( in remoteSshCommandExec()
89 oxygenClient.closeLHPConnection(sshTunnel); in remoteSshCommandExec()
DGceManager.java265 OxygenClient oxygenClient = in startMultiDevicesGce() local
268 oxygenClient.leaseMultipleDevices( in startMultiDevicesGce()
295 OxygenClient oxygenClient = in startGceWithOxygenClient() local
298 oxygenClient.leaseDevice(mBuildInfo, getTestDeviceOptions(), attributes); in startGceWithOxygenClient()
308 res = oxygenClient.leaseDevice(mBuildInfo, getTestDeviceOptions(), attributes); in startGceWithOxygenClient()
329 if (oxygenClient.noWaitForBootSpecified(getTestDeviceOptions())) { in startGceWithOxygenClient()
702 OxygenClient oxygenClient = in shutdownGceWithOxygen() local
704 return oxygenClient.release(mGceAvdInfo, getTestDeviceOptions()); in shutdownGceWithOxygen()
DHostOrchestratorUtil.java55 public HostOrchestratorUtil(ITestDevice device, GceAvdInfo gceAvd, OxygenClient oxygenClient) { in HostOrchestratorUtil() argument
58 mOxygenClient = oxygenClient; in HostOrchestratorUtil()