Home
last modified time | relevance | path

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

/base/msdp/device_status/frameworks/native/interaction/src/
H A Ddrag_data_util.cpp26 int32_t DragDataUtil::Marshalling(const DragData &dragData, Parcel &data, bool isCross) in Marshalling() argument
28 return DragDataPacker::Marshalling(dragData, data, isCross); in Marshalling()
31 int32_t DragDataUtil::UnMarshalling(Parcel &data, DragData &dragData, bool isCross) in UnMarshalling() argument
33 return DragDataPacker::UnMarshalling(data, dragData, isCross); in UnMarshalling()
/base/msdp/device_status/utils/common/include/
H A Ddrag_data_packer.h34 static int32_t Marshalling(const DragData &dragData, Parcel &data, bool isCross = false);
35 static int32_t UnMarshalling(Parcel &data, DragData &dragData, bool isCross = false);
41 static int32_t Marshalling(const std::vector<ShadowInfo> &shadowInfos, Parcel &data, bool isCross = false);
42 static int32_t UnMarshalling(Parcel &data, std::vector<ShadowInfo> &shadowInfos, bool isCross = false);
43 static int32_t PackUpShadowInfo(const ShadowInfo &shadowInfo, Parcel &data, bool isCross = false);
44 static int32_t UnPackShadowInfo(Parcel &data, ShadowInfo &shadowInfo, bool isCross = false);
/base/msdp/device_status/utils/common/src/
H A Ddrag_data_packer.cpp29 int32_t DragDataPacker::Marshalling(const DragData &dragData, Parcel &data, bool isCross) in Marshalling() argument
32 if (ShadowPacker::Marshalling(dragData.shadowInfos, data, isCross) != RET_OK) { in Marshalling()
56 int32_t DragDataPacker::UnMarshalling(Parcel &data, DragData &dragData, bool isCross) in UnMarshalling() argument
59 if (ShadowPacker::UnMarshalling(data, dragData.shadowInfos, isCross) != RET_OK) { in UnMarshalling()
101 int32_t ShadowPacker::Marshalling(const std::vector<ShadowInfo> &shadowInfos, Parcel &data, bool isCross) in Marshalling() argument
115 if (PackUpShadowInfo(shadowInfos[i], data, isCross) != RET_OK) { in Marshalling()
123 int32_t ShadowPacker::UnMarshalling(Parcel &data, std::vector<ShadowInfo> &shadowInfos, bool isCross) in UnMarshalling() argument
134 if (UnPackShadowInfo(data, shadowInfo, isCross) != RET_OK) { in UnMarshalling()
144 int32_t ShadowPacker::PackUpShadowInfo(const ShadowInfo &shadowInfo, Parcel &data, bool isCross) in PackUpShadowInfo() argument
148 if (isCross) { in PackUpShadowInfo()
168 UnPackShadowInfo(Parcel &data, ShadowInfo &shadowInfo, bool isCross) UnPackShadowInfo() argument
[all...]
/base/msdp/device_status/interfaces/innerkits/interaction/include/
H A Ddrag_data_util.h28 static int32_t Marshalling(const DragData &dragData, Parcel &data, bool isCross = true);
29 static int32_t UnMarshalling(Parcel &data, DragData &dragData, bool isCross = true);

Completed in 2 milliseconds