Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp1289 bool shouldShow = true; in UpdateDomNode() local
1291 GetShownAttr(rootJson, dataJson, propsJson, shouldShow, hasShownAttr); in UpdateDomNode()
1323 if (shouldShow && hasShownAttr) { in UpdateDomNode()
1327 if (!shouldShow && hasShownAttr) { in UpdateDomNode()
1660 bool shouldShow = true; in CreateDomNode() local
1702 if (shouldShow && hasShownAttr) { in CreateDomNode()
1706 if (!shouldShow && hasShownAttr) { in CreateDomNode()
1925 shouldShow = shouldShow && blockValue; in GetShownAttr()
1999 bool shouldShow = true; in CreateBlockNode() local
2001 GetBoolValue(rootJson, "shown", shouldShow, hasShownAttr); in CreateBlockNode()
[all …]
H A Djs_card_parser.h187 const std::unique_ptr<JsonValue>& propsJson, bool& shouldShow, bool& hasShownAttr);