Home
last modified time | relevance | path

Searched refs:LoadCmd (Results 1 – 14 of 14) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
DDubai.cpp25 SPUtils::LoadCmd("hidumper -s 1213 -a '-b'", result); in DumpDubaiBegin()
30 SPUtils::LoadCmd("hidumper -s 1213 -a '-f'", result); in DumpDubaiFinish()
39 SPUtils::LoadCmd("rm -rf " + devicePath + "/dubai.*", result); in MoveDubaiDb()
40 SPUtils::LoadCmd("cp " + dubaiPath + " " + devicePath, result); in MoveDubaiDb()
41 SPUtils::LoadCmd("chmod 777 " + devicePath + "/" + dubaiName, result); in MoveDubaiDb()
Dcontrol_call_cmd.cpp61 SPUtils::LoadCmd("GP_daemon_fps 10", result); in GetResult()
88 SPUtils::LoadCmd("rm -rfv /data/local/tmp/sp_trace_delay.ftrace", cmdResult); in TimeDelay()
117 SPUtils::LoadCmd("rm -rfv /data/local/tmp/sp_trace_fps.ftrace", cmdResult); in SlideList()
144 SPUtils::LoadCmd("rm -rfv /data/local/tmp/sp_trace_frame.ftrace", cmdResult); in GetFrame()
159 SPUtils::LoadCmd("rm -rfv /data/local/tmp/*.ftrace", cmdResult); in PageFps()
174 SPUtils::LoadCmd("rm -rfv /data/local/tmp/*.ftrace", cmdResult); in SlideFps()
187 SPUtils::LoadCmd("rm -rfv /data/local/tmp/*.ftrace", cmdResult); in ResponseTime()
209 SPUtils::LoadCmd("rm -rfv /data/local/tmp/*.ftrace", cmdResult); in ColdStartHM()
222 SPUtils::LoadCmd("rm -rfv /data/local/tmp/*.ftrace", cmdResult); in CompleteTime()
246 SPUtils::LoadCmd("rm -rfv /data/local/tmp/*.json", cmdResult); in StartFrameFps()
[all …]
Dstartup_delay.cpp40 SPUtils::LoadCmd(cmdString + cmdStringEnd + traceName, result); in GetTrace()
50 SPUtils::LoadCmd("uitest dumpLayout", result); in GetLayout()
63 SPUtils::LoadCmd(cmd, cmdResult); in InputEvent()
75 SPUtils::LoadCmd("ps -ef |grep hisysevent", str); in GetHisysId()
91 SPUtils::LoadCmd("kill " + secondStr, str); in GetHisysId()
98 SPUtils::LoadCmd("ps -ef |grep INTERACTION_RESPONSE_LATENCY", str); in GetHisysIdResponse()
114 SPUtils::LoadCmd("kill " + secondStr, str); in GetHisysIdResponse()
121 SPUtils::LoadCmd("ps -ef |grep INTERACTION_COMPLETED_LATENCY", str); in GetHisysIdComplete()
137 SPUtils::LoadCmd("kill " + secondStr, str); in GetHisysIdComplete()
143 SPUtils::LoadCmd("pidof SP_daemon", resultPid); in GetSpTcp()
[all …]
Dsp_utils.cpp78 bool SPUtils::LoadCmd(const std::string &cmd, std::string &result) in LoadCmd() function in OHOS::SmartPerf::SPUtils
200 LoadCmd(cmd, curTopPkgStr); in GetTopPkgName()
211 LoadCmd(cmd, curRadar); in GetRadar()
218 LoadCmd(cmd, screenStr); in GetScreen()
228 LoadCmd(cmd, curRadar); in GetRadarFrame()
235 LoadCmd(cmd, curRadar); in GetRadarResponse()
242 LoadCmd(cmd, curRadar); in GetRadarComplete()
248 SPUtils::LoadCmd(cmd, result); in GetSplitOne()
Dsmartperf_command.cpp35 SPUtils::LoadCmd(cmdStr, result); in SmartPerfCommand()
169 if (SPUtils::LoadCmd("chmod o+r /proc/stat", cmdResult)) { in InitSomething()
DByTrace.cpp44 SPUtils::LoadCmd(traceCmdExe, result); in ThreadGetTrace()
Dclient_control.cpp96 SPUtils::LoadCmd("SP_daemon", result); in StartSPDaemon()
DCapture.cpp44 SPUtils::LoadCmd("mkdir /data/local/tmp/capture", cmdResult); in ThreadGetCatch()
Dsp_task.cpp127 SPUtils::LoadCmd("mkdir -p " + thisBasePath, cmdResult); in StopTask()
Dprofiler_fps.cpp188 SPUtils::LoadCmd(cmdString1 + cmdString2 + cmdString3, cmdResult); in GetSurface()
DFPS.cpp87 SPUtils::LoadCmd(cmdString1 + cmdString2 + cmdString3, cmdResult); in GetSurface()
/developtools/profiler/host/smartperf/client/client_command_fps/
Dmain.cpp262 static bool LoadCmd(const std::string &cmd, std::string &result) in LoadCmd() function
286 LoadCmd(cmdString1 + cmdString2 + cmdString3, cmdResult); in GetSurFace()
322 LoadCmd("hidumper -s 10 -a \"fpsClear DisplayNode\"", cmdResult); in main()
323 LoadCmd("hidumper -s 10 -a \"fpsClear" + layerName + "\"", cmdResult); in main()
327 LoadCmd("hidumper -s 10 -a \"fpsClear" + layerName + "\"", cmdResult); in main()
/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_utils.h59 bool LoadCmd(const std::string &cmd, std::string &result);
Dsp_thread_socket.h140 SPUtils::LoadCmd("uinput -T -m 600 2760 600 1300 200", cmdResult); in EditorRecv()