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

  /tools/test/connectivity/acts/framework/tests/
acts_utils_test.py 40 utils.stop_standing_subprocess(p)
  /tools/test/connectivity/acts/framework/acts/controllers/sniffer_lib/local/
local_base.py 140 utils.stop_standing_subprocess(self._process, kill_signal=signal.SIGINT)
  /tools/test/connectivity/acts/framework/acts/test_utils/coex/
CoexBaseTest.py 38 from acts.utils import stop_standing_subprocess
127 stop_standing_subprocess(process)
  /tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
iperf_server.py 252 utils.stop_standing_subprocess(self.iperf_process)
  /tools/test/connectivity/acts/framework/acts/controllers/
iperf_server.py 245 utils.stop_standing_subprocess(self.iperf_process)
android_device.py 777 utils.stop_standing_subprocess(self.adb_logcat_process)
    [all...]
  /test/vts/runners/host/
utils.py 399 explicitly terminated with stop_standing_subprocess.
436 def stop_standing_subprocess(proc, signal_no=signal.SIGTERM): function
460 to call stop_standing_subprocess() to kill it.
463 terminate. Either call stop_standing_subprocess() to kill it, or call
  /tools/test/connectivity/acts/framework/acts/
utils.py 389 explicitly terminated with stop_standing_subprocess.
418 def stop_standing_subprocess(proc, kill_signal=signal.SIGTERM): function
447 to call stop_standing_subprocess() to kill it.
450 terminate. Either call stop_standing_subprocess() to kill it, or call
  /test/vts/utils/python/controllers/
android_device.py 740 utils.stop_standing_subprocess(self.adb_logcat_process)
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_test_utils.py 156 from acts.utils import stop_standing_subprocess
    [all...]

Completed in 251 milliseconds