Home
last modified time | relevance | path

Searched defs:OnItemDeleted (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_adapter_impl.cpp126 void NativeLazyForEachBuilder::OnItemDeleted(UINode* node, const std::string& key) in OnItemDeleted() function in OHOS::Ace::NG::NativeLazyForEachBuilder
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_builder.h606 virtual void OnItemDeleted(UINode* node, const std::string& key) {}; in OnItemDeleted() function