Searched refs:GetCurrentIdList (Results 1 – 7 of 7) sorted by relevance
74 std::list<std::string> result = ForEachModel::GetInstance()->GetCurrentIdList(elmtId); in FfiOHOSAceFrameworkViewGetIdArray()107 …const std::list<std::string>& previousIDList = ForEachModel::GetInstance()->GetCurrentIdList(elmtI… in FfiOHOSAceFrameworkViewSetIdArray()179 …const std::list<std::string>& previousIDList = ForEachModel::GetInstance()->GetCurrentIdList(elmtI… in FfiOHOSAceFrameworkViewSetIdArrayReturnStruct()
36 std::list<std::string> GetCurrentIdList(int32_t nodeId) override;
69 std::list<std::string> ForEachModelImpl::GetCurrentIdList(int32_t nodeId) in GetCurrentIdList() function in OHOS::Ace::Framework::ForEachModelImpl
49 virtual std::list<std::string> GetCurrentIdList(int32_t nodeId) = 0;
49 std::list<std::string> ForEachModelNG::GetCurrentIdList(int32_t nodeId) in GetCurrentIdList() function in OHOS::Ace::NG::ForEachModelNG
122 std::list<std::string> idList = ForEachModel::GetInstance()->GetCurrentIdList(elmtId); in GetIdArray()160 …const std::list<std::string>& previousIDList = ForEachModel::GetInstance()->GetCurrentIdList(elmtI… in SetIdArray()