Searched refs:GetIdArray (Results 1 – 7 of 7) sorted by relevance
70 std::list<std::string> oldIds = GetIdArray(); in RemoveUnusedChildElementsFromRegistery()107 SetIdArray(newFEComp->GetIdArray()); in Update()122 std::list<std::string> newIds = newFEComp->GetIdArray(); in LocalizedUpdate()127 const auto& oldIds = GetIdArray(); in LocalizedUpdate()182 SetIdArray(newFEComp->GetIdArray()); in LocalizedUpdate()
40 const std::list<std::string>& GetIdArray() const in GetIdArray() function
55 const std::list<std::string>& GetIdArray() const in GetIdArray() function
31 static void GetIdArray(const JSCallbackInfo& info);
104 void JSForEach::GetIdArray(const JSCallbackInfo& info) in GetIdArray() function in OHOS::Ace::Framework::JSForEach243 JSClass<JSForEach>::StaticMethod("getIdArray", &JSForEach::GetIdArray); in JSBind()
1278 SetIdArray(forEachComponent->GetIdArray()); in UpdateForPartialUpdate()1280 const auto& newIds = forEachComponent->GetIdArray(); in UpdateForPartialUpdate()1295 const std::list<std::string>& GetIdArray() const in GetIdArray() function in OHOS::Ace::V2::__anon58dd4b170110::ForEachElementProxy1334 const auto& newIds = forEachComponent->GetIdArray(); in LocalizedUpdate()1335 const auto& oldIds = GetIdArray(); in LocalizedUpdate()1382 SetIdArray(forEachComponent->GetIdArray()); in LocalizedUpdate()1660 std::list<std::string> ForEachElementLookup::GetIdArray(int32_t elmtId) in GetIdArray() function in OHOS::Ace::V2::ForEachElementLookup1665 return feElmt->GetIdArray(); in GetIdArray()1672 return feElmtProxy->GetIdArray(); in GetIdArray()
138 static std::list<std::string> GetIdArray(int32_t elmtId);