Searched refs:g_nativeDaemonPid (Results 1 – 1 of 1) sorted by relevance
58 int g_nativeDaemonPid = -1; variable416 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()