Home
last modified time | relevance | path

Searched refs:set_on_terminate_callback (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/android_lib/
Dlogcat.py100 process.set_on_terminate_callback(
/tools/test/connectivity/acts/framework/tests/controllers/android_lib/
Dlogcat_test.py171 self.assertEqual(process.set_on_terminate_callback.called, True)
/tools/test/connectivity/acts/framework/acts/libs/proc/
Dprocess.py96 def set_on_terminate_callback(self, on_terminate_callback): member in Process
/tools/test/connectivity/acts/framework/acts/controllers/bits_lib/
Dbits_service.py172 self._process.set_on_terminate_callback(self._on_terminate)
/tools/test/connectivity/acts/framework/tests/libs/proc/
Dprocess_test.py75 process = Process('cmd').set_on_terminate_callback(callback)