Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/
H A Dsys_event_query.cpp308 andConds_.emplace_back(cond); in And()
314 return !cond.col_.empty() && cond.andConds_.empty(); in IsSimpleCond()
322 if (!cond.andConds_.empty()) { in Traval()
323 for (auto& andCond : cond.andConds_) { in Traval()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/
H A Dsys_event_query.h198 andConds_.emplace_back(Cond(col, op, value)); in And()
215 std::vector<Cond> andConds_; variable