Home
last modified time | relevance | path

Searched defs:command (Results 1 – 24 of 24) sorted by relevance

/test/xdevice/src/xdevice/_core/environment/
Ddmlib_lite.py120 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
Ddevice_lite.py316 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/
Ddevices.py202 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
Ddrivers.py45 def make_long_command_file(command, longcommand_path, filename): argument
/test/xdevice/src/xdevice/
D__main__.py27 def main_process(command=None): argument
/test/developertest/src/core/command/
Dconsole.py284 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
Ddisplay.py361 def display_help_command_info(command): argument
374 def display_show_command_info(command, product_form="phone"): argument
Drun.py42 def process_command_run(self, command, options): argument
/test/xdevice/src/xdevice/_core/driver/
Ddrivers_lite.py266 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/
Dconsole.py405 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/
Ddistribute_demo.cpp119 std::string command = "query_command"; variable
133 std::string command = "add_for_two_int"; variable
221 std::string command = "getkvstore"; variable
/test/xdevice/config/
Dacts.json17 "command": "./bin/checksum /bin", string
/test/xdevice/extension/src/xdevice_extension/_core/environment/
Ddevice.py185 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
Ddmlib.py624 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/
Dfuzzer_helper.py73 def _get_command_string(command): argument
/test/arkXtest/uitest/server/
Dserver_main.cpp88 string command(argv[1]); in main() local
/test/developertest/src/core/build/
Dbuild_testcases.py158 def _execute_build_command(self, productform, command): argument
/test/xdevice/extension/src/xdevice_extension/_core/testkit/
Dkit.py647 def retry_install_hap(cls, device, command): argument
790 def run_command(device, command): argument
/test/xdevice/src/xdevice/_core/report/
Dresult_reporter.py550 def _parse_record_from_data(self, command, report_path): argument
/test/xdevice/extension/src/xdevice_extension/_core/
Dconstants.py237 command = "CommandKit" variable in CKit
/test/xdevice/src/xdevice/_core/testkit/
Dkit_lite.py633 def run_command(device, command): argument
/test/xdevice/src/xdevice/_core/
Dconstants.py220 command = "CommandKit" variable in CKit
/test/xdevice/src/xdevice/_core/executor/
Dscheduler.py694 def exec_command(self, command, options): argument
/test/xts/acts/location/geolocation_standard/src/main/js/default/test/
DGeocoderTest.test.js1636 let requestInfo = {'scenairo':0x301,'command':"command_1"}; property
1656 let requestInfo = {'scenairo':0x301,'command':"command_1"}; property