Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Devent_query_wrapper_builder.cpp140 const char condKey[] = "condition"; in ParseQueryConditionJson() local
141 if (!root.isMember(condKey) || !root[condKey].isObject()) { in ParseQueryConditionJson()
145 if (ParseAndCondition(root[condKey], condition)) { in ParseQueryConditionJson()