Searched refs:dutIpAddress (Results 1 – 2 of 2) sorted by relevance
/external/autotest/frontend/client/src/autotest/moblab/rpc/ |
D | MoblabRpcHelper.java | 196 public static void addMoblabDut(String dutIpAddress, in addMoblabDut() argument 200 params.put("ipaddress", new JSONString(dutIpAddress)); in addMoblabDut() 216 public static void removeMoblabDut(String dutIpAddress, in removeMoblabDut() argument 220 params.put("ipaddress", new JSONString(dutIpAddress)); in removeMoblabDut() 237 public static void addMoblabLabel(String dutIpAddress, String labelName, in addMoblabLabel() argument 241 params.put("ipaddress", new JSONString(dutIpAddress)); in addMoblabLabel() 259 public static void removeMoblabLabel(String dutIpAddress, String labelName, in removeMoblabLabel() argument 263 params.put("ipaddress", new JSONString(dutIpAddress)); in removeMoblabLabel() 282 public static void setMoblabAttribute(String dutIpAddress, String attributeName, in setMoblabAttribute() argument 286 params.put("ipaddress", new JSONString(dutIpAddress)); in setMoblabAttribute() [all …]
|
/external/autotest/frontend/client/src/autotest/moblab/ |
D | DutManagementView.java | 219 for (final String dutIpAddress : info.getConnectedIpsToMacAddress().keySet()) { in loadData() 222 if (info.getConfiguredIpsToLabels().keySet().contains(dutIpAddress)) { in loadData() 223 labelString = info.getConfiguredIpsToLabels().get(dutIpAddress); in loadData() 226 info.getConnectedIpsToSshConnection().get(dutIpAddress); in loadData() 231 … addRow(row, dutIpAddress, info.getConnectedIpsToMacAddress().get(dutIpAddress), labelString); in loadData() 234 for (final String dutIpAddress : info.getConfiguredIpsToLabels().keySet()) { in loadData() 235 if (!info.getConnectedIpsToMacAddress().keySet().contains(dutIpAddress)) { in loadData() 238 addRow(row, dutIpAddress, "", in loadData()
|