Searched refs:LoadCmd (Results 1 – 11 of 11) sorted by relevance
/developtools/profiler/host/smartperf/client/client_command/ |
D | Dubai.cpp | 25 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()
|
D | editor_command.cpp | 69 SPUtils::LoadCmd("rm -rfv /data/local/tmp/*.ftrace", cmdResult); in SlideFps() 83 SPUtils::LoadCmd("rm -rfv /data/local/tmp/*.json", cmdResult); in SlideFPS() 84 SPUtils::LoadCmd("rm -rfv /data/local/tmp/*.ftrace", cmdResult); in SlideFPS() 85 SPUtils::LoadCmd("uitest dumpLayout", cmdResult); in SlideFPS() 94 SPUtils::LoadCmd(cmd, cmdResult); in SlideFPS() 103 SPUtils::LoadCmd(cmd, cmdResult); in SlideFPS() 113 SPUtils::LoadCmd("rm -rfv /data/local/tmp/*.ftrace", cmdResult); in ResponseTime() 126 SPUtils::LoadCmd("rm -rfv /data/local/tmp/*.ftrace", cmdResult); in ColdStartHM() 138 SPUtils::LoadCmd("rm -rfv /data/local/tmp/*.ftrace", cmdResult); in CompleteTime() 153 SPUtils::LoadCmd("rm -rfv /data/local/tmp/*.json", cmdResult); in ColdStart() [all …]
|
D | ByTrace.cpp | 32 SPUtils::LoadCmd(std::string("bytrace --trace_begin --overwrite"), result); in ThreadGetTrace() 38 SPUtils::LoadCmd(std::string("bytrace --trace_finish --overwrite"), result); in ThreadEndTrace() 50 SPUtils::LoadCmd(cmdTraceOverwrite, result); in ThreadFinishTrace() 70 SPUtils::LoadCmd(std::string("bytrace --trace_finish"), result); in CheckFpsJitters()
|
D | startup_delay.cpp | 34 SPUtils::LoadCmd(cmdString + cmdStringEnd + traceName, result); in GetTrace() 44 SPUtils::LoadCmd("uitest dumpLayout", result); in GetLayout() 55 SPUtils::LoadCmd("uinput -K -d 2 -u 2", result); in ChangeToBackground() 61 SPUtils::LoadCmd("pidof " + curPkgName, resultPid); in GetPidByPkg() 67 SPUtils::LoadCmd("param get |grep ohos.boot.hardware", cmdResult); in GetDeviceType()
|
D | Capture.cpp | 26 SPUtils::LoadCmd(cmdCapture, result); in ThreadGetCatch()
|
D | smartperf_command.cpp | 149 if (SPUtils::LoadCmd("chmod o+r /proc/stat", cmdResult)) { in InitSomething() 153 SPUtils::LoadCmd("mkdir /data/local/tmp/capture", cmdResult); in InitSomething()
|
D | sp_utils.cpp | 55 bool SPUtils::LoadCmd(const std::string &cmd, std::string &result) in LoadCmd() function in OHOS::SmartPerf::SPUtils 177 LoadCmd(cmd, curTopPkgStr); in GetTopPkgName() 187 SPUtils::LoadCmd(cmd, result); in GetSplitOne()
|
D | sp_task.cpp | 94 if (SPUtils::LoadCmd(pidCmd, pidResult)) { in StartTask() 125 SPUtils::LoadCmd("mkdir -p " + thisBasePath, cmdResult); in StopTask()
|
/developtools/profiler/host/smartperf/client/client_command_fps/ |
D | main.cpp | 270 static bool LoadCmd(const std::string &cmd, std::string &result) in LoadCmd() function 319 LoadCmd("hidumper -s 10 -a \"fpsClear DisplayNode\"", cmdResult); in main() 320 LoadCmd("hidumper -s 10 -a \"fpsClear" + layerName + "\"", cmdResult); in main() 324 LoadCmd("hidumper -s 10 -a \"fpsClear" + layerName + "\"", cmdResult); in main()
|
/developtools/profiler/host/smartperf/client/client_command/include/ |
D | sp_utils.h | 48 bool LoadCmd(const std::string &cmd, std::string &result);
|
D | sp_thread_socket.h | 113 if (SPUtils::LoadCmd(pidCmd, pidResult)) { in HandleMsg()
|