Home
last modified time | relevance | path

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

12

/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
Dcpp_driver_lite.py217 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
Dopensource_driver_lite.py126 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/
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/developer_test/local_coverage/resident_service/
Dpublic_method.py75 def get_sn_list(command): argument
118 def get_server_dict(command): argument
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddmlib_lite.py131 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
Ddmlib.py626 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
Ddevice_lite.py301 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/
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/xdevice/src/xdevice/_core/command/
Dconsole.py500 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/
Dchannel.py29 def append(cls, command): argument
45 def update(cls, index, command): 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/ostest/wukong/test_flow/src/
Dtest_flow_factory.cpp24 …estFlow> TestFlowFactory::GetTestFlow(WuKongShellCommand& shellCommand, const std::string& command) in GetTestFlow()
/test/testfwk/xdevice/src/xdevice/
D__main__.py77 def main_process(command=None): argument
/test/testfwk/developer_test/local_coverage/automate_execute/
Dinstall_coverage_tools.py23 def sub_command(command): argument
/test/testfwk/xdevice/config/
Dacts.json6 "command": "./bin/checksum /bin", string
/test/testfwk/developer_test/src/core/command/
Dconsole.py336 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
Ddisplay.py377 def display_help_command_info(command): argument
390 def display_show_command_info(command, product_form="phone"): argument
/test/testfwk/arkxtest/perftest/core/src/
Dstart_daemon.cpp82 string command(argv[INDEX_ONE]); in main() local
/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/xdevice/plugins/devicetest/
Dconstants.py29 command = "CommandKit" variable in CKit
/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/testfwk/arkxtest/perftest/collection/src/
Ddata_collection.cpp77 bool DataCollection::ExecuteCommand(const string command, string& result) in ExecuteCommand()

12