Home
last modified time | relevance | path

Searched defs:repeatValue (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/cardfrontend/frontend/
Dcard_frontend_test.cpp424 auto repeatValue = rootTemplate->GetValue("repeat"); variable
489 auto repeatValue = rootTemplate->GetValue("repeat"); variable
577 auto repeatValue = rootTemplate->GetValue("repeat"); variable
1688 auto repeatValue = rootTemplate->GetValue("repeat"); variable
1743 auto repeatValue = rootTemplate->GetValue("repeat"); variable
1798 auto repeatValue = rootTemplate->GetValue("repeat"); variable
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
Djs_card_parser.cpp722 bool JsCardParser::GetRepeatData(std::unique_ptr<JsonValue>& repeatValue, std::string& key) in GetRepeatData()
741 void JsCardParser::SetRepeatItemValue(uint32_t index, const std::unique_ptr<JsonValue>& repeatValue in SetRepeatItemValue()
768 void JsCardParser::ParseRepeatIndexItem(const std::unique_ptr<JsonValue>& repeatValue) in ParseRepeatIndexItem()
1761 auto repeatValue = rootJson->GetValue("repeat"); in CreateRepeatDomNode() local
1893 std::unique_ptr<JsonValue>& repeatValue) in ProcessRepeatNode()