Home
last modified time | relevance | path

Searched refs:ExecuteCommands (Results 1 – 8 of 8) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
Ddumpcatcher_command_test.cpp70 string dumpRes = ExecuteCommands(testCommand);
91 string dumpRes = ExecuteCommands(testCommand);
119 string dumpRes = ExecuteCommands(testCommand);
147 string dumpRes = ExecuteCommands(testCommand);
175 string dumpRes = ExecuteCommands(testCommand);
207 string procDumpLog = ExecuteCommands(procCMD);
241 string procDumpLog = ExecuteCommands(procCMD);
264 string procDumpLog = ExecuteCommands(procCMD);
284 string procDumpLog = ExecuteCommands(procCMD);
313 string procDumpLog = ExecuteCommands(procCMD);
[all …]
/base/hiviewdfx/faultloggerd/test/utils/
Ddfx_test_util.cpp34 std::string ExecuteCommands(const std::string& cmds) in ExecuteCommands() function
54 bool ExecuteCommands(const std::string& cmds, std::vector<std::string>& ress) in ExecuteCommands() function
79 std::string pidStr = ExecuteCommands(cmd); in GetProcessPid()
90 (void)ExecuteCommands(launchCmd); in LaunchTestHap()
98 (void)ExecuteCommands(stopCmd); in StopTestHap()
104 (void)ExecuteCommands(installCmd); in InstallTestHap()
110 (void)ExecuteCommands(uninstallCmd); in UninstallTestHap()
133 std::string comm = ExecuteCommands(cmd); in CheckProcessComm()
Ddfx_test_util.h46 std::string ExecuteCommands(const std::string& cmds);
47 bool ExecuteCommands(const std::string& cmds, std::vector<std::string>& ress);
/base/hiviewdfx/faultloggerd/test/systemtest/
Ddumpcatcher_system_test.cpp135 std::string shellRes = ExecuteCommands(procCmd); in StartCrasherLoopForUnsignedPidAndTid()
158 ExecuteCommands(procCmd, ress); in LaunchCrasher()
676 string procDumpLog = ExecuteCommands(procCMD);
696 string procDumpLog = ExecuteCommands(procCMD);
720 string procDumpLog = ExecuteCommands(procCMD);
741 string procDumpLog = ExecuteCommands(procCMD);
763 string procDumpLog = ExecuteCommands(procCMD);
784 string procDumpLog = ExecuteCommands(procCMD);
804 string procDumpLog = ExecuteCommands(procCMD);
825 string procDumpLog = ExecuteCommands(procCMD);
[all …]
/base/hiviewdfx/faultloggerd/test/moduletest/
Dfaultloggerd_module_test.cpp34 ExecuteCommands(cmd); in WaitForServiceReady()
71 std::string result = ExecuteCommands(cmd);
/base/hiviewdfx/faultloggerd/test/performancetest/src/
Dfaultloggerd_performance_test.cpp169 ExecuteCommands(procCMD);
190 ExecuteCommands(procCMD);
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
Ddfx_processdump_test.cpp267 string procDumpLog = ExecuteCommands(procCMD);
285 string procDumpLog = ExecuteCommands(procCMD);
/base/hiviewdfx/faultloggerd/test/unittest/faultloggerd_client/
Dfaultloggerd_client_test.cpp57 std::string selinuxStatus = ExecuteCommands(cmd); in IsSelinuxEnforced()