Home
last modified time | relevance | path

Searched refs:hdc (Results 1 – 18 of 18) sorted by relevance

/test/xts/tools/others/sign/
Dadd_root.sh19 hdc file recv /system/etc/security/trusted_root_ca.json
21 hdc shell mount -o rw,remount /
22 hdc file send trusted_root_ca.json /system/etc/security/trusted_root_ca.json
Dadd_root.bat15 hdc file recv /system/etc/security/trusted_root_ca.json
17 hdc shell mount -o rw,remount /
18 hdc file send trusted_root_ca.json /system/etc/security/trusted_root_ca.json
/test/testfwk/arkxtest/
DREADME_zh.md960hdc shell aa test -b xxx -m xxx -s unittest OpenHarmonyTestRunner -s testType function -s size sma…
1003hdc shell aa test -b xxx -m xxx -s unittest OpenHarmonyTestRunner -s class describeTest_000#testIt…
1011hdc shell aa test -b xxx -m xxx -s unittest OpenHarmonyTestRunner -s notClass describeTest_000#tes…
1027 hdc shell aa test -b xxx -m xxx -s unittest OpenHarmonyTestRunner -s random true
1041 hdc shell aa test -b xxx -m xxx -s unittest OpenHarmonyTestRunner -s stress 1000
1055 hdc shell aa test -b xxx -m xxx -s unittest OpenHarmonyTestRunner -s timeout 15000
1067 hdc shell aa test -b xxx -m xxx -s unittest OpenHarmonyTestRunner -s breakOnError true
1081 hdc shell aa test -b xxx -m xxx -s unittest OpenHarmonyTestRunner -s dryRun true
1442 > hdc shell param set persist.ace.testmode.enabled 1
1458 hdc target mount
[all …]
/test/testfwk/developer_test/src/core/command/
Ddistribute_execute.py38 self.hdc = "hdc"
45 distribute = Distribute(self.suits_dir, self.major, self.angent_list, self.hdc)
/test/xts/tools/lite/reliability/
Dreadme.md44 hdcPath = "D:\\tools\\hdc\\hdc_std.exe" # hdc_std工具目录
70 hdcPath = "D:\\tools\\hdc\\hdc_std.exe" #hdc工具存放路径
84 Start to PressTest Process with cmd start D:\tools\hdc\hdc_std.exe shell "cd /data/local/tmp/;/data…
/test/testfwk/developer_test/
DREADME.md48 …ion: V4 or later \(required when device supports connection using the serial port but not the hdc\)
49 …3.3 or later \(required when the device supports connection using the serial port but not the hdc\)
179 …2. For devices that support the Harmony device connector \(hdc\), modify the configuration file a…
181 …he device information with the **"usb-hdc"** attribute, including the test device IP address and…
184 <device type="usb-hdc">
DREADME_zh.md907 <device type="usb-hdc">
1033 hdc kill
1034 hdc -m -s 0.0.0.0:8710
1040 hdc -s xx.xx.xx.xx:8710 list targets
1198 <device type="usb-hdc">
/test/testfwk/xdevice/
DREADME_zh.md79 <device type="usb-hdc"> <!-- type: 设备连接方式,usb-hdc表示使用hdc命令控制设备(默认) -->
DREADME.md73 …- For devices that support hdc connection, refer to the following note to configure the environm…
76 …ting that the local device \(IP address: 127.0.0.1; port: the one used for hdc startup\) is used a…
/test/testfwk/xdevice/src/xdevice/_core/
Dconstants.py323 hdc = "usb-hdc" variable in DeviceConnectorType
/test/testfwk/xdevice/plugins/devicetest/utils/
Dutil.py97 if hasattr(self, "is_oh") or self.usb_type == DeviceConnectorType.hdc:
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddevice_lite.py192 hdc = get_hdc_path()
193 result = exec_cmd([hdc])
Ddevice.py161 usb_type = DeviceConnectorType.hdc
/test/testfwk/xdevice/plugins/devicetest/controllers/tools/
Dscreen_agent.py232 self._device.usb_type == DeviceConnectorType.hdc:
/test/testfwk/xdevice/src/xdevice/_core/testkit/
Dkit.py48 if device.usb_type == DeviceConnectorType.hdc else "remount"
/test/xts/acts/customization/enterprise_device_management/edm_xts_stage/entry/src/main/ets/test/restrictions/
Drestrictions.test.ets25 const LABEL_HDC = "hdc";
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/
Dmanager_device.py98 DeviceConnectorType.hdc)
/test/xts/acts/graphic/windowStage/entry/src/main/ets/test/
DwindowRecover.test.ets31 let cmd = "hdc shell hihdumper -s WindowManagerService -a '-a'";