Home
last modified time | relevance | path

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

12

/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddmlib_lite.py118 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
Ddmlib.py598 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
Ddevice_lite.py297 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
Ddevice.py237 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__.py31 def main_process(command=None): argument
/test/ostest/wukong/test_flow/src/
Dtest_flow_factory.cpp23 …estFlow> TestFlowFactory::GetTestFlow(WuKongShellCommand& shellCommand, const std::string& command) in GetTestFlow()
/test/testfwk/developer_test/aw/python/distributed/common/
Ddevices.py180 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
Ddrivers.py47 def make_long_command_file(command, longcommand_path, filename): argument
/test/testfwk/xdevice/src/xdevice/_core/command/
Dconsole.py428 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/
Ddrivers_lite.py267 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/
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/testfwk/developer_test/src/core/command/
Ddisplay.py345 def display_help_command_info(command): argument
358 def display_show_command_info(command, product_form="phone"): argument
Dconsole.py395 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
Drun.py54 def process_command_run(self, command, options): argument
/test/testfwk/xdevice/config/
Dacts.json17 "command": "./bin/checksum /bin", string
/test/testfwk/developer_test/libs/fuzzlib/
Dfuzzer_helper.py73 def _get_command_string(command): argument
/test/testfwk/xdevice/plugins/ohos/src/ohos/
Dconstants.py67 command = "CommandKit" variable in CKit
/test/testfwk/developer_test/src/core/build/
Dbuild_testcases.py181 def _execute_build_command(self, productform, command): argument
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
Dkit.py93 def _run_command(self, command, device): argument
795 def retry_install_hap(cls, device, command): argument
951 def run_command(device, command): argument
Dkit_lite.py633 def run_command(device, command): argument
/test/testfwk/arkxtest/uitest/server/
Dserver_main.cpp265 string command(argv[1]); in main() local
/test/testfwk/xdevice/src/xdevice/_core/report/
Dresult_reporter.py544 def _parse_record_from_data(self, command, report_path): argument
/test/testfwk/xdevice/src/xdevice/_core/
Dconstants.py289 command = "command" variable in ReportConst
/test/xts/acts/location/geolocation_standard/src/main/js/test/
DLocationMTest.test.js578 let requestInfo = { 'scenario': 0x301, 'command': "command_1" }; property
606 let requestInfo = { 'scenario': 0x301, 'command': "command_1" }; property
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dscheduler.py763 def exec_command(self, command, options): argument

12