Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 25 of 63) sorted by relevance

123

/developtools/profiler/device/services/plugin_service/src/
Dplugin_command_builder.cpp31 auto cmd = std::make_shared<GetCommandResponse>(); in BuildCreateSessionCmd() local
46 auto cmd = std::make_shared<GetCommandResponse>(); in BuildDestroySessionCmd() local
61 auto cmd = std::make_shared<GetCommandResponse>(); in BuildStartSessionCmd() local
78 auto cmd = std::make_shared<GetCommandResponse>(); in BuildStopSessionCmd() local
93 auto cmd = std::make_shared<GetCommandResponse>(); in BuildRefreshSessionCmd() local
Dplugin_service.cpp119 auto cmd = pluginCommandBuilder_->BuildCreateSessionCmd(pluginConfig, bufferSize); in CreatePluginSession() local
159 auto cmd = pluginCommandBuilder_->BuildCreateSessionCmd(pluginConfig, 0); in CreatePluginSession() local
177 auto cmd = pluginCommandBuilder_->BuildStartSessionCmd(config, pluginId); in StartPluginSession() local
193 auto cmd = pluginCommandBuilder_->BuildStopSessionCmd(pluginId); in StopPluginSession() local
225 auto cmd = pluginCommandBuilder_->BuildDestroySessionCmd(pluginId); in DestroyPluginSession() local
251 auto cmd = pluginCommandBuilder_->BuildRefreshSessionCmd(pluginId); in RefreshPluginSession() local
/developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/
DliteOsUpgrade_L2_app.py385 def eraseDevice(self, cmd, usb_port): argument
412 def catchEraseFail(self,cmd): argument
418 def getPsPid(ser, cmd, ps): argument
474 def sendCmd(ser, cmd, timeout): argument
492 def sendHdcCmd(cmd): argument
512 def executeHdcCmd(cmd): argument
DliteOsUpgrade_L1_shequ_app copy.py373 def eraseDevice(self, cmd, usb_port): argument
435 def sendCmd(ser, cmd, timeout): argument
/developtools/profiler/device/plugins/hidump_plugin/test/unittest/
Dhidump_plugin_unittest.cpp129 const char *cmd = ""; variable
152 const char *cmd = "GP_daemon_fps 0"; variable
221 std::string cmd = "cat " + file; in RecordFileExist() local
251 std::string cmd = "echo \"123\" > " + fileName; variable
288 std::string cmd = "echo \"123\" > " + fileName; variable
/developtools/profiler/host/smartperf/client/client_command/
Dsmartperf_main.cpp27 OHOS::SmartPerf::SmartPerfCommand cmd(argc, argv); in main() local
Dsp_utils.cpp55 bool SPUtils::LoadCmd(const std::string &cmd, std::string &result) in LoadCmd()
175 std::string cmd = "hidumper -s AbilityManagerService -a '-a' | grep 'bundle name' | head -n 1"; in GetTopPkgName() local
Deditor_command.cpp95 std::string cmd = "uinput -T -d " + sd.pointXY + " -u " + sd.pointXY; in ColdStart() local
128 std::string cmd = "uinput -T -d " + sd.pointXY + " -u " + sd.pointXY; in HotStart() local
/developtools/profiler/device/plugins/hiperf_plugin/src/
Dhiperf_module.cpp85 bool RunCommand(const std::string& cmd) in RunCommand()
126 for (const auto &cmd : cmds) { in HiperfPluginSessionStart() local
137 std::string cmd; in HiperfPluginSessionStop() local
/developtools/hdc/src/daemon/
Dshell.cpp127 int HdcShell::ChildForkDo(int pts, const char *cmd, const char *arg0, const char *arg1) in ChildForkDo()
147 int HdcShell::ShellFork(const char *cmd, const char *arg0, const char *arg1) in ShellFork()
175 int HdcShell::CreateSubProcessPTY(const char *cmd, const char *arg0, const char *arg1, pid_t *pid) in CreateSubProcessPTY()
Ddaemon_unity.cpp174 bool HdcDaemonUnity::RebootDevice(const string &cmd) in RebootDevice()
180 bool HdcDaemonUnity::SetDeviceRunMode(void *daemonIn, const char *cmd) in SetDeviceRunMode()
202 inline bool HdcDaemonUnity::GetHiLog(const char *cmd) in GetHiLog()
Dsystem_depend.cpp82 bool RebootDevice(const string &cmd) in RebootDevice()
/developtools/profiler/device/cmds/test/unittest/
Dhiprofiler_cmd_test.cpp82 bool RunCommand(const std::string& cmd, std::string& content) in RunCommand()
289 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -h"; variable
324 …std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -c " + configTestFile + " -o " + outFile + " -t … variable
364 std::string cmd = "cp " + DEFAULT_SO_PATH + "libftrace_plugin.z.so " + DEFAULT_PATH; variable
/developtools/ace_js2bundle/ace-loader/src/
Dgen-abc.js24 function js2abcByWorkers(jsonInput, cmd) { argument
Dmanage-bundle-workers.js52 cmd: cmdPrefix, property
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dprocess_utils_test.cpp29 std::string FindCmd(const std::string& cmd) in FindCmd()
/developtools/profiler/device/plugins/api/src/
Dcommand_poller.cpp41 bool CommandPoller::OnCreateSessionCmd(const CreateSessionCmd& cmd, SocketContext& context) const in OnCreateSessionCmd() argument
112 bool CommandPoller::OnStartSessionCmd(const StartSessionCmd& cmd, PluginResult& result) const in OnStartSessionCmd() argument
/developtools/packing_tool/adapter/ohos/
DCommandParser.java183 private static boolean parseCommonCmd(Utility utility, String cmd, String value) { in parseCommonCmd()
223 private static boolean parseAppCmd(Utility utility, String cmd, String value) { in parseAppCmd()
295 private static boolean parseHapCmd(Utility utility, String cmd, String value) { in parseHapCmd()
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dblock.proto104 string cmd = 6; field
115 string cmd = 7; field
126 string cmd = 7; field
146 string cmd = 5; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Dblock.proto104 string cmd = 6; field
115 string cmd = 7; field
126 string cmd = 7; field
146 string cmd = 5; field
/developtools/integration_verification/DeployDevice/src/aw/Common/
DCommon.py117 def subProcessPopen(cmd, outlog_enable=True, errlog_enable=True): argument
/developtools/integration_verification/DeployDevice/src/aw/Telnet/
DTelnetClient.py73 def sendCmdAndCheckResult(self, cmd, endtag, timeout): argument
86 def sendCmdAndCheckSucTag(self, cmd, endtag, suctag , timeout): argument
/developtools/hdc/src/host/
Dclient.cpp73 bool HdcClient::StartKillServer(const char *cmd, bool startOrKill) in StartKillServer()
292 char *cmd = hChannel->bufStd; in ReadStd() local
429 uint16_t cmd = 0; in ReadChannel() local
534 bool HdcClient::IsOffset(uint16_t cmd) in IsOffset()
/developtools/integration_verification/cases/daily/mini_system/
DL0_mini_system_test.py53 def WriteToComPort(com_port, cmd): argument
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/
Dhilog_plugin_unittest.cpp110 std::string cmd = "find /data/local/tmp -name \"" + std::string(name) + "*\""; in RecordFileExist() local
902 const char* cmd = nullptr; variable
916 const char* cmd = ""; variable
932 const char* cmd = "echo this is a test!"; variable
948 const char* cmd = ""; variable
964 const char* cmd = "ls"; variable
981 std::string cmd = std::string("mkdir ") + testPath; variable
1114 std::string cmd = std::string("rm ") + oldFile; variable

123