Searched refs:time_to_wait (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | md8475_cellular_simulator.py | 489 self.anritsu.wait_for_registration_state(time_to_wait=timeout) 502 self.anritsu.wait_for_communication_state(time_to_wait=timeout) 516 self.anritsu.wait_for_idle_state(time_to_wait=timeout)
|
D | md8475a.py | 651 time_to_wait = SMARTSTUDIO_LAUNCH_WAIT_TIME 660 if waiting_time <= time_to_wait: 711 time_to_wait = SMARTSTUDIO_SIMULATION_START_WAIT_TIME 722 if waiting_time <= time_to_wait: 933 time_to_wait = 30 942 if waiting_time <= time_to_wait: 960 time_to_wait = 30 969 if waiting_time <= time_to_wait: 1027 time_to_wait=REGISTRATION_STATE_WAIT_TIME): argument 1045 while waiting_time <= time_to_wait: [all …]
|
/tools/test/connectivity/acts/tests/google/usb/ |
D | UsbTetheringFunctionsTest.py | 241 def wait_for_mms_sent_success(self, time_to_wait=60): argument 252 event = self.dut.ed.pop_event(mms_sent_event, time_to_wait)
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | anritsu_utils.py | 1904 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)
|