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

/external/autotest/frontend/client/src/autotest/moblab/rpc/
H A DMoblabRpcHelper.java179 * @param dutIpAddress ipAddress of the new DUT.
182 public static void addMoblabDut(String dutIpAddress, argument
186 params.put("ipaddress", new JSONString(dutIpAddress));
199 * @param dutIpAddress ipAddress of the DUT to remove.
202 public static void removeMoblabDut(String dutIpAddress, argument
206 params.put("ipaddress", new JSONString(dutIpAddress));
219 * @param dutIpAddress ipAddress of the device to have the new label applied.
223 public static void addMoblabLabel(String dutIpAddress, String labelName, argument
227 params.put("ipaddress", new JSONString(dutIpAddress));
241 * @param dutIpAddress ipAddres
245 removeMoblabLabel(String dutIpAddress, String labelName, final MoblabRpcCallbacks.LogActionCompleteCallback callback) argument
[all...]

Completed in 88 milliseconds