Home
last modified time | relevance | path

Searched refs:g_nativeDaemonPid (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/device/cmds/src/
Dmain.cpp58 int g_nativeDaemonPid = -1; variable
416 if (!COMMON::IsProcessExist(NATIVE_DAEMON_NAME, g_nativeDaemonPid)) { in StartDependentProcess()
420 g_nativeDaemonPid = COMMON::StartProcess(NATIVE_DAEMON_NAME, argvVec); in StartDependentProcess()
469 if (g_nativeDaemonPid == -1) { in KillDependentProcess()
470 COMMON::IsProcessExist(NATIVE_DAEMON_NAME, g_nativeDaemonPid); in KillDependentProcess()
478 COMMON::KillProcess(g_nativeDaemonPid); in KillDependentProcess()
479 if (CheckProcessExit(NATIVE_DAEMON_NAME, g_nativeDaemonPid)) { in KillDependentProcess()