Home
last modified time | relevance | path

Searched refs:stopCmd (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dhook_manager_test.cpp69 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/
Dplugin_manager_test.cpp73 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/
Dhiprofiler_cmd_test.cpp84 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/
Dcheck_hook_data_test.cpp148 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/
Dprofiler_service_performance_test.cpp148 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()