Home
last modified time | relevance | path

Searched refs:SetOnItemDrop (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_view.h52 static void SetOnItemDrop(ItemDropFunc&& value);
H A Dgrid_model.h74 …virtual void SetOnItemDrop(std::function<void(const ItemDragInfo&, int32_t, int32_t, bool)>&& valu…
H A Dgrid_event_hub.h79 void SetOnItemDrop(ItemDropFunc&& onItemDrop) in SetOnItemDrop() function
H A Dgrid_model_ng.h65 void SetOnItemDrop(ItemDropFunc&& value) override;
H A Dgrid_model_ng.cpp288 void GridModelNG::SetOnItemDrop(ItemDropFunc&& value) in SetOnItemDrop() function in OHOS::Ace::NG::GridModelNG
294 eventHub->SetOnItemDrop(std::move(value)); in SetOnItemDrop()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
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() function in OHOS::Ace::NG::ListModelNG
453 eventHub->SetOnItemDrop(std::move(onItemDrop)); in SetOnItemDrop()
917 void ListModelNG::SetOnItemDrop(FrameNode* frameNode, OnItemDropFunc&& onItemDrop) in SetOnItemDrop() function in OHOS::Ace::NG::ListModelNG
922 eventHub->SetOnItemDrop(std::move(onItemDrop)); in SetOnItemDrop()
H A Dlist_event_hub.h115 void SetOnItemDrop(OnItemDropFunc&& onItemDrop) in SetOnItemDrop() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_list_modifier.h40 void SetOnItemDrop(ArkUINodeHandle node, void* extraParam);
H A Dnode_list_modifier.cpp722 … SetOnItemDragLeave, SetOnItemDrop, SetOnListScrollFrameBeginCallBack, SetOnListWillScrollCallBack, in GetListModifier()
992 void SetOnItemDrop(ArkUINodeHandle node, void* extraParam) in SetOnItemDrop() function
998 ListModelNG::SetOnItemDrop(frameNode, std::move(*onItemDrop)); in SetOnItemDrop()
1000 ListModelNG::SetOnItemDrop(frameNode, nullptr); in SetOnItemDrop()
1148 ListModelNG::SetOnItemDrop(frameNode, nullptr); in ResetOnItemDrop()
/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 Dgrid_model_impl.h60 …void SetOnItemDrop(std::function<void(const ItemDragInfo&, int32_t, int32_t, bool)>&& value) overr…
H A Dlist_model_impl.cpp211 void ListModelImpl::SetOnItemDrop(OnItemDropFunc&& onItemDrop) in SetOnItemDrop() function in OHOS::Ace::Framework::ListModelImpl
H A Dgrid_model_impl.cpp271 void GridModelImpl::SetOnItemDrop(std::function<void(const ItemDragInfo&, int32_t, int32_t, bool)>&… in SetOnItemDrop() function in OHOS::Ace::Framework::GridModelImpl
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_manager_test_ng.cpp671 preGridEvent->SetOnItemDrop(std::move(onPreGridItemDrop));
702 eventHub->SetOnItemDrop(onItemDrop);
774 eventHub->SetOnItemDrop(onItemDrop);
845 gridEvent->SetOnItemDrop(std::move(onItemDrop));
855 listEvent->SetOnItemDrop(std::move(onItemDropList));
1559 gridEvent->SetOnItemDrop(std::move(onItemDrop));
H A Ddrag_drop_manager_test_ng_new.cpp303 gridEvent->SetOnItemDrop(std::move(onItemDrop));
826 gridEvent->SetOnItemDrop(std::move(onItemDrop));
834 listEvent->SetOnItemDrop(std::move(onItemDropList));
901 gridEvent->SetOnItemDrop(std::move(onItemDrop));
910 listEvent->SetOnItemDrop(std::move(onItemDropList));
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_bridge.h87 static ArkUINativeModuleValue SetOnItemDrop(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_list_bridge.cpp1198 ArkUINativeModuleValue ListBridge::SetOnItemDrop(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetOnItemDrop() function in OHOS::Ace::NG::ListBridge
H A Darkts_native_api_impl_bridge.cpp5067 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ListBridge::SetOnItemDrop)); in RegisterListAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_grid.cpp620 GridModel::GetInstance()->SetOnItemDrop(std::move(onItemDrop)); in JsOnGridDrop()
H A Djs_list.cpp763 ListModel::GetInstance()->SetOnItemDrop(onItemDrop); in ItemDropCallback()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_common_test_ng.cpp647 model.SetOnItemDrop(onItemDragDrop);