Searched defs:onDropId (Results 1 – 9 of 9) sorted by relevance
123 void SetOnDropId(const OnDropFunc& onDropId) in SetOnDropId()
145 void SetOnDropId(const OnDropFunc& onDropId) in SetOnDropId()
232 void ImageModelImpl::SetOnDrop(NG::OnDragDropFunc&& onDropId) in SetOnDrop()
527 …bModelImpl::SetOnDrop(std::function<void(const RefPtr<DragEvent>&, const std::string&)>&& onDropId) in SetOnDrop()
329 void SetOnDropId(const OnDropFunc& onDropId) in SetOnDropId()
905 auto onDropId = [execCtx = info.GetExecutionContext(), func = std::move(jsOnDropFunc)]( in JsOnDrop() local
3891 …auto onDropId = [execCtx = info.GetExecutionContext(), func = std::move(jsOnDropFunc), node = fram… in JsOnDrop() local
1008 void SetOnDropId(const OnDropFunc& onDropId) in SetOnDropId()
675 …:SetOnDrop(std::function<void(const RefPtr<OHOS::Ace::DragEvent>&, const std::string&)>&& onDropId) in SetOnDrop()