Home
last modified time | relevance | path

Searched refs:GetDragActionReply (Results 1 - 5 of 5) sorted by relevance

/base/msdp/device_status/intention/drag/data/include/
H A Ddrag_params.h242 struct GetDragActionReply final : public ParamBase {
243 GetDragActionReply() = default;
244 explicit GetDragActionReply(DragAction dragAction);
/base/msdp/device_status/intention/drag/data/src/
H A Ddrag_params.cpp374 GetDragActionReply::GetDragActionReply(DragAction dragAction) in GetDragActionReply() function in OHOS::Msdp::DeviceStatus::GetDragActionReply
378 bool GetDragActionReply::Marshalling(MessageParcel &parcel) const in Marshalling()
383 bool GetDragActionReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
/base/msdp/device_status/intention/drag/client/src/
H A Ddrag_client.cpp376 GetDragActionReply reply {}; in GetDragAction()
/base/msdp/device_status/intention/drag/server/src/
H A Ddrag_server.cpp464 GetDragActionReply dragActionReply { dragAction }; in GetDragAction()
467 FI_HILOGE("GetDragActionReply::Marshalling fail"); in GetDragAction()
/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_manager_test.cpp1413 GetDragActionReply dragActionReply { dragAction }; in HWTEST_F()

Completed in 8 milliseconds