Home
last modified time | relevance | path

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

/base/msdp/device_status/intention/drag/data/include/
H A Ddrag_params.h74 struct StopDragParam final : public ParamBase {
75 StopDragParam() = default;
76 explicit StopDragParam(const DragDropResult &dropResult);
/base/msdp/device_status/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()
/base/msdp/device_status/test/unittest/intention/services/src/
H A Dintention_service_test.cpp358 StopDragParam param { dropResult }; in HWTEST_F()
382 StopDragParam param { dropResult }; in HWTEST_F()
/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_manager_test.cpp1272 StopDragParam param {}; in HWTEST_F()
1557 StopDragParam param { dropResult }; in HWTEST_F()
1576 StopDragParam param { dropResult }; in HWTEST_F()
H A Ddrag_server_test.cpp973 StopDragParam param { dropResult }; in HWTEST_F()
1001 StopDragParam param { dropResult }; in HWTEST_F()
/base/msdp/device_status/intention/drag/client/src/
H A Ddrag_client.cpp73 StopDragParam param { dropResult }; in StopDrag()
/base/msdp/device_status/intention/drag/server/src/
H A Ddrag_server.cpp67 StopDragParam param {}; in Stop()

Completed in 12 milliseconds