Home
last modified time | relevance | path

Searched refs:SetItemGenerator (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_lazy_foreach_actuator.h142 void SetItemGenerator(const JSRef<JSFunc>& itemGenFunc, ItemKeyGenerator&& keyGenFunc) in SetItemGenerator() function
H A Djs_lazy_foreach.cpp212 actuator->SetItemGenerator(itemGenerator, std::move(keyGenFunc)); in Create()