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.cpp61 std::string stopCmd = "kill " + std::to_string(processNum); in StopServerStub() local
62 HILOG_INFO(LOG_CORE, "stop command : %s", stopCmd.c_str()); in StopServerStub()
63 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.cpp65 std::string stopCmd = "kill " + std::to_string(g_hiprofilerProcessNum); in TearDownTestCase() local
66 std::unique_ptr<FILE, decltype(&pclose)> pipe(popen(stopCmd.c_str(), "r"), pclose); in TearDownTestCase()
/developtools/profiler/device/cmds/test/unittest/
Dhiprofiler_cmd_test.cpp78 std::string stopCmd = "kill " + std::to_string(processNum); in StopProcessStub() local
79 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.cpp132 std::string stopCmd = "kill -9 " + std::to_string(processNum); in StopProcess() local
133 system(stopCmd.c_str()); in StopProcess()
/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_performance_test.cpp130 std::string stopCmd = "kill " + std::to_string(processNum); in StopProcessStub() local
131 std::unique_ptr<FILE, decltype(&pclose)> pipe(popen(stopCmd.c_str(), "r"), pclose); in StopProcessStub()