Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_server.cpp221 if (uCredPid_ > 0 && pid != uCredPid_) { in IsValidMsg()
223 ", %{public}" PRId32 "]", pid, uCredPid_); in IsValidMsg()
232 uCredPid_ = pid; in SetUCredPid()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Devent_server.h47 pid_t uCredPid_ = UN_INIT_INT_TYPE_VAL; variable