Searched refs:customJsonProps (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.cpp | 1298 auto customJsonProps = customJson->GetValue("props"); in UpdateDomNode() local 1309 UpdateProps(key, value, customJsonProps); in UpdateDomNode() 1313 …ode(page, customJsonTemplate, parentId, idArray, customJsonData, customJsonStyle, customJsonProps); in UpdateDomNode() 1669 auto customJsonProps = customJson->GetValue("props"); in CreateDomNode() local 1681 UpdateProps(key, value, customJsonProps); in CreateDomNode() 1687 customJsonProps, isNewNode); in CreateDomNode()
|