/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bt_state/ |
H A D | disc_bt_state_mock_test.cpp | 222 …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.md | 354 | 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 D | test_observer_proxy_test.cpp | 41 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 D | shell_command_executor_test.cpp | 28 const std::string CMD = "ls"; variable 48 Command_ = std::make_shared<ShellCommandExecutor>(CMD, TIMEOUT); in SetUp() 92 Command_->cmd_ = CMD;
|
H A D | test_observer_test.cpp | 41 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 D | time_dfx_test.cpp | 43 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 D | test_build_option.py | 89 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 D | hidumper_privacy_test.cpp | 30 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 D | dmverity_linux.sh | 27 CMD=' 36 echo "$CMD" >> ${OUTPUT_DIR}/rootfs/etc/init.d/S82ohos
|
/ohos5.0/foundation/ability/ability_runtime/tools/test/moduletest/ability_delegator/ |
H A D | test_observer_module_test.cpp | 36 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 D | imkcovert.py | 210 CMD = str(sys.argv[1]) variable 213 if CMD == 'unsparse': 215 elif CMD == 'sparse':
|
/ohos5.0/base/security/access_token/ |
H A D | access_token.gni | 25 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 D | hisysevent.yaml | 54 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 D | appexecfwk.gni | 16 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 D | hisysevent.yaml | 131 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 D | sourcecode-acquire.md | 127 打开CMD,执行以下命令: 181 1. 解压下载的压缩文件,用命令行工具CMD(Linux下的Shell终端)。
|
/ohos5.0/docs/zh-cn/application-dev/dfx/ |
H A D | hiperf.md | 253 … (-app PACKAGE_NAME | -lp LOCAL_PROGRAM | -cmd CMD | -p [PID [PID ...]] | -t [TID [TID ...]] | -sw)
|
H A D | hidumper.md | 436 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 D | cj_ability_delegator_test.cpp | 58 const std::string CMD = "ls -l"; variable
|
/ohos5.0/docs/en/device-dev/get-code/ |
H A D | sourcecode-acquire.md | 127 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 D | hidumper.md | 422 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 D | driver-platform-sdio-des.md | 53 - CMD信号:用于HOST发送命令和DEVICE回复响应。
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_delegator_test/ |
H A D | ability_delegator_module_test.cpp | 68 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 D | ability_delegator_test.cpp | 76 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 D | paste_service_test.cpp | 41 constexpr const char *CMD = "hidumper -s 3701 -a --data"; variable 118 if ((ptr = popen(CMD, "r")) != nullptr) { in ExecuteCmd()
|