Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Devent_query_wrapper_builder.h44 bool ParseQueryConditionJson(const Json::Value& root, EventStore::Cond& condition);
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Devent_query_wrapper_builder.cpp138 bool ConditionParser::ParseQueryConditionJson(const Json::Value& root, EventStore::Cond& condition) in ParseQueryConditionJson() function in OHOS::HiviewDFX::ConditionParser
175 if (!ParseQueryConditionJson(root, condition)) { in ParseQueryCondition()