Searched defs:stopCmd (Results 1 – 5 of 5) sorted by relevance
67 std::string stopCmd = "kill " + std::to_string(processNum); in StopServerStub() local
72 std::string stopCmd = "kill " + std::to_string(g_hiprofilerProcessNum); in TearDownTestCase() local
83 std::string stopCmd = "kill " + std::to_string(processNum); in StopProcessStub() local
148 std::string stopCmd = "kill " + std::to_string(processNum); in StopProcessStub() local154 …std::string stopCmd = "killall " + DEFAULT_HIPROFILER_PLUGINS_PATH + " " + DEFAULT_HIPROFILERD_PAT… in StopDependServerStub() local
162 std::string stopCmd = "kill -9 " + std::to_string(processNum); in StopProcess() local