Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.h145 …bool ParseLogicalExpression(std::string& value, const std::unique_ptr<JsonValue>& propsJson = null…
H A Djs_card_parser.cpp1354 … ParseTernaryExpression(variable, propsJson) || ParseLogicalExpression(variable, propsJson)) { in ParseVariable()
1430 bool JsCardParser::ParseLogicalExpression(std::string& value, const std::unique_ptr<JsonValue>& pro… in ParseLogicalExpression() function in OHOS::Ace::Framework::JsCardParser