Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp34 const char BLOCK_VALUE[] = "blockValue"; variable
1923 GetBoolValue(rootJson, BLOCK_VALUE, blockValue, hasBlock); in GetShownAttr()
2006 if (child->Contains(BLOCK_VALUE)) { in CreateBlockNode()
2007 child->Replace(BLOCK_VALUE, value); in CreateBlockNode()
2009 child->Put(BLOCK_VALUE, value); in CreateBlockNode()