Searched refs:IsProcessExist (Results 1 - 10 of 10) sorted by relevance
/developtools/profiler/device/base/test/unittest/ |
H A D | common_test.cpp | 67 * @tc.desc: IsProcessExist.
70 HWTEST_F(CommonTest, IsProcessExist, TestSize.Level1)
in HWTEST_F() 74 EXPECT_TRUE(COMMON::IsProcessExist(procName, pid));
in HWTEST_F() 78 EXPECT_FALSE(COMMON::IsProcessExist(invalidProcName, pid));
in HWTEST_F()
|
/developtools/profiler/device/cmds/src/ |
H A D | main.cpp | 400 if (!COMMON::IsProcessExist(HIPROFILERD_NAME, g_hiprofilerdPid)) { in StartDependentProcess() 409 if (!COMMON::IsProcessExist(HIPROFILER_PLUGINS_NAME, g_hiprofilerPluginsPid)) { in StartDependentProcess() 418 if (!COMMON::IsProcessExist(NATIVE_DAEMON_NAME, g_nativeDaemonPid)) { in StartDependentProcess() 454 if (COMMON::IsProcessExist(processName, pid)) { in CheckProcessExit() 472 COMMON::IsProcessExist(NATIVE_DAEMON_NAME, g_nativeDaemonPid); in KillDependentProcess() 475 COMMON::IsProcessExist(HIPROFILER_PLUGINS_NAME, g_hiprofilerPluginsPid); in KillDependentProcess() 478 COMMON::IsProcessExist(HIPROFILERD_NAME, g_hiprofilerdPid); in KillDependentProcess()
|
/developtools/profiler/device/base/include/ |
H A D | common.h | 27 bool IsProcessExist(const std::string& processName, int& pid); // Check if the process exists and get PID
|
/developtools/profiler/device/plugins/ffrt_profiler/service/src/ |
H A D | ffrt_profiler_manager.cpp | 85 bool isExist = COMMON::IsProcessExist(name, pidValue); in CheckConfig() 101 bool isExist = COMMON::IsProcessExist(name, pidValue); in CheckConfig()
|
/developtools/profiler/device/plugins/network_profiler/service/src/ |
H A D | network_profiler_manager.cpp | 92 bool isExist = COMMON::IsProcessExist(name, pidValue); in CheckConfig() 110 bool isExist = COMMON::IsProcessExist(name, pidValue); in CheckConfig()
|
/developtools/profiler/device/plugins/xpower_plugin/src/ |
H A D | xpower_plugin.cpp | 87 bool isExsit = COMMON::IsProcessExist(bundleName, processId); in Start()
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | main.cpp | 230 bool isExist = COMMON::IsProcessExist(processName, pidValue); in GetHookedProceInfo()
|
H A D | utilities.cpp | 523 COMMON::IsProcessExist(processName, pidValue); in GetProcessPid()
|
H A D | hook_manager.cpp | 122 bool isExist = COMMON::IsProcessExist(processName, pidValue); in CheckProcessName()
|
/developtools/profiler/device/base/src/ |
H A D | common.cpp | 125 bool IsProcessExist(const std::string& processName, int& pid) in IsProcessExist() function
|
Completed in 13 milliseconds