Searched refs:extra_params (Results 1 – 6 of 6) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/ |
D | logcat.py | 71 def _on_retry(serial, extra_params, timestamp_tracker): argument 74 additional_params = extra_params or '' 82 def create_logcat_keepalive_process(serial, logcat_dir, extra_params=''): argument 97 (serial, extra_params)) 101 _on_retry(serial, extra_params, timestamp_tracker))
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | syslog_lib.py | 43 extra_params=''): argument 64 extra_params) 78 def __init__(self, ssh_username, ssh_config, ip_address, extra_params): argument 88 self.extra_params = extra_params 189 channel.exec_command('log_listener %s' % self.extra_params)
|
/tools/test/connectivity/acts/tests/google/instrumentation/power/media/ |
D | VideoPlaybackTest.py | 41 extra_params=[('video_file_path', video_location)])
|
/tools/test/connectivity/acts/tests/google/usb/ |
D | UsbTetheringFunctionsTest.py | 160 def can_ping(self, ip, extra_params='', count=10): argument 173 'ping -c {} {} {}'.format(count, extra_params, ip),
|
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/power/ |
D | instrumentation_power_test.py | 368 extra_params=None): argument 397 if extra_params: 398 for name, value in extra_params:
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 810 extra_params = self.adb_logcat_param 812 extra_params = "-b all" 815 self.serial, self.log_dir, extra_params)
|