Searched refs:ParsePropsVariable (Results 1 – 2 of 2) sorted by relevance
141 bool ParsePropsVariable(std::string& value, const std::unique_ptr<JsonValue>& propsJson);
1472 if (ParsePropsArray(value, propsJson) || ParsePropsVariable(value, propsJson)) { in GetAndParseProps()1478 bool JsCardParser::ParsePropsVariable(std::string& value, const std::unique_ptr<JsonValue>& propsJs… in ParsePropsVariable() function in OHOS::Ace::Framework::JsCardParser