Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd.py76 if self.is_alive():
102 if self.is_alive():
105 def is_alive(self): member in Hostapd
110 return self._shell.is_alive(self._identifier)
131 while time.time() - start_time < timeout and not self.is_alive():
164 is_dead = not self.is_alive()
Ddhcp_server.py81 if self.is_alive():
104 if self.is_alive():
107 def is_alive(self): member in DhcpServer
112 return self._shell.is_alive(self._identifier)
132 while time.time() - start_time < timeout and not self.is_alive():
172 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():
152 is_dead = not self.is_alive()
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/
DDownloadStressTest.py125 is_alive = False
130 is_alive = True
132 if is_alive:
168 is_alive = False
173 is_alive = True
175 if is_alive:
DPingStressTest.py147 is_alive = False
152 is_alive = True
154 if is_alive:
DSoftApTest.py1108 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.py104 def is_alive(self): member in Sl4aSession
Devent_dispatcher.py86 if self._rpc_client.is_alive:
/tools/test/connectivity/acts/tests/google/wifi/
DWifiWakeTest.py68 if ap_a_hostapd.is_alive():
74 if not ap_a_hostapd.is_alive():
80 if ap_b_hostapd.is_alive():
86 if not ap_b_hostapd.is_alive():
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_test_utils.py2340 if hostapd_2g.is_alive():
2344 if hostapd_5g.is_alive():
2356 if not hostapd_2g.is_alive():
2360 if not hostapd_5g.is_alive():
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
Dshell.py65 def is_alive(self, identifier): member in ShellCommand
220 pids = [pid for pid in pids if self.is_alive(pid)]
/tools/test/connectivity/acts/framework/tests/controllers/ap_lib/
Dradvd_test.py112 self.assertTrue(radvd_mock.is_alive())
118 self.assertFalse(radvd_mock.is_alive())
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dsyslog_lib.py221 if not ssh_transport.is_alive():
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
DCoexBaseTest.py270 if thread_id.is_alive():
/tools/test/connectivity/acts/framework/acts/controllers/
Dpacket_sender.py248 if self.thread_send.is_alive():