Home
last modified time | relevance | path

Searched refs:repeatJson_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp731 repeatJson_->Contains(REPEAT_INDEX) ? repeatJson_->Replace(REPEAT_INDEX.c_str(), idx.c_str()) in SetRepeatItemValue()
732 : repeatJson_->Put(REPEAT_INDEX.c_str(), idx.c_str()); in SetRepeatItemValue()
733 repeatJson_->Contains(REPEAT_ITEM) ? repeatJson_->Replace(REPEAT_ITEM.c_str(), itemValue) in SetRepeatItemValue()
734 : repeatJson_->Put(REPEAT_ITEM.c_str(), itemValue); in SetRepeatItemValue()
738 repeatJson_->Contains(repeatIndex_) ? repeatJson_->Replace(repeatIndex_.c_str(), idx.c_str()) in SetRepeatItemValue()
739 : repeatJson_->Put(repeatIndex_.c_str(), idx.c_str()); in SetRepeatItemValue()
742 repeatJson_ in SetRepeatItemValue()
[all...]
H A Djs_card_parser.h216 std::unique_ptr<JsonValue> repeatJson_; member in OHOS::Ace::Framework::JsCardParser

Completed in 4 milliseconds