Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp37 const std::string REPEAT_ITEM = "$item"; variable
739 repeatJson_->Contains(REPEAT_ITEM) ? repeatJson_->Replace(REPEAT_ITEM.c_str(), itemValue) in SetRepeatItemValue()
740 : repeatJson_->Put(REPEAT_ITEM.c_str(), itemValue); in SetRepeatItemValue()