Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.h141 bool ParsePropsVariable(std::string& value, const std::unique_ptr<JsonValue>& propsJson);
H A Djs_card_parser.cpp1472 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