Home
last modified time | relevance | path

Searched refs:IsProcessExist (Results 1 - 10 of 10) sorted by relevance

/developtools/profiler/device/base/test/unittest/
H A Dcommon_test.cpp67 * @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 Dmain.cpp400 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 Dcommon.h27 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 Dffrt_profiler_manager.cpp85 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 Dnetwork_profiler_manager.cpp92 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 Dxpower_plugin.cpp87 bool isExsit = COMMON::IsProcessExist(bundleName, processId); in Start()
/developtools/profiler/device/plugins/native_daemon/src/
H A Dmain.cpp230 bool isExist = COMMON::IsProcessExist(processName, pidValue); in GetHookedProceInfo()
H A Dutilities.cpp523 COMMON::IsProcessExist(processName, pidValue); in GetProcessPid()
H A Dhook_manager.cpp122 bool isExist = COMMON::IsProcessExist(processName, pidValue); in CheckProcessName()
/developtools/profiler/device/base/src/
H A Dcommon.cpp125 bool IsProcessExist(const std::string& processName, int& pid) in IsProcessExist() function

Completed in 13 milliseconds