Home
last modified time | relevance | path

Searched refs:UpdateDragStyleParam (Results 1 - 7 of 7) sorted by relevance

/base/msdp/device_status/intention/drag/data/include/
H A Ddrag_params.h95 struct UpdateDragStyleParam final : public ParamBase {
96 UpdateDragStyleParam() = default;
97 explicit UpdateDragStyleParam(DragCursorStyle style, int32_t eventId);
/base/msdp/device_status/intention/drag/data/src/
H A Ddrag_params.cpp107 UpdateDragStyleParam::UpdateDragStyleParam(DragCursorStyle style, int32_t eventId) in UpdateDragStyleParam() function in OHOS::Msdp::DeviceStatus::UpdateDragStyleParam
111 bool UpdateDragStyleParam::Marshalling(MessageParcel &parcel) const in Marshalling()
117 bool UpdateDragStyleParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_manager_test.cpp1461 UpdateDragStyleParam param; in HWTEST_F()
1477 UpdateDragStyleParam param; in HWTEST_F()
1611 UpdateDragStyleParam param { DragCursorStyle::DEFAULT, -1 }; in HWTEST_F()
H A Ddrag_server_test.cpp1028 UpdateDragStyleParam param { DragCursorStyle::COPY, -1 }; in HWTEST_F()
/base/msdp/device_status/intention/drag/client/src/
H A Ddrag_client.cpp195 UpdateDragStyleParam param { style, eventId }; in UpdateDragStyle()
/base/msdp/device_status/intention/drag/server/src/
H A Ddrag_server.cpp265 UpdateDragStyleParam param {}; in UpdateDragStyle()
268 FI_HILOGE("UpdateDragStyleParam::Unmarshalling fail"); in UpdateDragStyle()
/base/msdp/device_status/test/unittest/intention/services/src/
H A Dintention_service_test.cpp930 UpdateDragStyleParam param { DragCursorStyle::COPY, -1 }; in HWTEST_F()

Completed in 10 milliseconds