Searched refs:GetVariable (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.h | 73 bool GetVariable(std::string& value) in GetVariable() function 75 return GetVariable(value, dataJson_); in GetVariable() 170 bool GetVariable(std::string& value, const std::unique_ptr<JsonValue>& dataJson);
|
H A D | js_card_parser.cpp | 1353 GetVariable(variable, dataJson) || ParseSpecialVariable(variable) || in ParseVariable() 1405 if (GetAndParseProps(flagStr[0], propsJson) || GetVariable(flagStr[0])) { in ParseTernaryExpression() 1424 GetVariable(keyStr[0]); in ParseTernaryExpression() 1425 GetVariable(keyStr[1]); in ParseTernaryExpression() 1439 if ((GetAndParseProps(splitStr[0], propsJson) || GetVariable(splitStr[0])) && in ParseLogicalExpression() 1440 (GetAndParseProps(splitStr[1], propsJson) || GetVariable(splitStr[1]))) { in ParseLogicalExpression() 1450 if ((GetAndParseProps(splitStr[0], propsJson) || GetVariable(splitStr[0])) && in ParseLogicalExpression() 1451 (GetAndParseProps(splitStr[1], propsJson) || GetVariable(splitStr[1]))) { in ParseLogicalExpression() 1461 if (GetAndParseProps(splitStr[0], propsJson) || GetVariable(splitStr[0])) { in ParseLogicalExpression() 1556 bool JsCardParser::GetVariable(std::string& value, const std::unique_ptr<JsonValue>& dataJson) in GetVariable() function in OHOS::Ace::Framework::JsCardParser
|