Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/services/native/src/
Ddump_common_utils.cpp31 constexpr int UNSET = -1; variable
37 id_ = UNSET; in CpuInfo()
69 pid_ = UNSET; in Reset()
70 uid_ = UNSET; in Reset()
71 gid_ = UNSET; in Reset()
72 ppid_ = UNSET; in Reset()
237 … if ((info.pid_ > UNSET) && (info.ppid_ > UNSET) && (info.uid_ > UNSET) && (info.gid_ > UNSET)) { in GetProcessInfo()
/base/hiviewdfx/hidumper/frameworks/native/include/common/
Doption_args.h54 static const int UNSET = -1;
57 int pid_ {UNSET};
58 int uid_ {UNSET};
60 int cpuId_ {UNSET};