Home
last modified time | relevance | path

Searched refs:multithread_func (Results 1 – 20 of 20) sorted by relevance

/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveSmsTest.py42 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 …]
DTelLiveVoiceTest.py61 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 …]
DTelLiveVideoDataTest.py22 from acts.test_utils.tel.tel_test_utils import multithread_func
56 if not multithread_func(self.log, tasks):
DTelLiveVideoTest.py55 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 …]
DTelWifiVideoTest.py50 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):
DTelLiveSettingsTest.py35 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)
DTelLiveProjectFiTest.py33 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):
DTelLivePreflightTest.py38 from acts.test_utils.tel.tel_test_utils import multithread_func
162 result = multithread_func(self.log, tasks)
DTelLiveStressCallTest.py36 from acts.test_utils.tel.tel_test_utils import multithread_func
124 if not multithread_func(self.log, tasks):
DTelLiveDataTest.py79 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/
DCoexBasicFunctionalityTest.py25 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):
DWlanWithHfpFunctionalityTest.py24 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):
DCoexBtMultiProfileFunctionalityTest.py29 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/
DTelLiveMSIMVoiceTest.py21 from acts.test_utils.tel.tel_test_utils import multithread_func
55 if not multithread_func(self.log, tasks):
DTelLiveMSIMSmsTest.py19 import sms_send_receive_verify, multithread_func
96 if not multithread_func(self.log, tasks):
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
DTelephonyBaseTest.py53 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)
Dtel_test_utils.py6387 if not multithread_func(log, tasks):
6654 def multithread_func(log, tasks): function
/tools/test/connectivity/acts/tests/google/tel/lab/
DTelLabProjectFiTest.py47 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/
DCoexPerformanceBaseTest.py29 from acts.test_utils.coex.coex_test_utils import multithread_func
223 if not multithread_func(self.log, called_func):
Dcoex_test_utils.py639 def multithread_func(log, tasks): function