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

  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
dhcp_server.py 87 self._wait_for_process(timeout=timeout)
112 def _wait_for_process(self, timeout=60): member in class:DhcpServer
hostapd.py 93 self._wait_for_process(timeout=timeout)
119 def _wait_for_process(self, timeout=60): member in class:Hostapd
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 386 def _wait_for_process(self, process_name, retry_delay=1, num_retries=10): member in class:StartAndroidApp
462 self.pid = self._wait_for_process(self.process_name)
492 self._wait_for_process(self.gdbserver_path)

Completed in 73 milliseconds