Home
last modified time | relevance | path

Searched refs:is_alive (Results 1 – 19 of 19) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Ddhcp_server.py78 if self.is_alive():
106 if self.is_alive():
109 def is_alive(self): member in DhcpServer
114 return self._shell.is_alive(self._identifier)
151 while time.time() - start_time < timeout and not self.is_alive():
191 is_dead = not self.is_alive()
Dradvd.py85 if self.is_alive():
110 def is_alive(self): member in Radvd
115 return self._shell.is_alive(self._ps_identifier)
136 while time.time() - start_time < timeout and not self.is_alive():
153 is_dead = not self.is_alive()
Dhostapd.py82 if self.is_alive():
108 if self.is_alive():
253 def is_alive(self): member in Hostapd
258 return self._shell.is_alive(self._identifier)
301 while time.time() - start_time < timeout and not self.is_alive():
336 is_dead = not self.is_alive()
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DDownloadStressTest.py121 is_alive = False
126 is_alive = True
128 if is_alive:
163 is_alive = False
168 is_alive = True
170 if is_alive:
DPingStressTest.py210 is_alive = False
213 if t.is_alive():
215 is_alive = True
217 if is_alive:
DSoftApTest.py1662 if proc.is_alive():
/tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
Dsl4a_session_test.py40 session.is_alive = Sl4aSession.is_alive
41 self.assertNotEqual(session._terminated, session.is_alive)
50 session.is_alive = Sl4aSession.is_alive
51 self.assertNotEqual(session._terminated, session.is_alive)
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Drpc_client.py170 self.is_alive = True
186 self.is_alive = False
278 if self.is_alive:
356 if not self.is_alive:
Dsl4a_session.py107 def is_alive(self): member in Sl4aSession
Devent_dispatcher.py86 if self._rpc_client.is_alive:
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
Dshell.py66 def is_alive(self, identifier): member in ShellCommand
228 pids = [pid for pid in pids if self.is_alive(pid)]
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiWakeTest.py85 if ap_a_hostapd.is_alive():
95 if not ap_a_hostapd.is_alive():
105 if ap_b_hostapd.is_alive():
115 if not ap_b_hostapd.is_alive():
/tools/test/connectivity/acts/framework/tests/controllers/ap_lib/
Dradvd_test.py110 self.assertTrue(radvd_mock.is_alive())
116 self.assertFalse(radvd_mock.is_alive())
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_test_utils.py2789 if hostapd_2g.is_alive():
2793 if hostapd_5g.is_alive():
2805 if not hostapd_2g.is_alive():
2809 if not hostapd_5g.is_alive():
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
DCoexBaseTest.py270 if thread_id.is_alive():
/tools/test/connectivity/acts_tests/tests/google/bt/performance/
DBtInterferenceDynamicTest.py348 while proc_bt_audio.is_alive():
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwmm_transceiver.py351 if process.is_alive():
/tools/test/connectivity/acts/framework/acts/controllers/
Dpacket_sender.py248 if self.thread_send.is_alive():
/tools/asuite/atest/
Datest_main.py1057 if proc_idx.is_alive() and not indexing.Indices().has_all_indices():