| /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/xdevice/plugins/ohos/src/ohos/environment/ |
| D | dmlib_lite.py | 126 def execute_remote_cmd_with_timeout(telnet, command="", timeout=TIMEOUT, argument 185 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
|
| D | dmlib.py | 621 def create_file_req(self, command, path): argument 648 def create_send_file_req(self, command, path, mode=0o644): argument 658 def create_req(self, command, value): argument 773 def _install_remote_package(device, remote_file_path, command): argument 780 def install_package(device, package_file_path, command): argument 812 def execute_shell_command(device, command, timeout=DEFAULT_TIMEOUT, argument 1044 def _operator_file(command, device, local, remote, timeout): argument
|
| D | device_lite.py | 318 def execute_command_with_timeout(self, command="", case_type="", argument 443 def execute_command_with_timeout(self, command="", timeout=TIMEOUT, argument 566 def execute_command(self, command): argument
|
| D | device.py | 327 def connector_command(self, command, **kwargs): argument 357 def execute_shell_command(self, command, timeout=TIMEOUT, argument 370 def execute_shell_cmd_background(self, command, timeout=TIMEOUT, argument 403 def install_package(self, package_path, command=""): argument 796 def install_app(self, remote_path, command): argument 930 def execute_shell_in_daemon(self, command): argument
|
| /test/testfwk/xdevice/src/xdevice/_core/command/ |
| D | console.py | 449 def _process_command(self, command, options, para_list, parser): argument 516 def _process_command_run(cls, command, options): argument 527 def _process_command_list(self, command, para_list): argument 546 def _process_command_quit(cls, command): argument 555 def _process_command_tool(cls, command, para_list, options): argument 715 def display_help_command_info(cls, command): argument
|
| /test/testfwk/developer_test/local_coverage/resident_service/ |
| D | public_method.py | 48 def get_sn_list(command): argument 91 def get_server_dict(command): argument
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
| D | drivers_lite.py | 269 def dry_run(self, request, command, listener=None): argument 314 def run_cpp_test(self, command, request): argument 354 def set_file_name(self, request, command): argument 359 def run(self, command=None, listener=None, timeout=None): argument 389 def _do_test_run(self, command, request): argument 393 def _run_with_rerun(self, command, request, expected_tests): argument 420 def _rerun_tests(self, command, expected_tests, listener): argument 426 def _re_run(self, command, test, listener): argument 448 def _collect_test_to_run(self, request, command): argument 987 def run(self, command=None, listener=None, timeout=20): argument [all …]
|
| /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/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/testfwk/developer_test/src/core/command/ |
| D | console.py | 322 def _process_command_gen(cls, command, options): argument 330 def _process_command_run(cls, command, options): argument 338 def _process_command_device(cls, command): argument 347 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
|
| D | run.py | 155 def process_command_run(self, command, options): 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 | 24 …estFlow> TestFlowFactory::GetTestFlow(WuKongShellCommand& shellCommand, const std::string& command) in GetTestFlow()
|
| /test/testfwk/xdevice/config/ |
| D | acts.json | 6 "command": "./bin/checksum /bin", string
|
| /test/testfwk/developer_test/local_coverage/automate_execute/ |
| D | install_coverage_tools.py | 23 def sub_command(command): argument
|
| /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/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/xts/acts/communication/nfc_SecureElement/src/main/js/test/ |
| D | channelCallback.test.js | 48 let command = [128, 202, 159, 127, 0]; variable
|
| /test/xts/acts/communication/nfc_SecureElement_2/src/main/js/test/ |
| D | channelCallback.test.js | 46 let command = [128, 202, 159, 127, 0]; variable
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/ |
| D | constants.py | 91 command = "CommandKit" variable in CKit
|