Home
last modified time | relevance | path

Searched refs:set_on_terminate_callback (Results 1 – 4 of 4) 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.py95 def set_on_terminate_callback(self, on_terminate_callback): member in Process
/tools/test/connectivity/acts/framework/tests/libs/proc/
Dprocess_test.py74 process = Process('cmd').set_on_terminate_callback(callback)