Home
last modified time | relevance | path

Searched refs:kill (Results 1 – 16 of 16) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Db29_lib.py118 debug_bridge_process.kill()
176 debug_bridge_process.kill()
179 debug_bridge_process.kill()
198 debug_bridge_process.kill()
202 debug_bridge_process.kill()
216 reset_charger_process.kill()
/tools/acloud/internal/lib/
Dssh.py55 timer = threading.Timer(timeout, process.kill)
82 timer = threading.Timer(timeout, process.kill)
116 timer = threading.Timer(timeout, process.kill)
Dota_tools.py166 proc.kill()
/tools/test/connectivity/acts/framework/tests/controllers/ap_lib/
Dradvd_test.py103 def test_radvd_ikill(self, kill): argument
104 kill.return_value = True
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DA2dpBaseTest.py129 proc.kill()
131 proc.kill()
/tools/repohooks/rh/
Dutils.py181 proc.kill()
223 os.kill(self.pid, signum)
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py319 self._master_ssh_proc.kill()
390 tunnel.proc.kill()
/tools/test/connectivity/acts_tests/tests/meta/
DActsUnitTest.py54 test_process.kill()
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
Dshell.py187 def kill(self, identifier, timeout=10): member in ShellCommand
/tools/test/connectivity/acts/framework/tests/
Dacts_job_test.py54 def kill(self): member in FakePopen
/tools/test/connectivity/acts/framework/acts/libs/proc/
Djob.py148 proc.kill()
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd.py103 self._shell.kill(self._identifier)
Ddhcp_server.py105 self._shell.kill(self._identifier)
Dradvd.py108 self._shell.kill(self._ps_identifier)
/tools/test/openhst/
Dstress_test.py333 self.process.kill(signal.SIGHUP)
334 self.process.kill(signal.SIGINT)
/tools/acloud/create/
Davd_spec.py671 timer = threading.Timer(_REPO_TIMEOUT, process.kill)