Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/
H A Dsys_event_query.cpp323 for (auto& andCond : cond.andConds_) { in Traval() local
324 if (IsSimpleCond(andCond)) { in Traval()
325 docQuery.And(andCond); in Traval()
327 Traval(docQuery, andCond); in Traval()