| /test/xdevice/src/xdevice/_core/environment/ |
| D | dmlib_lite.py | 120 def execute_remote_cmd_with_timeout(telnet, command="", timeout=TIMEOUT, argument 179 def read_local_output_test(com=None, command=None, timeout=TIMEOUT, argument 222 def read_local_output_ctest(com=None, command=None, timeout=TIMEOUT, argument 261 def read_local_output(com=None, command=None, case_type="", argument 300 def execute_local_command(com, command): argument 317 def execute_agent_cmd_with_timeout(self, command, argument
|
| D | device_lite.py | 316 def execute_command_with_timeout(self, command="", case_type="", argument 431 def execute_command_with_timeout(self, command="", timeout=TIMEOUT, argument 555 def execute_command(self, command): argument 589 def execute_command_with_timeout(self, command, **kwargs): argument
|
| /test/developertest/aw/python/distributed/common/ |
| D | devices.py | 202 def execute_command(self, command, print_flag=True, timeout=900): argument 214 def execute_command_with_output(self, command, print_flag=True): argument 232 def shell(self, command=""): argument 240 def execute_shell_command(self, command): argument 243 def shell_with_output(self, command=""): argument 341 def execute_command(self, command, print_flag=True, timeout=900): argument 353 def execute_command_with_output(self, command, print_flag=True): argument 371 def shell(self, command=""): argument 379 def shell_with_output(self, command=""): argument
|
| D | drivers.py | 45 def make_long_command_file(command, longcommand_path, filename): argument
|
| /test/xdevice/src/xdevice/ |
| D | __main__.py | 27 def main_process(command=None): argument
|
| /test/developertest/src/core/command/ |
| D | console.py | 284 def _process_command_gen(cls, command, options): argument 292 def _process_command_run(cls, command, options): argument 300 def _process_command_device(cls, command): argument 309 def _process_command_quit(cls, command): argument
|
| D | display.py | 361 def display_help_command_info(command): argument 374 def display_show_command_info(command, product_form="phone"): argument
|
| D | run.py | 42 def process_command_run(self, command, options): argument
|
| /test/xdevice/src/xdevice/_core/driver/ |
| D | drivers_lite.py | 266 def dry_run(self, request, command, listener=None): argument 311 def run_cpp_test(self, command, request): argument 351 def set_file_name(self, request, command): argument 356 def run(self, command=None, listener=None, timeout=None): argument 381 def _do_test_run(self, command, request): argument 385 def _run_with_rerun(self, command, request, expected_tests): argument 412 def _rerun_tests(self, command, expected_tests, listener): argument 418 def _re_run(self, command, test, listener): argument 440 def _collect_test_to_run(self, request, command): argument 900 def run(self, command=None, listener=None, timeout=20): argument [all …]
|
| /test/xdevice/src/xdevice/_core/command/ |
| D | console.py | 405 def _process_command(self, command, options, para_list, parser): argument 495 def _process_command_run(cls, command, options): argument 506 def _process_command_list(self, command, para_list): argument 525 def _process_command_quit(cls, command): argument 681 def display_help_command_info(cls, command): argument
|
| /test/developertest/examples/distributedb/test/distributedtest/common/ |
| D | distribute_demo.cpp | 119 std::string command = "query_command"; variable 133 std::string command = "add_for_two_int"; variable 221 std::string command = "getkvstore"; variable
|
| /test/xdevice/config/ |
| D | acts.json | 17 "command": "./bin/checksum /bin", string
|
| /test/xdevice/extension/src/xdevice_extension/_core/environment/ |
| D | device.py | 185 def hdc_command(self, command, **kwargs): argument 209 def execute_shell_command(self, command, timeout=TIMEOUT, argument 222 def execute_shell_cmd_background(self, command, timeout=TIMEOUT, argument 262 def install_package(self, package_path, command=""): argument
|
| D | dmlib.py | 624 def create_file_req(self, command, path): argument 651 def create_send_file_req(self, command, path, mode=0o644): argument 661 def create_req(self, command, value): argument 787 def _install_remote_package(device, remote_file_path, command): argument 794 def install_package(device, package_file_path, command): argument 826 def execute_shell_command(device, command, timeout=DEFAULT_TIMEOUT, argument
|
| /test/developertest/libs/fuzzlib/ |
| D | fuzzer_helper.py | 73 def _get_command_string(command): argument
|
| /test/arkXtest/uitest/server/ |
| D | server_main.cpp | 88 string command(argv[1]); in main() local
|
| /test/developertest/src/core/build/ |
| D | build_testcases.py | 158 def _execute_build_command(self, productform, command): argument
|
| /test/xdevice/extension/src/xdevice_extension/_core/testkit/ |
| D | kit.py | 647 def retry_install_hap(cls, device, command): argument 790 def run_command(device, command): argument
|
| /test/xdevice/src/xdevice/_core/report/ |
| D | result_reporter.py | 550 def _parse_record_from_data(self, command, report_path): argument
|
| /test/xdevice/extension/src/xdevice_extension/_core/ |
| D | constants.py | 237 command = "CommandKit" variable in CKit
|
| /test/xdevice/src/xdevice/_core/testkit/ |
| D | kit_lite.py | 633 def run_command(device, command): argument
|
| /test/xdevice/src/xdevice/_core/ |
| D | constants.py | 220 command = "CommandKit" variable in CKit
|
| /test/xdevice/src/xdevice/_core/executor/ |
| D | scheduler.py | 694 def exec_command(self, command, options): argument
|
| /test/xts/acts/location/geolocation_standard/src/main/js/default/test/ |
| D | GeocoderTest.test.js | 1636 let requestInfo = {'scenairo':0x301,'command':"command_1"}; property 1656 let requestInfo = {'scenairo':0x301,'command':"command_1"}; property
|