Lines Matching refs:EQ
100 EventStore::Cond uidCond("UID", EventStore::Op::EQ, id); in GetFaultInfoList()
101 EventStore::Cond hiviewCond("uid_", EventStore::Op::EQ, static_cast<int64_t>(getuid())); in GetFaultInfoList()
103 EventStore::Cond condRight("uid_", EventStore::Op::EQ, id); in GetFaultInfoList()
114 query->And("MODULE", EventStore::Op::EQ, module); in GetFaultInfoList()
118 query->And("FAULT_TYPE", EventStore::Op::EQ, faultType); in GetFaultInfoList()
138 EventStore::Cond pidUpperCond("PID", EventStore::Op::EQ, pid); in IsFaultExist()
139 EventStore::Cond pidLowerCond("pid_", EventStore::Op::EQ, pid); in IsFaultExist()
140 EventStore::Cond uidUpperCond("UID", EventStore::Op::EQ, uid); in IsFaultExist()
141 EventStore::Cond uidLowerCond("uid_", EventStore::Op::EQ, uid); in IsFaultExist()
142 EventStore::Cond hiviewCond("uid_", EventStore::Op::EQ, static_cast<int64_t>(getuid())); in IsFaultExist()
143 EventStore::Cond typeCond("FAULT_TYPE", EventStore::Op::EQ, faultType); in IsFaultExist()