Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dhook_manager_test.cpp67 std::string stopCmd = "kill " + std::to_string(processNum); in StopServerStub() local
/developtools/profiler/device/plugins/api/test/unittest/
Dplugin_manager_test.cpp72 std::string stopCmd = "kill " + std::to_string(g_hiprofilerProcessNum); in TearDownTestCase() local
/developtools/profiler/device/cmds/test/unittest/
Dhiprofiler_cmd_test.cpp83 std::string stopCmd = "kill " + std::to_string(processNum); in StopProcessStub() local
/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_performance_test.cpp148 std::string stopCmd = "kill " + std::to_string(processNum); in StopProcessStub() local
154 …std::string stopCmd = "killall " + DEFAULT_HIPROFILER_PLUGINS_PATH + " " + DEFAULT_HIPROFILERD_PAT… in StopDependServerStub() local
/developtools/profiler/device/plugins/native_hook/test/unittest/
Dcheck_hook_data_test.cpp162 std::string stopCmd = "kill -9 " + std::to_string(processNum); in StopProcess() local