Searched refs:multithread_func (Results 1 – 20 of 20) sorted by relevance
/tools/test/connectivity/acts/tests/google/tel/live/ |
D | TelLiveSmsTest.py | 42 from acts.test_utils.tel.tel_test_utils import multithread_func 455 if not multithread_func(self.log, tasks): 479 if not multithread_func(self.log, tasks): 502 if not multithread_func(self.log, tasks): 526 if not multithread_func(self.log, tasks): 549 if not multithread_func(self.log, tasks): 573 if not multithread_func(self.log, tasks): 597 if not multithread_func(self.log, tasks): 621 if not multithread_func(self.log, tasks): 646 if not multithread_func(self.log, tasks): [all …]
|
D | TelLiveVoiceTest.py | 61 from acts.test_utils.tel.tel_test_utils import multithread_func 179 if not multithread_func(self.log, tasks): 209 if not multithread_func(self.log, tasks): 239 if not multithread_func(self.log, tasks): 271 if not multithread_func(self.log, tasks): 304 if not multithread_func(self.log, tasks): 334 if not multithread_func(self.log, tasks): 364 if not multithread_func(self.log, tasks): 395 if not multithread_func(self.log, tasks): 426 if not multithread_func(self.log, tasks): [all …]
|
D | TelLiveVideoDataTest.py | 22 from acts.test_utils.tel.tel_test_utils import multithread_func 56 if not multithread_func(self.log, tasks):
|
D | TelLiveVideoTest.py | 55 from acts.test_utils.tel.tel_test_utils import multithread_func 115 if not multithread_func(self.log, tasks): 151 if not multithread_func(self.log, tasks): 186 if not multithread_func(self.log, tasks): 222 if not multithread_func(self.log, tasks): 268 if not multithread_func(self.log, tasks): 316 if not multithread_func(self.log, tasks): 374 if not multithread_func(self.log, tasks): 475 if not multithread_func(self.log, tasks): 509 if not multithread_func(self.log, tasks): [all …]
|
D | TelWifiVideoTest.py | 50 from acts.test_utils.tel.tel_test_utils import multithread_func 112 if not multithread_func(self.log, tasks): 153 if not multithread_func(self.log, tasks):
|
D | TelLiveSettingsTest.py | 35 from acts.test_utils.tel.tel_test_utils import multithread_func 231 return multithread_func(self.log, tasks) 238 return multithread_func(self.log, tasks)
|
D | TelLiveProjectFiTest.py | 33 from acts.test_utils.tel.tel_test_utils import multithread_func 503 if not multithread_func(self.log, tasks): 522 if not multithread_func(self.log, tasks):
|
D | TelLivePreflightTest.py | 38 from acts.test_utils.tel.tel_test_utils import multithread_func 162 result = multithread_func(self.log, tasks)
|
D | TelLiveStressCallTest.py | 36 from acts.test_utils.tel.tel_test_utils import multithread_func 124 if not multithread_func(self.log, tasks):
|
D | TelLiveDataTest.py | 79 from acts.test_utils.tel.tel_test_utils import multithread_func 2160 if not multithread_func(self.log, tasks):
|
/tools/test/connectivity/acts/tests/google/coex/functionality_tests/ |
D | CoexBasicFunctionalityTest.py | 25 from acts.test_utils.coex.coex_test_utils import multithread_func 251 if not multithread_func(self.log, tasks): 277 if not multithread_func(self.log, tasks):
|
D | WlanWithHfpFunctionalityTest.py | 24 from acts.test_utils.coex.coex_test_utils import multithread_func 130 if not multithread_func(self.log, tasks): 666 if not multithread_func(self.log, tasks): 692 if not multithread_func(self.log, tasks):
|
D | CoexBtMultiProfileFunctionalityTest.py | 29 from acts.test_utils.coex.coex_test_utils import multithread_func 96 if not multithread_func(self.log, tasks):
|
/tools/test/connectivity/acts/tests/google/tel/live/msim/ |
D | TelLiveMSIMVoiceTest.py | 21 from acts.test_utils.tel.tel_test_utils import multithread_func 55 if not multithread_func(self.log, tasks):
|
D | TelLiveMSIMSmsTest.py | 19 import sms_send_receive_verify, multithread_func 96 if not multithread_func(self.log, tasks):
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | TelephonyBaseTest.py | 53 from acts.test_utils.tel.tel_test_utils import multithread_func 177 multithread_func(self.log, tasks) 218 return multithread_func(self.log, tasks) 431 multithread_func(self.log, tasks)
|
D | tel_test_utils.py | 6387 if not multithread_func(log, tasks): 6654 def multithread_func(log, tasks): function
|
/tools/test/connectivity/acts/tests/google/tel/lab/ |
D | TelLabProjectFiTest.py | 47 from acts.test_utils.tel.tel_test_utils import multithread_func 611 if not multithread_func(self.log, tasks): 630 if not multithread_func(self.log, tasks):
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | CoexPerformanceBaseTest.py | 29 from acts.test_utils.coex.coex_test_utils import multithread_func 223 if not multithread_func(self.log, called_func):
|
D | coex_test_utils.py | 639 def multithread_func(log, tasks): function
|