| /test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
| D | dmlib_lite.py | 118 def execute_remote_cmd_with_timeout(telnet, command="", timeout=TIMEOUT, argument 177 def read_local_output_test(com=None, command=None, timeout=TIMEOUT, argument 212 def read_local_output_ctest(com=None, command=None, timeout=TIMEOUT, argument 251 def read_local_output(com=None, command=None, case_type="", argument 290 def execute_local_command(com, command): argument
|
| D | dmlib.py | 598 def create_file_req(self, command, path): argument 625 def create_send_file_req(self, command, path, mode=0o644): argument 635 def create_req(self, command, value): argument 740 def _install_remote_package(device, remote_file_path, command): argument 747 def install_package(device, package_file_path, command): argument 786 def execute_shell_command(device, command, timeout=DEFAULT_TIMEOUT, argument 1017 def _operator_file(command, device, local, remote, timeout): argument
|
| D | device_lite.py | 297 def execute_command_with_timeout(self, command="", case_type="", argument 422 def execute_command_with_timeout(self, command="", timeout=TIMEOUT, argument 545 def execute_command(self, command): argument
|
| D | device.py | 237 def connector_command(self, command, **kwargs): argument 265 def execute_shell_command(self, command, timeout=TIMEOUT, argument 278 def execute_shell_cmd_background(self, command, timeout=TIMEOUT, argument 314 def install_package(self, package_path, command=""): argument 557 def install_app(self, remote_path, command): argument 669 def execute_shell_in_daemon(self, command): argument
|
| /test/testfwk/xdevice/src/xdevice/ |
| D | __main__.py | 31 def main_process(command=None): argument
|
| /test/ostest/wukong/test_flow/src/ |
| D | test_flow_factory.cpp | 23 …estFlow> TestFlowFactory::GetTestFlow(WuKongShellCommand& shellCommand, const std::string& command) in GetTestFlow()
|
| /test/testfwk/developer_test/aw/python/distributed/common/ |
| D | devices.py | 180 def shell(self, command=""): argument 189 def execute_command(cls, command, print_flag=True, timeout=900): argument 201 def shell_with_output(self, command=""): argument 210 def execute_command_with_output(cls, command, print_flag=True): argument
|
| D | drivers.py | 47 def make_long_command_file(command, longcommand_path, filename): argument
|
| /test/testfwk/xdevice/src/xdevice/_core/command/ |
| D | console.py | 428 def _process_command(self, command, options, para_list, parser): argument 501 def _process_command_run(cls, command, options): argument 512 def _process_command_list(self, command, para_list): argument 531 def _process_command_quit(cls, command): argument 540 def _process_command_tool(cls, command, para_list, options): argument 698 def display_help_command_info(cls, command): argument
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
| D | drivers_lite.py | 267 def dry_run(self, request, command, listener=None): argument 312 def run_cpp_test(self, command, request): argument 352 def set_file_name(self, request, command): argument 357 def run(self, command=None, listener=None, timeout=None): argument 382 def _do_test_run(self, command, request): argument 386 def _run_with_rerun(self, command, request, expected_tests): argument 413 def _rerun_tests(self, command, expected_tests, listener): argument 419 def _re_run(self, command, test, listener): argument 441 def _collect_test_to_run(self, request, command): argument 976 def run(self, command=None, listener=None, timeout=20): argument [all …]
|
| /test/testfwk/developer_test/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/testfwk/developer_test/src/core/command/ |
| D | display.py | 345 def display_help_command_info(command): argument 358 def display_show_command_info(command, product_form="phone"): argument
|
| D | console.py | 395 def _process_command_gen(cls, command, options): argument 403 def _process_command_run(cls, command, options): argument 411 def _process_command_device(cls, command): argument 420 def _process_command_quit(cls, command): argument
|
| D | run.py | 54 def process_command_run(self, command, options): argument
|
| /test/testfwk/xdevice/config/ |
| D | acts.json | 17 "command": "./bin/checksum /bin", string
|
| /test/testfwk/developer_test/libs/fuzzlib/ |
| D | fuzzer_helper.py | 73 def _get_command_string(command): argument
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/ |
| D | constants.py | 67 command = "CommandKit" variable in CKit
|
| /test/testfwk/developer_test/src/core/build/ |
| D | build_testcases.py | 181 def _execute_build_command(self, productform, command): argument
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
| D | kit.py | 93 def _run_command(self, command, device): argument 795 def retry_install_hap(cls, device, command): argument 951 def run_command(device, command): argument
|
| D | kit_lite.py | 633 def run_command(device, command): argument
|
| /test/testfwk/arkxtest/uitest/server/ |
| D | server_main.cpp | 265 string command(argv[1]); in main() local
|
| /test/testfwk/xdevice/src/xdevice/_core/report/ |
| D | result_reporter.py | 544 def _parse_record_from_data(self, command, report_path): argument
|
| /test/testfwk/xdevice/src/xdevice/_core/ |
| D | constants.py | 289 command = "command" variable in ReportConst
|
| /test/xts/acts/location/geolocation_standard/src/main/js/test/ |
| D | LocationMTest.test.js | 578 let requestInfo = { 'scenario': 0x301, 'command': "command_1" }; property 606 let requestInfo = { 'scenario': 0x301, 'command': "command_1" }; property
|
| /test/testfwk/xdevice/src/xdevice/_core/executor/ |
| D | scheduler.py | 763 def exec_command(self, command, options): argument
|