Home
last modified time | relevance | path

Searched refs:GetCurrentIdList (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_foreach_ffi.cpp74 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dfor_each_model_impl.h36 std::list<std::string> GetCurrentIdList(int32_t nodeId) override;
H A Dfor_each_model_impl.cpp69 std::list<std::string> ForEachModelImpl::GetCurrentIdList(int32_t nodeId) in GetCurrentIdList() function in OHOS::Ace::Framework::ForEachModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_model_ng.h36 std::list<std::string> GetCurrentIdList(int32_t nodeId) override;
H A Dfor_each_model.h49 virtual std::list<std::string> GetCurrentIdList(int32_t nodeId) = 0;
H A Dfor_each_model_ng.cpp49 std::list<std::string> ForEachModelNG::GetCurrentIdList(int32_t nodeId) in GetCurrentIdList() function in OHOS::Ace::NG::ForEachModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_foreach.cpp122 std::list<std::string> idList = ForEachModel::GetInstance()->GetCurrentIdList(elmtId); in GetIdArray()
160 …const std::list<std::string>& previousIDList = ForEachModel::GetInstance()->GetCurrentIdList(elmtI… in SetIdArray()