Home
last modified time | relevance | path

Searched refs:CMD (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bt_state/
H A Ddisc_bt_state_mock_test.cpp222 …wrapper.Call(CMD::BLE_START_SCAN_EX, 1).Call(CMD::BLE_START_ADV_EX, 1).Call(CMD::GET_LOCAL_ADDR, 0…
247 wrapper.Call(CMD::BLE_STOP_ADV, 1).Call(CMD::BLE_STOP_SCAN, 1).Build();
388 wrapper.Call(CMD::BLE_STOP_ADV, 1).Call(CMD::BLE_STOP_SCAN, 1).Build();
434 wrapper.Call(CMD::BLE_STOP_ADV, 1).Call(CMD::BLE_STOP_SCAN, 1).Build();
483 wrapper.Call(CMD::BLE_STOP_ADV, 1).Call(CMD::BLE_STOP_SCAN, 1).Build();
532 wrapper.Call(CMD::BLE_STOP_ADV, 1).Call(CMD::BLE_STOP_SCAN, 1).Build();
577 wrapper.Call(CMD::BLE_STOP_ADV, 1).Call(CMD::BLE_STOP_SCAN, 1).Build();
623 wrapper.Call(CMD::BLE_STOP_ADV, 1).Call(CMD::BLE_STOP_SCAN, 1).Build();
627 …wrapper.Call(CMD::BLE_START_ADV_EX, 1).Call(CMD::GET_LOCAL_ADDR, 1).Call(CMD::BLE_START_SCAN_EX, 1…
681 …wrapper.Call(CMD::BLE_START_ADV_EX, 1).Call(CMD::GET_LOCAL_ADDR, 1).Call(CMD::BLE_START_SCAN_EX, 1…
[all …]
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A D_display_v10.md354 | REQUEST_CMD_COMMIT | 请求 CMD 提交 |
357 | REQUEST_CMD_SET_LAYER_CROP | 请求 CMD 设置图层裁剪 |
369 | REQUEST_CMD_BUTT | 请求 CMD 对接 |
370 | REPLY_CMD_SET_ERROR | 回复 CMD 设置错误 |
372 | REPLY_CMD_COMMIT | 回复 CMD 提交 |
373 | REPLY_CMD_BUTT | 回复 CMD 对接 |
374 | CONTROL_CMD_REQUEST_BEGIN | 控制 CMD 请求开始 |
375 | CONTROL_CMD_REPLY_BEGIN | 控制 CMD 回复开始 |
376 | CONTROL_CMD_REQUEST_END | 控制 CMD 请求结束 |
377 | CONTROL_CMD_REPLY_END | 控制 CMD 回复结束 |
[all …]
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
H A Dtest_observer_proxy_test.cpp41 const std::string CMD = "ls -l"; variable
148 EXPECT_EQ(testObserverProxy.ExecuteShellCommand(CMD.c_str(), 0).stdResult.size(), 0);
150 testObserverProxy.ExecuteShellCommand(CMD.c_str(), 0);
171 testObserverProxy.TestStatus(CMD.c_str(), 0);
173 testObserverProxy.TestStatus(CMD.c_str(), 0);
174 testObserverProxy.TestStatus(CMD.c_str(), false);
191 testObserverProxy.TestFinished(CMD.c_str(), 0);
193 testObserverProxy.TestFinished(CMD.c_str(), 0);
194 testObserverProxy.TestFinished(CMD.c_str(), false);
H A Dshell_command_executor_test.cpp28 const std::string CMD = "ls"; variable
48 Command_ = std::make_shared<ShellCommandExecutor>(CMD, TIMEOUT); in SetUp()
92 Command_->cmd_ = CMD;
H A Dtest_observer_test.cpp41 const std::string CMD = "ls -l"; variable
96 EXPECT_EQ(observer.ExecuteShellCommand(CMD.c_str(), TIMEOUT).stdResult.size(), 0);
/ohos5.0/base/time/time_service/test/unittest/service_test/src/
H A Dtime_dfx_test.cpp43 constexpr const char *CMD = "hidumper -s 3702 -a"; variable
94 auto ret = TimeDfxTest::ExecuteCmd(std::string(CMD).append(" -time").c_str(), result);
108 auto ret = TimeDfxTest::ExecuteCmd(std::string(CMD).append(" \"-timer -a\"").c_str(), result);
171 auto ret = TimeDfxTest::ExecuteCmd(std::string(CMD).append(" -h"), result);
186 auto ret = TimeDfxTest::ExecuteCmd(std::string(CMD).append(" '-idle -a'"), result);
209 auto ret = TimeDfxTest::ExecuteCmd(std::string(CMD).append(" '-idle -a'"), result);
224 auto CMD1 = std::string(CMD).append(" \"-UidTimer -l ").append(" \"");
257 auto CMD1 = std::string(CMD).append(" \"-PidTimer -l ").append(" \"");
289 auto CMD1 = std::string(CMD).append(" \"-ProxyTimer -l ").append(" \"");
321 auto CMD1 = std::string(CMD).append(" \"-ProxyDelayTime -l ").append(" \"");
[all …]
/ohos5.0/build/test/example/
H A Dtest_build_option.py89 CMD = script_path + config.get("build_option").get("common_cmd") variable in TestBuildOption
569 cmd = self.CMD.format('--target-cpu', cpu_para).split()
580 cmd = self.CMD.format('--ccache', ccache_para).split()
615 cmd = self.CMD.format('--build-target', build_target).split()
648 cmd = self.CMD.format('--strict-mode', strict_mode).split()
692 cmd = self.CMD.format('--build-xts', build_xts).split()
734 cmd = self.CMD.format('--build-type', build_type).split()
744 cmd = self.CMD.format('--log-level', log_level).split()
766 cmd = self.CMD.format('--test', test).split()
777 cmd = self.CMD.format('--gn-args', gn_args).split()
[all …]
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_privacy_test.cpp30 const std::string CMD = "hidumper -s 10"; member in OHOS::HiviewDFX::HidumperPrivacyTest
55 ASSERT_TRUE(HidumperTestUtils::GetInstance().IsExistInCmdResult(CMD, KEY_WORD));
/ohos5.0/build/lite/make_rootfs/
H A Ddmverity_linux.sh27 CMD='
36 echo "$CMD" >> ${OUTPUT_DIR}/rootfs/etc/init.d/S82ohos
/ohos5.0/foundation/ability/ability_runtime/tools/test/moduletest/ability_delegator/
H A Dtest_observer_module_test.cpp36 const std::string CMD = "ls -l"; variable
79 EXPECT_EQ(observer.ExecuteShellCommand(CMD.c_str(), TIMEOUT).stdResult.size(), 0);
/ohos5.0/build/ohos/images/mkimage/
H A Dimkcovert.py210 CMD = str(sys.argv[1]) variable
213 if CMD == 'unsparse':
215 elif CMD == 'sparse':
/ohos5.0/base/security/access_token/
H A Daccess_token.gni25 CMD = "if [ -f ${VENDOR_CONFIG_PATH} ]; then echo true; else echo false; fi"
28 exec_script("//build/lite/run_shell_cmd.py", [ CMD ], "value")
/ohos5.0/foundation/multimedia/av_session/
H A Dhisysevent.yaml54 CMD: {type: INT32, desc: command}
61 CMD: {type: INT32, desc: command}
78 CMD: {type: INT32, desc: command}
/ohos5.0/foundation/bundlemanager/bundle_framework/
H A Dappexecfwk.gni16 CMD = "if [ -f ${VENDOR_CONFIG_PATH} ]; then echo true; else echo false; fi"
19 exec_script("//build/lite/run_shell_cmd.py", [ CMD ], "value")
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/build/
H A Dhisysevent.yaml131 CMD: {type: STRING, desc: application event cmd}
139 CMD: {type: STRING, desc: application event cmd}
147 CMD: {type: STRING, desc: application event cmd}
/ohos5.0/docs/zh-cn/device-dev/get-code/
H A Dsourcecode-acquire.md127 打开CMD,执行以下命令:
181 1. 解压下载的压缩文件,用命令行工具CMD(Linux下的Shell终端)。
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhiperf.md253 … (-app PACKAGE_NAME | -lp LOCAL_PROGRAM | -cmd CMD | -p [PID [PID ...]] | -t [TID [TID ...]] | -sw)
H A Dhidumper.md436 UID PID TID PPID TCNT STIME TTY TIME CMD
447 UID PID TID PPID TCNT STIME TTY TIME CMD
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_ability_delegator_test/
H A Dcj_ability_delegator_test.cpp58 const std::string CMD = "ls -l"; variable
/ohos5.0/docs/en/device-dev/get-code/
H A Dsourcecode-acquire.md127 Open the CMD window, and run the following command:
181 1. Decompress the downloaded code structure file using CMD on Windows (or shell in Linux).
/ohos5.0/docs/en/application-dev/dfx/
H A Dhidumper.md422 UID PID TID PPID TCNT STIME TTY TIME CMD
433 UID PID TID PPID TCNT STIME TTY TIME CMD
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-sdio-des.md53 - CMD信号:用于HOST发送命令和DEVICE回复响应。
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_delegator_test/
H A Dability_delegator_module_test.cpp68 const std::string CMD = "ls -l"; variable
422 EXPECT_NE(abilityDelegator.ExecuteShellCommand(CMD, TIMEOUT), nullptr);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ability_delegator/
H A Dability_delegator_test.cpp76 const std::string CMD = "ls -l"; variable
694 EXPECT_EQ(abilityDelegator.ExecuteShellCommand(CMD, TIMEOUT), nullptr);
726 EXPECT_NE(abilityDelegator.ExecuteShellCommand(CMD, TIMEOUT), nullptr);
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Dpaste_service_test.cpp41 constexpr const char *CMD = "hidumper -s 3701 -a --data"; variable
118 if ((ptr = popen(CMD, "r")) != nullptr) { in ExecuteCmd()

12