Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/
H A Dmedia_queryer.cpp263 bool ParseAndCondition(const std::string& condition, const MediaFeature& mediaFeature, MediaError& … in ParseAndCondition() function
310 bool result = ParseAndCondition(conditionArr[i], mediaFeature, failReason); in DoMatchCondition()
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Devent_query_wrapper_builder.h43 bool ParseAndCondition(const Json::Value& root, EventStore::Cond& condition);
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Devent_query_wrapper_builder.cpp133 bool ConditionParser::ParseAndCondition(const Json::Value& root, EventStore::Cond& condition) in ParseAndCondition() function in OHOS::HiviewDFX::ConditionParser
145 if (ParseAndCondition(root[condKey], condition)) { in ParseQueryConditionJson()