Searched refs:ParseLogicalExpression (Results 1 – 2 of 2) sorted by relevance
145 …bool ParseLogicalExpression(std::string& value, const std::unique_ptr<JsonValue>& propsJson = null…
1354 … 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