Searched refs:hasShownAttr (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.cpp | 1290 bool hasShownAttr = false; in UpdateDomNode() local 1291 GetShownAttr(rootJson, dataJson, propsJson, shouldShow, hasShownAttr); in UpdateDomNode() 1323 if (shouldShow && hasShownAttr) { in UpdateDomNode() 1327 if (!shouldShow && hasShownAttr) { in UpdateDomNode() 1661 bool hasShownAttr = false; in CreateDomNode() local 1662 GetShownAttr(rootJson, dataJson, propsJson, shouldShow, hasShownAttr); in CreateDomNode() 1702 if (shouldShow && hasShownAttr) { in CreateDomNode() 1706 if (!shouldShow && hasShownAttr) { in CreateDomNode() 1926 hasShownAttr = true; in GetShownAttr() 2000 bool hasShownAttr = false; in CreateBlockNode() local [all …]
|
H A D | js_card_parser.h | 187 const std::unique_ptr<JsonValue>& propsJson, bool& shouldShow, bool& hasShownAttr);
|