Searched refs:SetRemovedElmtIds (Results 1 – 7 of 7) sorted by relevance
41 void SetRemovedElmtIds(std::list<int32_t>& removedElmtId) override {}; in SetRemovedElmtIds() function
39 void SetRemovedElmtIds(std::list<int32_t>& removedElmtId) override;
51 virtual void SetRemovedElmtIds(std::list<int32_t>& removedElmtId) = 0;
63 void ForEachModelNG::SetRemovedElmtIds(std::list<int32_t>& removedElmtId) in SetRemovedElmtIds() function in OHOS::Ace::NG::ForEachModelNG
204 ForEachModel::GetInstance()->SetRemovedElmtIds(removedElmtIds); in FfiOHOSAceFrameworkViewSetIdArrayReturnStruct()
186 ForEachModel::GetInstance()->SetRemovedElmtIds(removedElmtIds); in SetIdArray()
130 forEachModelNG.SetRemovedElmtIds(removedElmtId); in CreateForEachList()