Home
last modified time | relevance | path

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

12

/test/xts/acts/multimedia/avsession/avsession_js_standard/avsessionManager/entry/src/ohosTest/js/test/
DAVSession.test.js1883 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 …]
DAVSessionJSTest.js39 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/
Ddmlib_lite.py126 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
Ddmlib.py621 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
Ddevice_lite.py318 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
Ddevice.py327 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/
Dconsole.py449 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/
Dpublic_method.py48 def get_sn_list(command): argument
91 def get_server_dict(command): argument
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
Ddrivers_lite.py269 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/
Ddevices.py126 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
Ddrivers.py51 def make_long_command_file(command, longcommand_path, filename): argument
/test/testfwk/developer_test/local_coverage/
Dutils.py101 def hdc_command(device_ip, device_port, device_sn, command): argument
118 def coverage_command(command): argument
/test/testfwk/developer_test/src/core/command/
Dconsole.py322 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
Ddisplay.py377 def display_help_command_info(command): argument
390 def display_show_command_info(command, product_form="phone"): argument
Drun.py155 def process_command_run(self, command, options): argument
/test/testfwk/xdevice/src/xdevice/
D__main__.py31 def main_process(command=None): argument
/test/ostest/wukong/test_flow/src/
Dtest_flow_factory.cpp24 …estFlow> TestFlowFactory::GetTestFlow(WuKongShellCommand& shellCommand, const std::string& command) in GetTestFlow()
/test/testfwk/xdevice/config/
Dacts.json6 "command": "./bin/checksum /bin", string
/test/testfwk/developer_test/local_coverage/automate_execute/
Dinstall_coverage_tools.py23 def sub_command(command): argument
/test/testfwk/developer_test/src/core/build/
Dbuild_testcases.py287 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/
Dfuzzer_helper.py77 def _get_command_string(command): argument
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/
Ddistribute_demo.cpp95 std::string command = "query_command"; variable
/test/xts/acts/communication/nfc_SecureElement/src/main/js/test/
DchannelCallback.test.js48 let command = [128, 202, 159, 127, 0]; variable
/test/xts/acts/communication/nfc_SecureElement_2/src/main/js/test/
DchannelCallback.test.js46 let command = [128, 202, 159, 127, 0]; variable
/test/testfwk/xdevice/plugins/ohos/src/ohos/
Dconstants.py91 command = "CommandKit" variable in CKit

12