Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/intention/drag/data/include/
H A Ddrag_params.h198 struct GetDragStateReply final : public ParamBase {
199 GetDragStateReply() = default;
200 explicit GetDragStateReply(DragState dragState);
/foundation/multimodalinput/input/intention/drag/data/src/
H A Ddrag_params.cpp310 GetDragStateReply::GetDragStateReply(DragState dragState) in GetDragStateReply() function in OHOS::Msdp::DeviceStatus::GetDragStateReply
314 bool GetDragStateReply::Marshalling(MessageParcel &parcel) const in Marshalling()
319 bool GetDragStateReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
/foundation/multimodalinput/input/intention/drag/server/src/
H A Ddrag_server.cpp381 GetDragStateReply dragStateReply { dragState }; in GetDragState()
384 FI_HILOGE("GetDragStateReply::Marshalling fail"); in GetDragState()
/foundation/multimodalinput/input/intention/drag/client/src/
H A Ddrag_client.cpp349 GetDragStateReply reply {}; in GetDragState()

Completed in 4 milliseconds