Home
last modified time | relevance | path

Searched defs:propsJson (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp620 const std::unique_ptr<JsonValue>& dataJson, const std::unique_ptr<JsonValue>& propsJson) in ParseAttributes()
1263 const std::unique_ptr<JsonValue>& styleJson, const std::unique_ptr<JsonValue>& propsJson) in UpdateDomNode()
1348 …ng& value, const std::unique_ptr<JsonValue>& dataJson, const std::unique_ptr<JsonValue>& propsJson) in ParseVariable()
1393 …CardParser::ParseTernaryExpression(std::string& value, const std::unique_ptr<JsonValue>& propsJson) in ParseTernaryExpression()
1430 …CardParser::ParseLogicalExpression(std::string& value, const std::unique_ptr<JsonValue>& propsJson) in ParseLogicalExpression()
1469 bool JsCardParser::GetAndParseProps(std::string& value, const std::unique_ptr<JsonValue>& propsJson) in GetAndParseProps()
1478 …l JsCardParser::ParsePropsVariable(std::string& value, const std::unique_ptr<JsonValue>& propsJson) in ParsePropsVariable()
1510 bool JsCardParser::ParsePropsArray(std::string& value, const std::unique_ptr<JsonValue>& propsJson) in ParsePropsArray()
1634 …const std::unique_ptr<JsonValue>& styleJson, const std::unique_ptr<JsonValue>& propsJson, bool isN… in CreateDomNode()
1918 const std::unique_ptr<JsonValue>& propsJson, bool& shouldShow, bool& hasShownAttr) in GetShownAttr()
[all …]