Home
last modified time | relevance | path

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

/base/msdp/device_status/utils/common/src/
H A Dpreview_style_packer.cpp57 int32_t PreviewAnimationPacker::Marshalling(const PreviewAnimation &previewAnimation, Parcel &data) in Marshalling()
65 int32_t PreviewAnimationPacker::UnMarshalling(Parcel &data, PreviewAnimation &previewAnimation) in UnMarshalling()
/base/msdp/device_status/utils/common/include/
H A Dpreview_style_packer.h33 class PreviewAnimationPacker { class
/base/msdp/device_status/intention/drag/data/src/
H A Ddrag_params.cpp243 (PreviewAnimationPacker::Marshalling(previewAnimation_, parcel) == RET_OK) in Marshalling()
251 (PreviewAnimationPacker::UnMarshalling(parcel, previewAnimation_) == RET_OK) in Unmarshalling()
/base/msdp/device_status/services/communication/service/src/
H A Ddevicestatus_srv_stub.cpp881 if (PreviewAnimationPacker::UnMarshalling(data, animation) != RET_OK) { in UpdatePreviewStyleWithAnimationStub()
/base/msdp/device_status/services/communication/client/src/
H A Ddevicestatus_srv_proxy.cpp779 if (PreviewAnimationPacker::Marshalling(animation, data) != RET_OK) { in UpdatePreviewStyleWithAnimation()

Completed in 5 milliseconds