Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_part_upd/foreach/
H A Dforeach_element.cpp107 SetIdArray(newFEComp->GetIdArray()); in Update()
182 SetIdArray(newFEComp->GetIdArray()); in LocalizedUpdate()
H A Dforeach_component.h35 void SetIdArray(const std::list<std::string>& newIdArray) in SetIdArray() function
H A Dforeach_element.h50 void SetIdArray(const std::list<std::string>& newIdArray) in SetIdArray() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_foreach.h32 static void SetIdArray(const JSCallbackInfo& info);
H A Djs_foreach.cpp140 void JSForEach::SetIdArray(const JSCallbackInfo& info) in SetIdArray() function in OHOS::Ace::Framework::JSForEach
244 JSClass<JSForEach>::StaticMethod("setIdArray", &JSForEach::SetIdArray); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.cpp1278 SetIdArray(forEachComponent->GetIdArray()); in UpdateForPartialUpdate()
1290 void SetIdArray(const std::list<std::string>& newIdArray) in SetIdArray() function in OHOS::Ace::V2::__anon58dd4b170110::ForEachElementProxy
1382 SetIdArray(forEachComponent->GetIdArray()); in LocalizedUpdate()