Searched refs:multithread_func (Results 1 – 18 of 18) sorted by relevance
/tools/test/connectivity/acts/tests/google/coex/functionality_tests/ |
D | WlanWithA2dpFunctionalityTest.py | 25 from acts.test_utils.coex.coex_test_utils import multithread_func 129 if not multithread_func(self.log, tasks): 151 if not multithread_func(self.log, tasks): 165 if not multithread_func(self.log, tasks): 178 if not multithread_func(self.log, tasks): 749 if not multithread_func(self.log, tasks): 775 if not multithread_func(self.log, tasks):
|
D | CoexBtMultiProfileFunctionalityTest.py | 22 from acts.test_utils.coex.coex_test_utils import multithread_func 89 if not multithread_func(self.log, tasks):
|
D | WlanWithHfpFunctionalityTest.py | 23 from acts.test_utils.coex.coex_test_utils import multithread_func 131 if not multithread_func(self.log, tasks): 693 if not multithread_func(self.log, tasks):
|
/tools/test/connectivity/acts/tests/google/tel/live/ |
D | TelLiveVideoDataTest.py | 22 from acts.test_utils.tel.tel_test_utils import multithread_func 62 if not multithread_func(self.log, tasks):
|
D | TelLiveVoiceConfTest.py | 46 from acts.test_utils.tel.tel_test_utils import multithread_func 129 if tasks != [] and not multithread_func(self.log, tasks): 200 if tasks != [] and not multithread_func(self.log, tasks): 316 if tasks != [] and not multithread_func(self.log, tasks): 7277 if not multithread_func(self.log, tasks): 7312 if not multithread_func(self.log, tasks): 7347 if not multithread_func(self.log, tasks): 7382 if not multithread_func(self.log, tasks): 7417 if not multithread_func(self.log, tasks): 7452 if not multithread_func(self.log, tasks): [all …]
|
D | TelLiveVideoTest.py | 49 from acts.test_utils.tel.tel_test_utils import multithread_func 104 if not multithread_func(self.log, tasks): 140 if not multithread_func(self.log, tasks): 175 if not multithread_func(self.log, tasks): 211 if not multithread_func(self.log, tasks): 257 if not multithread_func(self.log, tasks): 305 if not multithread_func(self.log, tasks): 363 if not multithread_func(self.log, tasks): 464 if not multithread_func(self.log, tasks): 498 if not multithread_func(self.log, tasks): [all …]
|
D | TelWifiVideoTest.py | 50 from acts.test_utils.tel.tel_test_utils import multithread_func 114 if not multithread_func(self.log, tasks): 155 if not multithread_func(self.log, tasks):
|
D | TelLiveSmokeTest.py | 38 from acts.test_utils.tel.tel_test_utils import multithread_func 83 if not multithread_func(self.log, tasks): 153 if not multithread_func(self.log, tasks): 228 if not multithread_func(self.log, tasks): 304 if not multithread_func(self.log, tasks):
|
D | TelLiveProjectFiTest.py | 33 from acts.test_utils.tel.tel_test_utils import multithread_func 494 if not multithread_func(self.log, tasks): 512 if not multithread_func(self.log, tasks):
|
D | TelLiveStressCallTest.py | 35 from acts.test_utils.tel.tel_test_utils import multithread_func 127 if not multithread_func(self.log, tasks):
|
D | TelLiveSettingsTest.py | 50 from acts.test_utils.tel.tel_test_utils import multithread_func 1349 return multithread_func(self.log, tasks) 1356 return multithread_func(self.log, tasks)
|
D | TelLiveDataTest.py | 80 from acts.test_utils.tel.tel_test_utils import multithread_func 1967 if not multithread_func(self.log, tasks):
|
/tools/test/connectivity/acts/tests/google/coex/performance_tests/ |
D | WlanWithA2dpPerformanceTest.py | 21 from acts.test_utils.coex.coex_test_utils import multithread_func 73 if not multithread_func(self.log, tasks):
|
D | WlanWithHfpPerformanceTest.py | 22 from acts.test_utils.coex.coex_test_utils import multithread_func 97 if not multithread_func(self.log, tasks):
|
/tools/test/connectivity/acts/tests/google/coex/slave_role/performance_tests/ |
D | WlanWithA2dpPerformanceSlaveTest.py | 22 from acts.test_utils.coex.coex_test_utils import multithread_func 76 if not multithread_func(self.log, tasks):
|
D | WlanWithHFPPerformanceSlaveTest.py | 24 from acts.test_utils.coex.coex_test_utils import multithread_func 80 if not multithread_func(self.log, tasks):
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | coex_test_utils.py | 538 def multithread_func(log, tasks): function
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 4491 if not multithread_func(log, tasks): 4758 def multithread_func(log, tasks): function
|