Searched refs:g_nativeDaemonPid (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
H A D | mem_profiler_collector_impl.cpp | 38 int g_nativeDaemonPid = 0; variable 99 while (!COMMON::IsProcessExist(NATIVE_DAEMON_NAME, g_nativeDaemonPid) && time < FINAL_TIME) { in Start() 103 if (!COMMON::IsProcessExist(NATIVE_DAEMON_NAME, g_nativeDaemonPid)) { in Start() 115 while (!COMMON::IsProcessExist(NATIVE_DAEMON_NAME, g_nativeDaemonPid) && time < FINAL_TIME) { in StartPrintNmd() 119 if (!COMMON::IsProcessExist(NATIVE_DAEMON_NAME, g_nativeDaemonPid)) { in StartPrintNmd() 143 while (!COMMON::IsProcessExist(NATIVE_DAEMON_NAME, g_nativeDaemonPid) && time < FINAL_TIME) { in Start() 147 if (!COMMON::IsProcessExist(NATIVE_DAEMON_NAME, g_nativeDaemonPid)) { in Start() 182 while (!COMMON::IsProcessExist(NATIVE_DAEMON_NAME, g_nativeDaemonPid) && time < FINAL_TIME) { in Start() 186 if (!COMMON::IsProcessExist(NATIVE_DAEMON_NAME, g_nativeDaemonPid)) { in Start()
|
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/ |
H A D | mem_profiler_collector_test.cpp | 29 int g_nativeDaemonPid = 0; variable 54 while (!COMMON::IsProcessExist(NATIVE_DAEMON_NAME, g_nativeDaemonPid) && time < FINAL_TIME) { 74 while (COMMON::IsProcessExist(NATIVE_DAEMON_NAME, g_nativeDaemonPid) && time < FINAL_TIME) {
|