Searched refs:KillProcess (Results 1 – 5 of 5) sorted by relevance
251 void KillProcess(const std::string processName) in KillProcess() function in __anon5411c3130111::HiprofilerCmdTest286 KillProcess(DEFAULT_HIPROFILERD_NAME);287 KillProcess(DEFAULT_HIPROFILER_PLUGINS_NAME);317 KillProcess(DEFAULT_HIPROFILERD_NAME);318 KillProcess(DEFAULT_HIPROFILER_PLUGINS_NAME);
27 int KillProcess(int pid);
431 COMMON::KillProcess(g_nativeDaemonPid); in KillDependentProcess()432 COMMON::KillProcess(g_hiprofilerPluginsPid); in KillDependentProcess()433 COMMON::KillProcess(g_hiprofilerdPid); in KillDependentProcess()
99 EXPECT_NE(COMMON::KillProcess(procPid), -1);
176 int KillProcess(int pid) in KillProcess() function