/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | drag_adapter_impl.cpp | 23 DragActionConvert( ArkUIDragAction* dragAction, std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> internalDragAction) DragActionConvert() argument 52 StartDrag(ArkUIDragAction* dragAction) StartDrag() argument 89 RegisterStatusListener(ArkUIDragAction* dragAction, void* userData, DragStatusCallback listener) RegisterStatusListener() argument 96 UnRegisterStatusListener(ArkUIDragAction* dragAction) UnRegisterStatusListener() argument 110 auto* dragAction = new ArkUIDragAction(); CreateDragActionWithNode() local 119 auto* dragAction = new ArkUIDragAction(); CreateDragActionWithContext() local [all...] |
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | drag_and_drop_test.cpp | 83 auto* dragAction = OH_ArkUI_CreateDragActionWithNode(rootNode); in HWTEST_F() local 114 auto dragAction = OH_ArkUI_CreateDragActionWithContext(uiContext); HWTEST_F() local [all...] |
/foundation/multimodalinput/input/intention/drag/client/src/ |
H A D | drag_client.cpp | 372 int32_t DragClient::GetDragAction(ITunnelClient &tunnel, DragAction &dragAction) in GetDragAction() argument
|
/foundation/multimodalinput/input/intention/drag/data/src/ |
H A D | drag_params.cpp | 331 GetDragActionReply::GetDragActionReply(DragAction dragAction) in GetDragActionReply() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/ |
H A D | drag_drop_func_wrapper.cpp | 81 void PostStopDrag(std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> dragAction, const RefPtr<Container>& container) in PostStopDrag() argument 55 GetShadowInfoArray( std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> dragAction, std::vector<ShadowInfoCore>& shadowInfos) GetShadowInfoArray() argument 99 ConfirmCurPointerEventInfo( std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> dragAction, const RefPtr<Container>& container) ConfirmCurPointerEventInfo() argument 130 EnvelopedDragData( std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> dragAction, std::optional<DragDataCore>& dragData) EnvelopedDragData() argument 178 HandleCallback(std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> dragAction, const OHOS::Ace::DragNotifyMsg& dragNotifyMsg, const DragAdapterStatus& dragStatus) HandleCallback() argument 203 CheckStartAction(std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> dragAction, const RefPtr<Container>& container, const RefPtr<DragDropManager>& manager) CheckStartAction() argument 224 StartDragAction(std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> dragAction) StartDragAction() argument [all...] |
H A D | drag_drop_manager.h | 432 void SetDragAction(const std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction>& dragAction) in SetDragAction() argument
|
/foundation/arkui/ace_engine/interfaces/native/event/ |
H A D | drag_and_drop_impl.cpp | 133 void OH_ArkUI_DragAction_Dispose(ArkUI_DragAction* dragAction) in OH_ArkUI_DragAction_Dispose() argument 142 int32_t OH_ArkUI_DragAction_SetPointerId(ArkUI_DragAction* dragAction, int32_t pointer) in OH_ArkUI_DragAction_SetPointerId() argument 159 int32_t OH_ArkUI_DragAction_SetPixelMaps(ArkUI_DragAction* dragAction, OH_PixelmapNative* pixelmapArray[], int32_t size) in OH_ArkUI_DragAction_SetPixelMaps() argument 183 OH_ArkUI_DragAction_SetTouchPointX(ArkUI_DragAction* dragAction, float x) OH_ArkUI_DragAction_SetTouchPointX() argument 197 OH_ArkUI_DragAction_SetTouchPointY(ArkUI_DragAction* dragAction, float y) OH_ArkUI_DragAction_SetTouchPointY() argument 211 OH_ArkUI_DragAction_SetData(ArkUI_DragAction* dragAction, OH_UdmfData* data) OH_ArkUI_DragAction_SetData() argument 221 OH_ArkUI_DragAction_SetDragPreviewOption(ArkUI_DragAction* dragAction, ArkUI_DragPreviewOption* option) OH_ArkUI_DragAction_SetDragPreviewOption() argument 235 OH_ArkUI_DragAction_RegisterStatusListener(ArkUI_DragAction* dragAction, void* userData, void (*listener)(ArkUI_DragAndDropInfo* dragAndDropInfo, void* userData)) OH_ArkUI_DragAction_RegisterStatusListener() argument 247 OH_ArkUI_DragAction_UnregisterStatusListener(ArkUI_DragAction* dragAction) OH_ArkUI_DragAction_UnregisterStatusListener() argument 277 OH_ArkUI_StartDrag(ArkUI_DragAction* dragAction) OH_ArkUI_StartDrag() argument [all...] |
/foundation/multimodalinput/input/intention/frameworks/client/src/ |
H A D | intention_manager.cpp | 354 int32_t IntentionManager::GetDragAction(DragAction &dragAction) in GetDragAction() argument
|
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/ |
H A D | js_drag_controller.cpp | 109 DragAction *dragAction = nullptr; member 211 DragAction* dragAction = ConvertDragAction(env, thisVar); in On() local 239 DragAction* dragAction = ConvertDragAction(env, thisVar); Off() local 275 DragAction* dragAction = ConvertDragAction(env, thisVar); StartDrag() local 348 DragAction* dragAction = nullptr; ConvertDragAction() local 1705 DragAction* dragAction = new DragAction(dragAsyncContext); JSCreateDragAction() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | mock_web_delegate.cpp | 937 void WebDelegate::HandleDragEvent(int32_t x, int32_t y, const DragAction& dragAction) in HandleDragEvent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.cpp | 5858 void WebDelegate::HandleDragEvent(int32_t x, int32_t y, const DragAction& dragAction) in HandleDragEvent() argument
|