Home
last modified time | relevance | path

Searched refs:DragAction (Results 1 - 25 of 29) sorted by relevance

12

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_drag_event_wrapper.h27 using ArkWebDragAction = OHOS::NWeb::DragAction;
/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_manager.h118 int32_t GetDragAction(DragAction &dragAction) const override;
184 void CtrlKeyStyleChangedNotify(DragCursorStyle style, DragAction action);
186 void HandleCtrlKeyEvent(DragCursorStyle style, DragAction action);
212 std::atomic<DragAction> dragAction_ { DragAction::MOVE };
/base/msdp/device_status/intention/drag/data/include/
H A Ddrag_params.h244 explicit GetDragActionReply(DragAction dragAction);
249 DragAction dragAction_ { DragAction::INVALID };
/base/msdp/device_status/frameworks/native/interaction/include/
H A Ddrag_manager_impl.h63 int32_t GetDragAction(DragAction& dragAction);
H A Dinteraction_manager_impl.h69 int32_t GetDragAction(DragAction &dragAction);
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_manager.cpp1086 dragAction_.store(DragAction::MOVE); in OnStartDrag()
1108 dragAction_.store(DragAction::MOVE); in OnStopDrag()
1401 dragAction_.store(DragAction::MOVE); in DragKeyEventCallback()
1406 dragAction_.store(DragAction::MOVE); in DragKeyEventCallback()
1410 CtrlKeyStyleChangedNotify(DRAG_DATA_MGR.GetDragStyle(), DragAction::MOVE); in DragKeyEventCallback()
1411 HandleCtrlKeyEvent(DRAG_DATA_MGR.GetDragStyle(), DragAction::MOVE); in DragKeyEventCallback()
1412 dragAction_.store(DragAction::MOVE); in DragKeyEventCallback()
1419 CtrlKeyStyleChangedNotify(DragCursorStyle::COPY, DragAction::COPY); in DragKeyEventCallback()
1420 HandleCtrlKeyEvent(DragCursorStyle::COPY, DragAction::COPY); in DragKeyEventCallback()
1421 dragAction_.store(DragAction in DragKeyEventCallback()
[all...]
/base/msdp/device_status/intention/drag/data/src/
H A Ddrag_params.cpp374 GetDragActionReply::GetDragActionReply(DragAction dragAction) in GetDragActionReply()
387 (dragAction < static_cast<int32_t>(DragAction::INVALID)) || in Unmarshalling()
388 (dragAction > static_cast<int32_t>(DragAction::COPY))) { in Unmarshalling()
391 dragAction_ = static_cast<DragAction>(dragAction); in Unmarshalling()
/base/msdp/device_status/services/communication/base/
H A Di_devicestatus.h68 virtual int32_t GetDragAction(DragAction &dragAction) = 0;
/base/msdp/device_status/interfaces/innerkits/include/
H A Ddevicestatus_client.h72 int32_t GetDragAction(DragAction &dragAction);
/base/msdp/device_status/frameworks/native/interaction/src/
H A Dinteraction_manager.cpp228 int32_t InteractionManager::GetDragAction(DragAction &dragAction) in GetDragAction()
340 int32_t InteractionManager::GetDragAction(DragAction &dragAction) in GetDragAction()
H A Dinteraction_manager_impl.cpp341 int32_t InteractionManagerImpl::GetDragAction(DragAction &dragAction) in GetDragAction()
H A Ddrag_manager_impl.cpp287 int32_t DragManagerImpl::GetDragAction(DragAction &dragAction) in GetDragAction()
/base/msdp/device_status/intention/prototype/include/
H A Di_drag_manager.h65 virtual int32_t GetDragAction(DragAction &dragAction) const = 0;
/base/msdp/device_status/intention/drag/client/include/
H A Ddrag_client.h62 int32_t GetDragAction(ITunnelClient &tunnel, DragAction &dragAction);
/base/msdp/device_status/intention/frameworks/client/include/
H A Dintention_manager.h81 int32_t GetDragAction(DragAction &dragAction);
/base/msdp/device_status/interfaces/innerkits/interaction/include/
H A Dinteraction_manager.h293 int32_t GetDragAction(DragAction &dragAction);
H A Ddrag_data.h216 enum class DragAction { class in OHOS::Msdp::DeviceStatus::DragState::DragResult::DragBehavior::PreviewType
/base/msdp/device_status/services/communication/client/include/
H A Ddevicestatus_srv_proxy.h73 virtual int32_t GetDragAction(DragAction &dragAction) override;
/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_manager_test.cpp130 static void PrintDragAction(DragAction dragAction);
592 void InteractionManagerTest::PrintDragAction(DragAction dragAction) in PrintDragAction()
595 case DragAction::MOVE:{ in PrintDragAction()
599 case DragAction::COPY:{ in PrintDragAction()
2177 DragAction dragAction { DragAction::INVALID }; in HWTEST_F()
2180 EXPECT_EQ(dragAction, DragAction::MOVE); in HWTEST_F()
2218 DragAction dragAction { DragAction::INVALID }; in HWTEST_F()
2221 EXPECT_EQ(dragAction, DragAction in HWTEST_F()
[all...]
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h118 enum class OHOS_NWEB_EXPORT DragAction { class
134 virtual DragAction GetAction() = 0;
/base/msdp/device_status/services/native/include/
H A Ddevicestatus_service.h101 int32_t GetDragAction(DragAction &dragAction) override;
/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_manager_test.cpp757 DragAction dragAction { DragAction::INVALID }; in HWTEST_F()
1230 DragAction dragAction { DragAction::INVALID }; in HWTEST_F()
1412 DragAction dragAction {}; in HWTEST_F()
/base/msdp/device_status/frameworks/native/src/
H A Ddevicestatus_client.cpp447 int32_t DeviceStatusClient::GetDragAction(DragAction& dragAction) in GetDragAction()
/base/msdp/device_status/intention/frameworks/client/src/
H A Dintention_manager.cpp378 int32_t IntentionManager::GetDragAction(DragAction &dragAction) in GetDragAction()
/base/msdp/device_status/services/communication/service/src/
H A Ddevicestatus_srv_stub.cpp909 DragAction dragAction = DragAction::INVALID; in GetDragActionStub()

Completed in 23 milliseconds

12