Home
last modified time | relevance | path

Searched refs:StopDragParam (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/intention/drag/data/include/
H A Ddrag_params.h73 struct StopDragParam final : public ParamBase {
74 StopDragParam() = default;
75 explicit StopDragParam(const DragDropResult &dropResult);
/foundation/multimodalinput/input/intention/drag/data/src/
H A Ddrag_params.cpp55 StopDragParam::StopDragParam(const DragDropResult &dropResult) in StopDragParam() function in OHOS::Msdp::DeviceStatus::StopDragParam
59 bool StopDragParam::Marshalling(MessageParcel &parcel) const in Marshalling()
69 bool StopDragParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
/foundation/multimodalinput/input/intention/drag/server/src/
H A Ddrag_server.cpp64 StopDragParam param {}; in Stop()
/foundation/multimodalinput/input/intention/drag/client/src/
H A Ddrag_client.cpp73 StopDragParam param { dropResult }; in StopDrag()

Completed in 3 milliseconds