| /foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/ |
| H A D | shell_command_executor_test.cpp | 57 * @tc.desc: Verify cmd_ When it is null, calling DoWork function returns false. 62 Command_->cmd_ = ""; in HWTEST_F() 83 * @tc.desc: Verify that PostTask conditions are met and cmd_ Not empty, call DoWork function branch to overwrite. 92 Command_->cmd_ = CMD; in HWTEST_F() 99 * @tc.desc: Verify that PostTask conditions are met and cmd_ Exception, calling DoWork function branch 109 Command_->cmd_ = "CMD12"; in HWTEST_F()
|
| /foundation/bundlemanager/bundle_tool/test/moduletest/bm/ |
| H A D | bm_command_uninstall_module_test.cpp | 44 std::string cmd_ = "uninstall"; member in OHOS::BmCommandUninstallModuleTest 98 const_cast<char *>(cmd_.c_str()), in HWTEST_F() 122 const_cast<char *>(cmd_.c_str()), in HWTEST_F()
|
| H A D | bm_command_install_module_test.cpp | 44 std::string cmd_ = "install"; member in OHOS::BmCommandInstallModuleTest 99 const_cast<char *>(cmd_.c_str()), in HWTEST_F() 124 const_cast<char *>(cmd_.c_str()), in HWTEST_F()
|
| H A D | bm_command_dump_module_test.cpp | 44 std::string cmd_ = "dump"; member in OHOS::BmCommandDumpModuleTest 99 const_cast<char *>(cmd_.c_str()), in HWTEST_F() 123 const_cast<char *>(cmd_.c_str()), in HWTEST_F()
|
| /foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/ |
| H A D | geometry_vertex_sequence.h | 74 * @param x_,y_ Vertex coordinates, cmd_ Connection command. 78 VertexDistCmd(float x_, float y_, uint32_t cmd_) : VertexDist(x_, y_), cmd(cmd_) {} in VertexDistCmd()
|
| /foundation/ability/ability_runtime/tools/aa/include/ |
| H A D | shell_command_executor.h | 54 std::string cmd_; member in OHOS::AAFwk::ShellCommandExecutor
|
| H A D | shell_command.h | 56 std::string cmd_; member in OHOS::AAFwk::ShellCommand
|
| /foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/ |
| H A D | tmessenger.h | 38 explicit Request(Request::Cmd cmd) : cmd_(cmd) { } in Request() 42 Cmd cmd_; member in OHOS::Request
|
| H A D | tmessenger.cpp | 29 return std::to_string(static_cast<int32_t>(cmd_)); in Encode()
|
| /test/ostest/wukong/shell_command/src/ |
| H A D | wukong_shell_command.cpp | 113 // get testFlow by cmd_ of ShellCommand in RunTestCommand() 114 std::shared_ptr<TestFlow> testFlow = TestFlowFactory::GetTestFlow(*this, cmd_); in RunTestCommand() 116 ERROR_LOG_STR("GetTestFlow TestFlow is null command (%s)", cmd_.c_str()); in RunTestCommand()
|
| /foundation/arkui/ui_lite/frameworks/components/ |
| H A D | ui_canvas.cpp | 33 cmd_.Clear(); in ~UICanvasPath() 86 if ((path_->cmd_.Size() != 0) && (path_->cmd_.Tail()->data_ == CMD_MOVE_TO)) { in MoveTo() 91 path_->cmd_.PushBack(CMD_MOVE_TO); in MoveTo() 108 if (path_->cmd_.Size() == 0) { in LineTo() 110 path_->cmd_.PushBack(CMD_MOVE_TO); in LineTo() 112 path_->cmd_.PushBack(CMD_LINE_TO); in LineTo() 151 if (path_->cmd_.Size() != 0) { in ArcTo() 153 path_->cmd_.PushBack(CMD_LINE_TO); in ArcTo() 164 path_->cmd_ in ArcTo() [all...] |
| /foundation/bundlemanager/bundle_tool/frameworks/include/ |
| H A D | shell_command.h | 55 std::string cmd_; member in OHOS::AppExecFwk::ShellCommand
|
| /foundation/deviceprofile/device_info_manager/old/tools/dp/include/ |
| H A D | shell_command.h | 52 std::string cmd_; member in OHOS::DeviceProfile::ShellCommand
|
| /foundation/ability/ability_runtime/tools/aa/src/ |
| H A D | ability_tool_command.cpp | 314 TAG_LOGD(AAFwkTag::AA_TOOL, "'ability_tool %{public}s' without enough options", cmd_.c_str()); in ParseStartAbilityArgsFromCmd() 349 TAG_LOGD(AAFwkTag::AA_TOOL, "'ability_tool %{public}s' %{public}s", cmd_.c_str(), in ParseStartAbilityArgsFromCmd() 397 TAG_LOGI(AAFwkTag::AA_TOOL, "'ability_tool %{public}s' without enough options", cmd_.c_str()); in ParseStopServiceArgsFromCmd() 482 TAG_LOGD(AAFwkTag::AA_TOOL, "'ability_tool %{public}s' %{public}s", cmd_.c_str(), in GetKeyAndValueByOpt()
|
| H A D | accessibility_ability_command.cpp | 373 if (counter == 1 && strcmp(argv_[optind], cmd_.c_str()) == 0) { in MakeEnableCommandArgumentFromCmd() 1218 if (counter == 1 && strcmp(argv_[optind], cmd_.c_str()) == 0) { in MakeCommandArgumentFromCmd() 1265 if (counter == 1 && strcmp(argv_[optind], cmd_.c_str()) == 0) { in MakeSetCommandArgumentFromCmd()
|
| /foundation/bundlemanager/bundle_tool/frameworks/src/ |
| H A D | bundle_command.cpp | 317 if (strcmp(argv_[optind], cmd_.c_str()) == 0) { in RunAsCopyApCommand() 417 if (strcmp(argv_[optind], cmd_.c_str()) == 0) { in RunAsCompileCommand() 526 if (strcmp(argv_[optind], cmd_.c_str()) == 0) { in RunAsInstallCommand() 747 if (strcmp(argv_[optind], cmd_.c_str()) == 0) { in RunAsUninstallCommand() 943 if (strcmp(argv_[optind], cmd_.c_str()) == 0) { in RunAsDumpCommand() 1106 if (strcmp(argv_[optind], cmd_.c_str()) == 0) { in RunAsCleanCommand() 1270 if (strcmp(argv_[optind], cmd_.c_str()) == 0) { in RunAsEnableCommand() 1404 if (strcmp(argv_[optind], cmd_.c_str()) == 0) { in RunAsDisableCommand() 1528 if (strcmp(argv_[optind], cmd_.c_str()) == 0) { in RunAsGetCommand() 1692 if (strcmp(argv_[optind], cmd_ in RunAsDumpOverlay() [all...] |
| H A D | bundle_test_tool.cpp | 1117 if ((counter == 1) && (strcmp(argv_[optind], cmd_.c_str()) == 0)) { in RunAsCheckCommand() 1191 if (strcmp(argv_[optind], cmd_.c_str()) == 0) { in CheckRemovableErrorOption() 1384 if (strcmp(argv_[optind], cmd_.c_str()) == 0) { in CheckSandboxErrorOption() 1824 if ((counter == 1) && (strcmp(argv_[optind], cmd_.c_str()) == 0)) { in RunAsGetProxyDataCommand() 1917 if ((counter == 1) && (strcmp(argv_[optind], cmd_.c_str()) == 0)) { in RunAsGetStringCommand() 2021 if ((counter == 1) && (strcmp(argv_[optind], cmd_.c_str()) == 0)) { in RunAsSetExtNameOrMIMEToAppCommand() 2072 if ((counter == 1) && (strcmp(argv_[optind], cmd_.c_str()) == 0)) { in RunAsDelExtNameOrMIMEToAppCommand() 2168 if ((counter == 1) && (strcmp(argv_[optind], cmd_.c_str()) == 0)) { in RunAsGetIconCommand() 2261 if ((counter == 1) && (strcmp(argv_[optind], cmd_.c_str()) == 0)) { in RunAsAddInstallRuleCommand() 2345 if ((counter == 1) && (strcmp(argv_[optind], cmd_ in RunAsGetInstallRuleCommand() [all...] |
| /foundation/multimedia/av_session/interfaces/inner_api/native/session/include/ |
| H A D | avcontrol_command.h | 105 int32_t cmd_ = SESSION_CMD_INVALID; member in OHOS::AVSession::AVControlCommand
|
| H A D | avcast_control_command.h | 94 int32_t cmd_ = CAST_CONTROL_CMD_INVALID; member in OHOS::AVSession::AVCastControlCommand
|
| /foundation/communication/netmanager_ext/services/networksharemanager/include/ |
| H A D | networkshare_main_statemachine.h | 35 int cmd_; member
|
| /foundation/ability/ability_runtime/tools/test/unittest/aa/ |
| H A D | aa_command_ability_first_test.cpp | 44 std::string cmd_ = "stop-service"; member in AaCommandFirstTest 87 (char*)cmd_.c_str(), in HWTEST_F() 107 (char*)cmd_.c_str(), in HWTEST_F() 128 (char*)cmd_.c_str(), in HWTEST_F()
|
| /foundation/arkui/ui_lite/interfaces/kits/components/ |
| H A D | ui_canvas.h | 498 List<PathCmd> cmd_; member in OHOS::UICanvas::UICanvasPath
|
| /foundation/communication/netmanager_ext/services/networksharemanager/src/ |
| H A D | networkshare_main_statemachine.cpp | 298 switch (temp.cmd_) { in HandleAliveUpstreamMonitorCallback()
|
| H A D | networkshare_tracker.cpp | 136 temp.cmd_ = param1; in OnUpstreamStateChanged() 152 temp.cmd_ = param1; in OnUpstreamStateChanged()
|
| /foundation/communication/netmanager_ext/test/networksharemanager/fuzztest/netshareclient_fuzzer/ |
| H A D | netshare_client_fuzzer.cpp | 388 upstreamNetInfo.cmd_ = anyNum; in NetworkShareMainStateMachineFuzzTest()
|