Home
last modified time | relevance | path

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

12

/test/testfwk/developer_test/localCoverage/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/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
214 def read_local_output_ctest(com=None, command=None, timeout=TIMEOUT, argument
253 def read_local_output(com=None, command=None, case_type="", argument
292 def execute_local_command(com, command): argument
Ddmlib.py618 def create_file_req(self, command, path): argument
645 def create_send_file_req(self, command, path, mode=0o644): argument
655 def create_req(self, command, value): argument
770 def _install_remote_package(device, remote_file_path, command): argument
777 def install_package(device, package_file_path, command): argument
809 def execute_shell_command(device, command, timeout=DEFAULT_TIMEOUT, argument
1041 def _operator_file(command, device, local, remote, timeout): argument
Ddevice_lite.py298 def execute_command_with_timeout(self, command="", case_type="", argument
423 def execute_command_with_timeout(self, command="", timeout=TIMEOUT, argument
546 def execute_command(self, command): argument
Ddevice.py249 def connector_command(self, command, **kwargs): argument
279 def execute_shell_command(self, command, timeout=TIMEOUT, argument
292 def execute_shell_cmd_background(self, command, timeout=TIMEOUT, argument
325 def install_package(self, package_path, command=""): argument
715 def install_app(self, remote_path, command): argument
849 def execute_shell_in_daemon(self, command): argument
/test/testfwk/xdevice/src/xdevice/
D__main__.py31 def main_process(command=None): argument
/test/xts/acts/multimedia/avsession/avsession_js_standard/avsessionManager/src/main/js/test/
DAVSession.test.js1511 await controller.sendControlCommand({ command: 'play' }).then(() => { property
1535 await controller.sendControlCommand({ command: 'pause' }).then(() => { property
1559 await controller.sendControlCommand({ command: 'stop' }).then(() => { property
1583 await controller.sendControlCommand({ command: 'playNext' }).then(() => { property
1607 await controller.sendControlCommand({ command: 'playPrevious' }).then(() => { property
1631 await controller.sendControlCommand({ command: 'fastForward' }).then(() => { property
1655 await controller.sendControlCommand({ command: 'rewind' }).then(() => { property
1684 await controller.sendControlCommand({ command: 'seek', parameter: 10 }).then(() => { property
1713 … await controller.sendControlCommand({ command: 'setSpeed', parameter: 2.6 }).then(() => { property
1743 command: 'setLoopMode', parameter: property
[all …]
DAVSessionJSTest.js39 command: "This is my command" property
72 function commonCommandCallback1(command, args) { argument
84 function commonCommandCallback2(command, args) { argument
DAVSessionErrorCode.test.js155 await controller.sendControlCommand({ command: 'play' }).then(() => { property
238 await controller.sendControlCommand({ command: 'play' }).then(() => { property
/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.py51 def make_long_command_file(command, longcommand_path, filename): argument
/test/testfwk/xdevice/src/xdevice/_core/command/
Dconsole.py446 def _process_command(self, command, options, para_list, parser): argument
513 def _process_command_run(cls, command, options): argument
524 def _process_command_list(self, command, para_list): argument
543 def _process_command_quit(cls, command): argument
552 def _process_command_tool(cls, command, para_list, options): argument
709 def display_help_command_info(cls, command): argument
/test/testfwk/developer_test/localCoverage/
Dutils.py101 def hdc_command(device_ip, device_port, device_sn, command): argument
118 def coverage_command(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/src/core/command/
Ddisplay.py377 def display_help_command_info(command): argument
390 def display_show_command_info(command, product_form="phone"): argument
Dconsole.py422 def _process_command_gen(cls, command, options): argument
430 def _process_command_run(cls, command, options): argument
438 def _process_command_device(cls, command): argument
447 def _process_command_quit(cls, command): argument
/test/testfwk/xdevice/config/
Dacts.json17 "command": "./bin/checksum /bin", string
/test/testfwk/developer_test/libs/fuzzlib/
Dfuzzer_helper.py77 def _get_command_string(command): argument
/test/xts/acts/communication/nfc_SecureElement/src/main/js/test/
DopenBasicChannel.test.js34 let command = [128, 202, 159, 127, 0]; variable
DopenLogicalChannel.test.js34 let command = [128, 202, 159, 127, 0]; variable
DchannelCallback.test.js33 let command = [128, 202, 159, 127, 0]; variable
/test/testfwk/developer_test/src/core/build/
Dbuild_testcases.py184 def _execute_build_command(self, productform, command): argument
210 def _execute_build_deps_files_command(self, productform, command): argument
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/
Ddistribute_demo.cpp95 std::string command = "query_command"; variable
/test/testfwk/xdevice/plugins/ohos/src/ohos/
Dconstants.py67 command = "CommandKit" variable in CKit

12