Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_database.cpp168 EventStore::Cond hiviewUidCond("uid_", EventStore::Op::EQ, static_cast<int64_t>(getuid())); in GetFaultInfoList() local
169 EventStore::Cond uidUpperCond = hiviewUidCond.And("UID", EventStore::Op::EQ, id); in GetFaultInfoList()
207 EventStore::Cond hiviewUidCond("uid_", EventStore::Op::EQ, static_cast<int64_t>(getuid())); in IsFaultExist() local
208 EventStore::Cond pidUpperCond = hiviewUidCond.And("PID", EventStore::Op::EQ, pid). in IsFaultExist()