| /test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
| D | cpp_driver_lite.py | 217 def dry_run(self, request, command, listener=None): argument 264 def run_cpp_test(self, command, request): argument 304 def set_file_name(self, request, command): argument 309 def run(self, command=None, listener=None, timeout=None): argument 339 def _do_test_run(self, command, request): argument 343 def _run_with_rerun(self, command, request, expected_tests): argument 370 def _rerun_tests(self, command, expected_tests, listener): argument 376 def _re_run(self, command, test, listener): argument 398 def _collect_test_to_run(self, request, command): argument
|
| D | opensource_driver_lite.py | 126 def run(self, command=None, listener=None, timeout=20): argument 146 def _do_test_run(self, command, request): argument
|
| /test/xts/acts/multimedia/avsession/avsession_js_standard/avsessionManager/entry/src/ohosTest/js/test/ |
| D | AVSession.test.js | 1883 await controller.sendControlCommand({ command: 'play' }).then(() => { property 1907 await controller.sendControlCommand({ command: 'pause' }).then(() => { property 1931 await controller.sendControlCommand({ command: 'stop' }).then(() => { property 1955 await controller.sendControlCommand({ command: 'playNext' }).then(() => { property 1979 await controller.sendControlCommand({ command: 'playPrevious' }).then(() => { property 2003 await controller.sendControlCommand({ command: 'fastForward' }).then(() => { property 2031 …await controller.sendControlCommand({ command: 'fastForward', parameter: avSession.SkipIntervals.S… property 2059 …await controller.sendControlCommand({ command: 'fastForward', parameter: avSession.SkipIntervals.S… property 2087 …await controller.sendControlCommand({ command: 'fastForward', parameter: avSession.SkipIntervals.S… property 2111 await controller.sendControlCommand({ command: 'rewind' }).then(() => { property [all …]
|
| D | AVSessionJSTest.js | 39 command: "This is my command" property 72 function commonCommandCallback1(command, args) { argument 84 function commonCommandCallback2(command, args) { argument
|
| /test/testfwk/developer_test/local_coverage/resident_service/ |
| D | public_method.py | 75 def get_sn_list(command): argument 118 def get_server_dict(command): argument
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
| D | dmlib_lite.py | 131 def execute_remote_cmd_with_timeout(telnet, command="", timeout=TIMEOUT, argument 189 def read_local_output_test(com=None, command=None, timeout=TIMEOUT, argument 296 def read_local_output_ctest(com=None, command=None, timeout=TIMEOUT, argument 335 def read_local_output(com=None, command=None, case_type="", argument 373 def execute_local_command(com, command): argument
|
| D | dmlib.py | 626 def create_file_req(self, command, path): argument 653 def create_send_file_req(self, command, path, mode=0o644): argument 663 def create_req(self, command, value): argument 778 def _install_remote_package(device, remote_file_path, command): argument 785 def install_package(device, package_file_path, command): argument 817 def execute_shell_command(device, command, timeout=DEFAULT_TIMEOUT, argument 1055 def _operator_file(command, device, local, remote, timeout): argument
|
| D | device_lite.py | 301 def execute_command_with_timeout(self, command="", case_type="", argument 425 def execute_command_with_timeout(self, command="", timeout=TIMEOUT, argument 548 def execute_command(self, command): argument
|
| /test/testfwk/developer_test/aw/python/distributed/common/ |
| D | devices.py | 126 def execute_command(cls, command, print_flag=True, timeout=900): argument 139 def execute_command_with_output(cls, command, print_flag=True): argument 219 def shell(self, command=""): argument 227 def shell_with_output(self, command=""): argument
|
| D | drivers.py | 51 def make_long_command_file(command, longcommand_path, filename): argument
|
| /test/testfwk/xdevice/src/xdevice/_core/command/ |
| D | console.py | 500 def _process_command(self, command, options, para_list, parser): argument 567 def _process_command_run(cls, command, options): argument 581 def _process_command_list(self, command, para_list): argument 616 def _process_command_quit(cls, command): argument 626 def _process_command_tool(cls, command, para_list, options): argument 809 def display_help_command_info(cls, command): argument
|
| /test/testfwk/xdevice/src/xdevice/_core/context/ |
| D | channel.py | 29 def append(cls, command): argument 45 def update(cls, index, command): argument
|
| /test/testfwk/developer_test/local_coverage/ |
| D | utils.py | 101 def hdc_command(device_ip, device_port, device_sn, command): argument 118 def coverage_command(command): argument
|
| /test/ostest/wukong/test_flow/src/ |
| D | test_flow_factory.cpp | 24 …estFlow> TestFlowFactory::GetTestFlow(WuKongShellCommand& shellCommand, const std::string& command) in GetTestFlow()
|
| /test/testfwk/xdevice/src/xdevice/ |
| D | __main__.py | 77 def main_process(command=None): argument
|
| /test/testfwk/developer_test/local_coverage/automate_execute/ |
| D | install_coverage_tools.py | 23 def sub_command(command): argument
|
| /test/testfwk/xdevice/config/ |
| D | acts.json | 6 "command": "./bin/checksum /bin", string
|
| /test/testfwk/developer_test/src/core/command/ |
| D | console.py | 336 def _process_command_gen(cls, command, options): argument 344 def _process_command_run(cls, command, options): argument 352 def _process_command_device(cls, command): argument 361 def _process_command_quit(cls, command): argument
|
| D | display.py | 377 def display_help_command_info(command): argument 390 def display_show_command_info(command, product_form="phone"): argument
|
| /test/testfwk/arkxtest/perftest/core/src/ |
| D | start_daemon.cpp | 82 string command(argv[INDEX_ONE]); in main() local
|
| /test/testfwk/developer_test/src/core/build/ |
| D | build_testcases.py | 287 def _execute_build_command(self, productform, command): argument 313 def _execute_build_deps_files_command(self, productform, command): argument
|
| /test/testfwk/xdevice/plugins/devicetest/ |
| D | constants.py | 29 command = "CommandKit" variable in CKit
|
| /test/testfwk/developer_test/libs/fuzzlib/ |
| D | fuzzer_helper.py | 77 def _get_command_string(command): argument
|
| /test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/ |
| D | distribute_demo.cpp | 95 std::string command = "query_command"; variable
|
| /test/testfwk/arkxtest/perftest/collection/src/ |
| D | data_collection.cpp | 77 bool DataCollection::ExecuteCommand(const string command, string& result) in ExecuteCommand()
|