/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | hardware_power_statecontrol_lib.py | 41 def suspendReboot(self, timeout=HW_PWR_STATE_CONTROL_TIMEOUT): argument 51 def suspendRebootBootloader(self, timeout=HW_PWR_STATE_CONTROL_TIMEOUT): argument 61 def suspendPoweroff(self, timeout=HW_PWR_STATE_CONTROL_TIMEOUT): argument 71 def suspendMexec(self, timeout=HW_PWR_STATE_CONTROL_TIMEOUT): argument 81 def suspendRam(self, timeout=HW_PWR_STATE_CONTROL_TIMEOUT): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_5g_utils.py | 22 def is_current_network_5g_nsa(ad, sub_id = None, mmwave = None, timeout=30): argument 37 def _nsa_display_monitor(ad, sub_id, mmwave, timeout): argument 113 timeout = 30): argument
|
D | gft_inout_utils.py | 38 def check_no_service_time(ad, timeout=120): argument 64 def check_back_to_service_time(ad, timeout=120): argument
|
/tools/acloud/internal/lib/ |
D | ssh.py | 43 def _SshCallWait(cmd, timeout=None): argument 70 def _SshCall(cmd, timeout=None): argument 97 def _SshLogOutput(cmd, timeout=None, show_output=False, hide_error_msg=False): argument 187 def ShellCmdWithRetry(cmd, timeout=None, show_output=False, argument 259 def Run(self, target_command, timeout=None, show_output=False, argument 331 def CheckSshConnection(self, timeout): argument 349 def WaitForSsh(self, timeout=None, max_retry=_SSH_CMD_MAX_RETRY): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/lib_controllers/ |
D | wlan_policy_controller.py | 180 def save_and_connect(self, ssid, security, password=None, timeout=30): argument 208 timeout=30): argument 235 timeout=30): argument 262 def remove_all_networks_and_wait_for_no_connections(self, timeout=30): argument 366 def wait_for_connect(self, ssid, security_type, timeout=30): argument 419 timeout=30): argument 501 def wait_for_no_connections(self, timeout=30): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | dhcp_server.py | 66 def start(self, config, timeout=60): argument 141 def _wait_for_process(self, timeout=60): argument 157 def _wait_for_server(self, timeout=60): argument
|
D | radvd.py | 69 def start(self, config, timeout=60): argument 126 def _wait_for_process(self, timeout=60): argument
|
D | hostapd.py | 62 def start(self, config, timeout=60, additional_parameters=None): argument 291 def _wait_for_process(self, timeout=60): argument 305 def _wait_for_interface(self, timeout=60): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/ |
D | apollo_acts.py | 89 def wait_for_bluetooth_disconnection(self, timeout=60): argument 354 def wait_for_magic_pairing_notification(self, android_act, timeout=60): argument 381 def start_magic_pairing(self, android_act, timeout=30, retries=3): argument 429 timeout=DEFAULT_TIMEOUT, argument 452 timeout, interval, timer): argument 507 self, timeout=DEFAULT_TIMEOUT, interval=DEFAULT_CMD_INTERVAL): argument 581 self, address, timeout=DEFAULT_TIMEOUT, argument
|
D | agsa_acts.py | 77 def _wait_for_ota_to_finish(self, timeout=660): argument 118 force=True, timeout=660): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | iperf_client.py | 119 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument 140 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument 191 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument 281 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument
|
D | arduino_wifi_dongle.py | 313 def ip_address(self, exp_result=True, timeout=READ_TIMEOUT): argument 333 def wifi_status(self, exp_result=True, timeout=READ_TIMEOUT): argument 348 def wifi_scan(self, exp_result=True, timeout=READ_TIMEOUT): argument 378 def ping_status(self, exp_result=True, timeout=READ_TIMEOUT): argument
|
D | sniffer.py | 241 def wait_for_capture(self, timeout=None): argument 279 def __init__(self, sniffer, timeout=None): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/fuchsia/ |
D | bt_test_utils.py | 28 timeout, argument 71 timeout, argument
|
D | utils.py | 26 timeout=3600, argument
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | b29_lib.py | 125 def _parse_output_of_running_process(self, subprocess, match, timeout=30): argument 182 def ping_component(self, component, timeout=30): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/car/ |
D | car_media_utils.py | 42 def verifyEventReceived(log, device, event, timeout): argument 70 timeout=1.0): argument
|
D | car_telecom_utils.py | 179 def hangup_conf(log, ad, conf_id, timeout=10): argument 425 def wait_for_conference(log, ad, participants=2, timeout=10): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/ |
D | shell.py | 43 def run(self, command, timeout=60): argument 195 def kill(self, identifier, timeout=10): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/ |
D | LteImsSimulation.py | 60 timeout=MAX_WAIT_TIME_IMS_CSCF_STATE): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/ |
D | event_dispatcher.py | 178 def pop_event(self, event_name, timeout=DEFAULT_TIMEOUT): argument 226 timeout=DEFAULT_TIMEOUT, argument 283 def pop_events(self, regex_pattern, timeout, freq=1): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/aware/ |
D | aware_test_utils.py | 46 def wait_for_event(ad, event_name, timeout=EVENT_TIMEOUT): argument 86 timeout=EVENT_TIMEOUT, argument 113 def fail_on_event(ad, event_name, timeout=EVENT_TIMEOUT): argument 134 def fail_on_event_with_keys(ad, event_name, timeout=EVENT_TIMEOUT, *keyvalues): argument 160 def verify_no_more_events(ad, timeout=EVENT_TIMEOUT): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/ |
D | wlan_device.py | 147 timeout=1000, argument 157 timeout=1000, argument 269 timeout=1000, argument 277 def ping(self, dest_ip, count=3, interval=1000, timeout=1000, size=25): argument 398 timeout=1000, argument 413 timeout=1000, argument
|
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/ |
D | cmx500_cellular_simulator.py | 381 def wait_until_attached(self, timeout=120): argument 391 def wait_until_communication_state(self, timeout=120): argument 405 def wait_until_idle_state(self, timeout=120): argument 419 def wait_until_quiet(self, timeout=120): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/users/ |
D | users.py | 60 def _wait_for_user_to_take_place(android_device, user_id, timeout=10): argument
|