Searched refs:hiviewUidCond (Results 1 – 1 of 1) sorted by relevance
168 EventStore::Cond hiviewUidCond("uid_", EventStore::Op::EQ, static_cast<int64_t>(getuid())); in GetFaultInfoList() local169 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() local208 EventStore::Cond pidUpperCond = hiviewUidCond.And("PID", EventStore::Op::EQ, pid). in IsFaultExist()