Home
last modified time | relevance | path

Searched refs:OnItemDropFunc (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_component.h121 OnItemDropFunc GetOnItemDropId() const in GetOnItemDropId()
126 void SetOnItemDropId(const OnItemDropFunc& onItemDropId) in SetOnItemDropId()
189 OnItemDropFunc onItemDropId_;
H A Dlist_properties.h120 using OnItemDropFunc = std::function<void(const ItemDragInfo&, int32_t, int32_t, bool)>; variable
H A Drender_list.h224 const OnItemDropFunc& GetOnItemDrop() const in GetOnItemDrop()
487 OnItemDropFunc onItemDrop_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_event_hub.h115 void SetOnItemDrop(OnItemDropFunc&& onItemDrop) in SetOnItemDrop()
120 const OnItemDropFunc& GetOnItemDrop() const in GetOnItemDrop()
207 OnItemDropFunc onItemDropEvent_;
H A Dlist_model_ng.h73 void SetOnItemDrop(OnItemDropFunc&& onItemDrop) override;
145 static void SetOnItemDrop(FrameNode* frameNode, OnItemDropFunc&& onItemDrop);
H A Dlist_model.h82 virtual void SetOnItemDrop(OnItemDropFunc&& onItemDrop) = 0;
H A Dlist_model_ng.cpp447 void ListModelNG::SetOnItemDrop(OnItemDropFunc&& onItemDrop) in SetOnItemDrop()
917 void ListModelNG::SetOnItemDrop(FrameNode* frameNode, OnItemDropFunc&& onItemDrop) in SetOnItemDrop()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dlist_model_impl.h74 void SetOnItemDrop(OnItemDropFunc&& onItemDrop) override;
H A Dlist_model_impl.cpp211 void ListModelImpl::SetOnItemDrop(OnItemDropFunc&& onItemDrop) in SetOnItemDrop()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_list_modifier.cpp997 auto onItemDrop = reinterpret_cast<OnItemDropFunc*>(extraParam); in SetOnItemDrop()