Searched refs:stopCmd (Results 1 – 5 of 5) sorted by relevance
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | hook_manager_test.cpp | 69 std::string stopCmd = "kill " + std::to_string(processNum); in StopServerStub() local 70 PROFILER_LOG_INFO(LOG_CORE, "stop command : %s", stopCmd.c_str()); in StopServerStub() 71 std::unique_ptr<FILE, decltype(&pclose)> pipe(popen(stopCmd.c_str(), "r"), pclose); in StopServerStub()
|
| /developtools/profiler/device/plugins/api/test/unittest/ |
| D | plugin_manager_test.cpp | 73 std::string stopCmd = "kill " + std::to_string(g_hiprofilerProcessNum); in TearDownTestCase() local 74 std::unique_ptr<FILE, decltype(&pclose)> pipe(popen(stopCmd.c_str(), "r"), pclose); in TearDownTestCase()
|
| /developtools/profiler/device/cmds/test/unittest/ |
| D | hiprofiler_cmd_test.cpp | 84 std::string stopCmd = "kill " + std::to_string(processNum); in StopProcessStub() local 85 std::unique_ptr<FILE, decltype(&pclose)> pipe(popen(stopCmd.c_str(), "r"), pclose); in StopProcessStub()
|
| /developtools/profiler/device/plugins/native_hook/test/unittest/ |
| D | check_hook_data_test.cpp | 148 std::string stopCmd = "kill -9 " + std::to_string(processNum); in StopProcess() local 149 system(stopCmd.c_str()); in StopProcess()
|
| /developtools/profiler/device/services/profiler_service/test/unittest/ |
| D | profiler_service_performance_test.cpp | 148 std::string stopCmd = "kill " + std::to_string(processNum); in StopProcessStub() local 149 std::unique_ptr<FILE, decltype(&pclose)> pipe(popen(stopCmd.c_str(), "r"), pclose); in StopProcessStub()
|