Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
H A Ddumpcatcher_command_test.cpp71 string dumpRes = ExecuteCommands(testCommand);
92 string dumpRes = ExecuteCommands(testCommand);
120 string dumpRes = ExecuteCommands(testCommand);
148 string dumpRes = ExecuteCommands(testCommand);
176 string dumpRes = ExecuteCommands(testCommand);
208 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 …]
H A Ddumpcatcher_interfaces_test.cpp735 std::string res = ExecuteCommands("uname");
748 ExecuteCommands(stopProcessCmd);
/ohos5.0/base/hiviewdfx/faultloggerd/test/systemtest/
H A 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 …]
H A Dfaultloggerd_system_test.cpp1605 (void)ExecuteCommands(stopFaultLoggerd);
1613 (void)ExecuteCommands(startFaultLoggerd);
1685 (void)ExecuteCommands(stopFaultLoggerd);
1698 (void)ExecuteCommands(startFaultLoggerd);
1702 (void)ExecuteCommands(startFaultLoggerd);
/ohos5.0/base/hiviewdfx/faultloggerd/test/utils/
H A 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()
H A Ddfx_test_util.h75 std::string ExecuteCommands(const std::string& cmds);
76 bool ExecuteCommands(const std::string& cmds, std::vector<std::string>& ress);
/ohos5.0/base/hiviewdfx/faultloggerd/test/moduletest/
H A Dfaultloggerd_module_test.cpp34 ExecuteCommands(cmd); in WaitForServiceReady()
71 std::string result = ExecuteCommands(cmd);
/ohos5.0/base/hiviewdfx/faultloggerd/test/performancetest/src/
H A Dfaultloggerd_performance_test.cpp168 ExecuteCommands(procCMD);
189 ExecuteCommands(procCMD);
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Ddfx_processdump_test.cpp307 string procDumpLog = ExecuteCommands(procCMD);
325 string procDumpLog = ExecuteCommands(procCMD);
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/faultloggerd_client/
H A Dfaultloggerd_client_test.cpp63 std::string selinuxStatus = ExecuteCommands(cmd); in IsSelinuxEnforced()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
H A Dbacktrace_local_test.cpp362 std::string res = ExecuteCommands("uname");
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dmemory_test.cpp484 std::string res = ExecuteCommands("uname");