Home
last modified time | relevance | path

Searched refs:ParseQueryCondition (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.h45 bool ParseQueryCondition(const std::string& condStr, EventStore::Cond& condition);
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Devent_query_wrapper_builder.cpp55 if (ParseQueryCondition(condStr, cond)) { in ParseCondition()
151 bool ConditionParser::ParseQueryCondition(const std::string& condStr, EventStore::Cond& condition) in ParseQueryCondition() function in OHOS::HiviewDFX::ConditionParser