Searched refs:executeCommand (Results 1 – 10 of 10) sorted by relevance
117 List<String> addresses = executeCommand("ipaddr"); in getOmrAddress()133 List<String> addresses = executeCommand("ipaddr mleid"); in getMlEid()144 List<String> output = executeCommand("ipaddr linklocal"); in getLinkLocalAddress()158 List<String> addresses = executeCommand("ipaddr"); in getMeshLocalAddresses()177 executeCommand("dataset set active " + base16().lowerCase().encode(dataset.toThreadTlvs())); in joinNetwork()178 executeCommand("ifconfig up"); in joinNetwork()179 executeCommand("thread start"); in joinNetwork()184 executeCommand("thread stop"); in stopThreadRadio()185 executeCommand("ifconfig down"); in stopThreadRadio()205 return executeCommand("state").get(0); in getState()[all …]
47 executeCommand("factoryreset"); in factoryReset()67 String output = executeCommand("ifconfig"); in isInterfaceUp()108 public String executeCommand(String cmd) { in executeCommand() method in OtDaemonController118 return Arrays.asList(executeCommand(cmd).split("\n")).stream() in executeCommandAndParse()
232 mOtCtl.executeCommand("br disable"); in joinNetworkWithBrDisabled_meshLocalAddressesArePreferred()245 mOtCtl.executeCommand("br enable"); in joinNetworkWithBrDisabled_meshLocalAddressesArePreferred()276 mOtCtl.executeCommand("prefix add " + TEST_NO_SLAAC_PREFIX + " pros med"); in addPrefixToNetData_routeIsAddedToTunInterface()277 mOtCtl.executeCommand("netdata register"); in addPrefixToNetData_routeIsAddedToTunInterface()280 String netData = mOtCtl.executeCommand("netdata show"); in addPrefixToNetData_routeIsAddedToTunInterface()295 mOtCtl.executeCommand("prefix add " + TEST_NO_SLAAC_PREFIX + " pros med"); in removePrefixFromNetData_routeIsRemovedFromTunInterface()296 mOtCtl.executeCommand("netdata register"); in removePrefixFromNetData_routeIsRemovedFromTunInterface()298 mOtCtl.executeCommand("prefix remove " + TEST_NO_SLAAC_PREFIX); in removePrefixFromNetData_routeIsRemovedFromTunInterface()299 mOtCtl.executeCommand("netdata register"); in removePrefixFromNetData_routeIsRemovedFromTunInterface()302 String netData = mOtCtl.executeCommand("netdata show"); in removePrefixFromNetData_routeIsRemovedFromTunInterface()[all …]
96 executeCommand(command); in testHostCompileTime()161 String output = executeCommand(command); in getLatestDex2oatSuccessTime()198 private String executeCommand(String command) { in executeCommand() method in ComposBenchmark235 ProcessUtil.getProcessMap(this::executeCommand).entrySet()) { in updateProcessMemory()240 ProcessUtil.getProcessSmapsRollup(pId, this::executeCommand).entrySet()) { in updateProcessMemory()
140 private static Process executeCommand(String command) throws IOException { in executeCommand() method in DeployAgent157 Process p = executeCommand(commandBuilder.toString()); in getFilenameFromPackageName()202 Process p = executeCommand(commandBuilder.toString()); in createInstallSession()221 Process p = executeCommand(commandBuilder.toString()); in commitInstallSession()
62 executeCommand(args)64 def executeCommand(args): function
126 executeCommand("mount -t debugfs none /sys/kernel/debug"); in setupDebugfs()151 executeCommand("umount /sys/kernel/debug"); in tearDown()423 private String executeCommand(String command) { in executeCommand() method in MicrodroidBenchmarks530 MemoryUsageListener listener = new MemoryUsageListener(this::executeCommand); in testMemoryUsage()616 MemoryReclaimListener listener = new MemoryReclaimListener(this::executeCommand); in testMemoryReclaim()
207 executeCommand(pw, args); in dump()236 private void executeCommand(PrintWriter pw, String[] args) { in executeCommand() method in UserSwitchMonitorService
139 boolean result = executeCommand(cmd); in executeNext()222 private <T extends StatefulActivity<?> & RecentsViewContainer> boolean executeCommand( in executeCommand() method in OverviewCommandHelper
74 ListenableFuture<?> executeCommand = in execute() local