HomeSort by relevance Sort by last modified time
    Searched refs:start_standing_subprocess (Results 1 - 11 of 11) sorted by null

  /tools/test/connectivity/acts/framework/tests/
acts_utils_test.py 33 utils.start_standing_subprocess("sleep 0", check_health_delay=0.1)
36 p = utils.start_standing_subprocess("sleep 0")
  /test/vts/utils/python/common/
cmd_utils.py 44 proc = utils.start_standing_subprocess(cmd)
  /tools/test/connectivity/acts/framework/acts/controllers/sniffer_lib/local/
local_base.py 131 self._process = utils.start_standing_subprocess(cmd)
  /tools/test/connectivity/acts/framework/acts/test_utils/coex/
CoexBaseTest.py 37 from acts.utils import start_standing_subprocess
119 self.iperf_process.append(start_standing_subprocess(cmd))
  /tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
iperf_server.py 235 self.iperf_process = utils.start_standing_subprocess(cmd)
  /tools/test/connectivity/acts/framework/acts/controllers/
iperf_server.py 235 self.iperf_process = utils.start_standing_subprocess(cmd)
android_device.py 760 self.adb_logcat_process = utils.start_standing_subprocess(cmd)
    [all...]
  /test/vts/runners/host/
utils.py 395 def start_standing_subprocess(cmd, check_health_delay=0): function
437 """Stops a subprocess started by start_standing_subprocess.
452 """Waits for a subprocess started by start_standing_subprocess to finish
  /tools/test/connectivity/acts/framework/acts/
utils.py 385 def start_standing_subprocess(cmd, check_health_delay=0): function
419 """Stops a subprocess started by start_standing_subprocess.
439 """Waits for a subprocess started by start_standing_subprocess to finish
  /test/vts/utils/python/controllers/
android_device.py 729 self.adb_logcat_process = utils.start_standing_subprocess(cmd)
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_test_utils.py 155 from acts.utils import start_standing_subprocess
    [all...]

Completed in 733 milliseconds