Home
last modified time | relevance | path

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

/developtools/profiler/device/cmds/src/
H A Dmain.cpp59 int g_nativeDaemonPid = -1; member
418 if (!COMMON::IsProcessExist(NATIVE_DAEMON_NAME, g_nativeDaemonPid)) { in StartDependentProcess()
422 g_nativeDaemonPid = COMMON::StartProcess("/system/bin/native_daemon", argvVec); in StartDependentProcess()
471 if (g_nativeDaemonPid == -1) { in KillDependentProcess()
472 COMMON::IsProcessExist(NATIVE_DAEMON_NAME, g_nativeDaemonPid); in KillDependentProcess()
480 COMMON::KillProcess(g_nativeDaemonPid); in KillDependentProcess()
481 if (CheckProcessExit(NATIVE_DAEMON_NAME, g_nativeDaemonPid)) { in KillDependentProcess()

Completed in 2 milliseconds