Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_meter.cpp78 static const int PID_BUF_SIZE = 6; variable
79 static char g_pid[PID_BUF_SIZE];
173 int ret = strcpy_s(g_pid, PID_BUF_SIZE, pidStr.c_str()); in InitPid()
191 int ret = strcpy_s(g_pid, PID_BUF_SIZE, pidStr.c_str()); in ReloadPid()