Home
last modified time | relevance | path

Searched refs:cmd_ (Results 26 - 50 of 50) sorted by relevance

12

/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
H A Dshell_command_executor_test.cpp57 * @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 Dbm_command_uninstall_module_test.cpp44 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 Dbm_command_install_module_test.cpp44 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 Dbm_command_dump_module_test.cpp44 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 Dgeometry_vertex_sequence.h74 * @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 Dshell_command_executor.h54 std::string cmd_; member in OHOS::AAFwk::ShellCommandExecutor
H A Dshell_command.h56 std::string cmd_; member in OHOS::AAFwk::ShellCommand
/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dtmessenger.h38 explicit Request(Request::Cmd cmd) : cmd_(cmd) { } in Request()
42 Cmd cmd_; member in OHOS::Request
H A Dtmessenger.cpp29 return std::to_string(static_cast<int32_t>(cmd_)); in Encode()
/test/ostest/wukong/shell_command/src/
H A Dwukong_shell_command.cpp113 // 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 Dui_canvas.cpp33 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 Dshell_command.h55 std::string cmd_; member in OHOS::AppExecFwk::ShellCommand
/foundation/deviceprofile/device_info_manager/old/tools/dp/include/
H A Dshell_command.h52 std::string cmd_; member in OHOS::DeviceProfile::ShellCommand
/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_tool_command.cpp314 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 Daccessibility_ability_command.cpp373 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 Dbundle_command.cpp317 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 Dbundle_test_tool.cpp1117 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 Davcontrol_command.h105 int32_t cmd_ = SESSION_CMD_INVALID; member in OHOS::AVSession::AVControlCommand
H A Davcast_control_command.h94 int32_t cmd_ = CAST_CONTROL_CMD_INVALID; member in OHOS::AVSession::AVCastControlCommand
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_main_statemachine.h35 int cmd_; member
/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daa_command_ability_first_test.cpp44 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 Dui_canvas.h498 List<PathCmd> cmd_; member in OHOS::UICanvas::UICanvasPath
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_main_statemachine.cpp298 switch (temp.cmd_) { in HandleAliveUpstreamMonitorCallback()
H A Dnetworkshare_tracker.cpp136 temp.cmd_ = param1; in OnUpstreamStateChanged()
152 temp.cmd_ = param1; in OnUpstreamStateChanged()
/foundation/communication/netmanager_ext/test/networksharemanager/fuzztest/netshareclient_fuzzer/
H A Dnetshare_client_fuzzer.cpp388 upstreamNetInfo.cmd_ = anyNum; in NetworkShareMainStateMachineFuzzTest()

Completed in 27 milliseconds

12