Home
last modified time | relevance | path

Searched defs:user (Results 1 – 22 of 22) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/internal/
DDeviceSnapshotFeature.java104 String user = info.getInstanceUser(); in execute() local
142 String user, in snapshot()
178 String user, in restoreSnapshot()
224 AbstractConnection connection, String user, Integer offset, String snapshotId) in snapshotGce()
235 AbstractConnection connection, String user, Integer offset, String snapshotId) in restoreSnapshotGce()
DDeviceResetFeature.java108 String user = info.getInstanceUser(); in execute() local
176 private CommandResult powerwash(AbstractConnection connection, String user, Integer offset) in powerwash()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/util/
DProcessInfo.java34 public ProcessInfo(String user, int pid, String name) { in ProcessInfo()
49 public ProcessInfo(String user, int pid, String name, long startTime) { in ProcessInfo()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceRemoteCmdFormatter.java47 String user, in getSshCommand()
89 String user, in getScpCommand()
DRemoteAndroidVirtualDevice.java125 public CommandResult powerwashGce(String user, Integer offset) throws TargetSetupError { in powerwashGce()
DGceManager.java204 String ipDevice, String user, Integer offset, MultiMap<String, String> attributes) in startGce() argument
225 String user, in startGce()
409 String ipDevice, String user, Integer offset, MultiMap<String, String> attributes) in startGceWithAcloud() argument
550 String user, in buildGceCmd()
/tools/tradefederation/core/src/com/android/tradefed/device/connection/
DAdbSshConnection.java536 public CommandResult powerwashGce(String user, Integer offset) throws TargetSetupError { in powerwashGce()
628 String commandBuilder(String bin, String args, String user, Integer offset) { in commandBuilder()
669 public CommandResult snapshotGce(String user, Integer offset, String snapshotId) in snapshotGce()
759 public CommandResult restoreSnapshotGce(String user, Integer offset, String snapshotId) in restoreSnapshotGce()
847 private void stopGce(String user, Integer offset) throws TargetSetupError { in stopGce()
/tools/netsim/rust/common/src/system/
Dmod.rs48 let user = match env::var("USER") { in netsimd_temp_dir_pathbuf() localVariable
/tools/tradefederation/core/src/com/android/tradefed/device/
DRemoteAvdIDevice.java40 public RemoteAvdIDevice(String serial, String knownDeviceIp, String user, Integer offset) { in RemoteAvdIDevice()
DDeviceManager.java551 String user = hostUsers.getValue().get(i); in addNetworkDevices() local
/tools/acloud/reconnect/
Dreconnect.py101 def AddPublicSshRsaToInstance(cfg, user, instance_name): argument
/tools/loganalysis/src/com/android/loganalysis/item/
DQtaguidItem.java71 JSONObject user = new JSONObject(); in toJson() local
DTopItem.java70 public void setUser(int user) { in setUser()
/tools/test/connectivity/acts_tests/tests/google/net/
DCaptivePortalTest.py115 def _verify_captive_portal(self, network, user="username", argument
/tools/netsim/src/hci/
Dasync_manager.cc356 AsyncUserId user) in Task()
364 const TaskCallback &callback, AsyncUserId user) in Task()
/tools/test/connectivity/acts_tests/tests/google/wifi/
Dexample_config_sanity.json12 "user" : "root", string
18 "user" : "root", string
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dssh.py102 user: str = DEFAULT_SSH_USER variable in SSHConfig
/tools/acloud/internal/lib/
Dssh.py252 def __init__(self, ip, user, ssh_private_key_path, argument
Dgcompute_client.py1571 def AddSshRsaInstanceMetadata(self, user, ssh_rsa_path, instance): argument
/tools/carrier_settings/proto/
Dcarrier_settings.proto96 optional string user = 8; field
/tools/asuite/adevice/src/
Dmetrics.rs44 user: String, field
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dnetwork_settings.py347 def setup_vpn_pptp_server(self, local_ip, user, password): argument