Home
last modified time | relevance | path

Searched refs:time_to_wait (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py598 time_to_wait = SMARTSTUDIO_LAUNCH_WAIT_TIME
607 if waiting_time <= time_to_wait:
658 time_to_wait = SMARTSTUDIO_SIMULATION_START_WAIT_TIME
669 if waiting_time <= time_to_wait:
808 time_to_wait = 30
817 if waiting_time <= time_to_wait:
835 time_to_wait = 30
844 if waiting_time <= time_to_wait:
851 time_to_wait=REGISTRATION_STATE_WAIT_TIME): argument
869 while waiting_time <= time_to_wait:
[all …]
/tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
Danritsu_utils.py1573 def wait_for_sms_deliver_success(log, ad, time_to_wait=60): argument
1580 event = ad.ed.pop_event(sms_deliver_event, time_to_wait)
1587 def wait_for_sms_sent_success(log, ad, time_to_wait=60): argument
1594 event = ad.ed.pop_event(sms_sent_event, time_to_wait)
1602 def wait_for_incoming_sms(log, ad, time_to_wait=60): argument
1609 event = ad.ed.pop_event(sms_received_event, time_to_wait)
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Danritsu_utils.py1904 def wait_for_sms_deliver_success(log, ad, time_to_wait=60): argument
1911 event = ad.ed.pop_event(sms_deliver_event, time_to_wait)
1918 def wait_for_sms_sent_success(log, ad, time_to_wait=60): argument
1925 event = ad.ed.pop_event(sms_sent_event, time_to_wait)
1933 def wait_for_incoming_sms(log, ad, time_to_wait=60): argument
1940 event = ad.ed.pop_event(sms_received_event, time_to_wait)
/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/
DBaseSimulation.py160 time_to_wait=self.ATTACH_WAITING_TIME)