Home
last modified time | relevance | path

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

1234

/developtools/hiperf/test/unittest/common/native/
Dcpu_usage_test.cpp58 std::string cmd = "pidof " + procName; in GetPidByProcessName() local
218 std::string cmd = "hiperf record -a -f 100 -s fp -d 10"; variable
234 std::string cmd = "hiperf record -a -f 500 -s fp -d 10"; variable
250 std::string cmd = "hiperf record -a -f 1000 -s fp -d 10"; variable
266 std::string cmd = "hiperf record -a -f 2000 -s fp -d 10"; variable
282 std::string cmd = "hiperf record -a -f 4000 -s fp -d 10"; variable
298 std::string cmd = "hiperf record -a -f 8000 -s fp -d 10"; variable
314 std::string cmd = "hiperf record -a -f 100 -s dwarf -d 10"; variable
330 std::string cmd = "hiperf record -a -f 500 -s dwarf -d 10"; variable
346 std::string cmd = "hiperf record -a -f 1000 -s dwarf -d 10"; variable
[all …]
/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.cpp140 auto cmd = pluginCommandBuilder_->BuildCreateSessionCmd(pluginConfig, bufferSize); in CreatePluginSession() local
191 auto cmd = pluginCommandBuilder_->BuildCreateSessionCmd(pluginConfig, 0); in CreatePluginSession() local
209 auto cmd = pluginCommandBuilder_->BuildStartSessionCmd(config, pluginId); in StartPluginSession() local
226 auto cmd = pluginCommandBuilder_->BuildStopSessionCmd(pluginId); in StopPluginSession() local
254 auto cmd = pluginCommandBuilder_->BuildDestroySessionCmd(pluginId); in DestroyPluginSession() local
284 auto cmd = pluginCommandBuilder_->BuildRefreshSessionCmd(pluginId); in RefreshPluginSession() local
/developtools/profiler/device/cmds/test/unittest/
Dhiprofiler_cmd_test.cpp89 bool RunCommand(const std::string& cmd, std::string& content) in RunCommand()
507 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -h"; variable
542 …std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -c " + configTestFile + " -o " + outFile + " -t … variable
582 std::string cmd = "cp " + DEFAULT_SO_PATH + "libftrace_plugin.z.so " + DEFAULT_PATH; variable
615 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -s -l -k"; variable
632 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -l -k"; variable
647 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -k"; variable
659 std::string cmd = "cp " + DEFAULT_SO_PATH + "libftrace_plugin.z.so " + DEFAULT_PATH; variable
690 std::string cmd = DEFAULT_HIPROFILER_CMD_PATH + " -s"; variable
735 std::string cmd = "cp " + DEFAULT_SO_PATH + "libhiperfplugin.z.so " + DEFAULT_PATH; variable
[all …]
/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/host/smartperf/client/client_command/
Dsp_utils.cpp78 bool SPUtils::LoadCmd(const std::string &cmd, std::string &result) in LoadCmd()
198 std::string cmd = "hidumper -s AbilityManagerService -a '-a' | grep 'bundle name' | head -n 1"; in GetTopPkgName() local
209 std::string cmd = "hisysevent -r -o PERFORMANCE -n APP_START"; in GetRadar() local
216 std::string cmd = "hidumper -s 10 -a screen"; in GetScreen() local
226 std::string cmd = "hisysevent -r -o PERFORMANCE -n INTERACTION_JANK"; in GetRadarFrame() local
233 std::string cmd = "hisysevent -r -n INTERACTION_RESPONSE_LATENCY"; in GetRadarResponse() local
240 std::string cmd = "hisysevent -r -n INTERACTION_COMPLETED_LATENCY"; in GetRadarComplete() local
245 static std::string GetSplitOne(std::string cmd) in GetSplitOne()
/developtools/profiler/hiebpf/src/
Dhiebpf.cpp78 …HiebpfIpcCommand cmd = *(const_cast<HiebpfIpcCommand*>(reinterpret_cast<const HiebpfIpcCommand*>(d… in HandleIpcMessage() local
99 HiebpfIpcCommand cmd, uint32_t timeout) in SendIpcCommand()
162 std::string cmd; in main() local
364 static inline BPFConfig GenBPFConfigFromFlags(const std::string &cmd) in GenBPFConfigFromFlags()
/developtools/profiler/device/plugins/hidump_plugin/test/unittest/
Dhidump_plugin_unittest.cpp129 const char *cmd = ""; variable
152 const char *cmd = "SP_daemon -profilerfps 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/hdc/src/host/
Dclient.cpp73 bool HdcClient::StartKillServer(const char *cmd, bool startOrKill) in StartKillServer()
209 void HdcClient::RunCommandWin32(const string& cmd) in RunCommandWin32()
259 void HdcClient::RunCommand(const string& cmd) in RunCommand()
278 void HdcClient::RunExecuteCommand(const string& cmd) in RunExecuteCommand()
287 bool IsCaptureCommand(const string& cmd) in IsCaptureCommand()
444 char *cmd = hChannel->bufStd; in ReadStd() local
582 uint16_t cmd = 0; in ReadChannel() local
704 bool HdcClient::IsOffset(uint16_t cmd) in IsOffset()
/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp351 void Client::PrepareExecCmd(std::vector<std::string> &cmd) in PrepareExecCmd()
371 void Client::GetExecCmd(std::vector<std::string> &cmd, int pipeIn, int pipeOut, in GetExecCmd()
383 void Client::GetExecCmd(std::vector<std::string> &cmd, in GetExecCmd()
431 std::vector<std::string> cmd; in Start() local
463 void Client::ChildRunExecv(std::vector<std::string> &cmd) in ChildRunExecv()
568 std::vector<std::string> cmd; in RunHiperfCmdSync() local
629 bool Client::SendCommandAndWait(const std::string &cmd) in SendCommandAndWait()
/developtools/hdc/src/daemon/
Dshell.cpp138 int HdcShell::ChildForkDo(int pts, const char *cmd, const char *arg0, const char *arg1) in ChildForkDo()
187 int HdcShell::ThreadFork(const char *cmd, const char *arg0, const char *arg1) in ThreadFork()
211 const char *cmd = params.cmdParam; in ShellFork() local
244 int HdcShell::CreateSubProcessPTY(const char *cmd, const char *arg0, const char *arg1, pid_t *pid) in CreateSubProcessPTY()
Ddaemon_unity.cpp175 bool HdcDaemonUnity::RebootDevice(const string &cmd) in RebootDevice()
181 bool HdcDaemonUnity::SetDeviceRunMode(void *daemonIn, const char *cmd) in SetDeviceRunMode()
203 inline bool HdcDaemonUnity::GetHiLog(const char *cmd) in GetHiLog()
/developtools/profiler/device/plugins/hiperf_plugin/src/
Dhiperf_module.cpp85 bool RunCommand(const std::string& cmd) in RunCommand()
135 for (const auto &cmd : cmds) { in HiperfPluginSessionStart() local
151 std::string cmd; in HiperfPluginSessionStop() local
/developtools/hdc/hdc_rust/src/daemon/
Dtask.rs58 let cmd = String::from_utf8(task_message.payload).unwrap(); in daemon_shell_task() localVariable
220 let cmd = if task_message.payload.len() == 1 && task_message.payload[0] == 104 { in daemon_hilog_task() localVariable
303 let cmd = task_message.command; in dispatch_task() localVariable
/developtools/profiler/device/plugins/hiebpf_plugin/src/
Dhiebpf_module.cpp37 void RunCmd(std::string& cmd) in RunCmd()
80 std::string cmd = g_config.cmd_line(); in HiebpfSessionStart() local
/developtools/profiler/hiebpf/test/unittest/
Dbpf_controller_test.cpp41 std::string cmd = "rm " + FILE_NAME; in TearDownTestCase() local
45 std::string cmd = "rm " + HIEBPF_FILE_NAME; in TearDownTestCase() local
Dipc_unix_socket_test.cpp63 std::string cmd = "test command"; variable
89 std::string cmd = "test command"; variable
/developtools/hdc/scripts/
Dhdc_test.py127 def command_judge(cmd): argument
139 def command_callback(cmd, head, need_del, res=""): argument
267 def run_command(cmd, head=NORMAL_HEAD, need_del=True, need_callback=True): argument
278 def run_command_stdout(cmd, head=NORMAL_HEAD, need_del=True, need_callback=True): argument
/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/smartperf_host/trace_streamer/src/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/smartperf_host/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/tools/startup_guard/rules/NO-Config-Cmds-In-Init/
Dwhitelist.json5 "cmd":"mount_fstab", string
10 "cmd":"load_access_token_id", string
15 "cmd":"init_global_key", string
/developtools/profiler/device/plugins/api/src/
Dcommand_poller.cpp41 bool CommandPoller::OnCreateSessionCmd(const CreateSessionCmd& cmd, SocketContext& context) const in OnCreateSessionCmd() argument
92 bool CommandPoller::OnStartSessionCmd(const StartSessionCmd& cmd, PluginResult& result) const in OnStartSessionCmd() 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

1234