Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp737 if (!repeatIndex_.empty()) { 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()
755 repeatIndex_ = repeatValue->GetValue("key")->GetString(); in ParseRepeatIndexItem()
763 repeatIndex_.clear(); in ResetRepeatIndexItem()
H A Djs_card_parser.h228 std::string repeatIndex_; member in OHOS::Ace::Framework::JsCardParser

Completed in 6 milliseconds