Home
last modified time | relevance | path

Searched defs:isCross (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/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()
56 int32_t DragDataPacker::UnMarshalling(Parcel &data, DragData &dragData, bool isCross) in UnMarshalling()
101 …t ShadowPacker::Marshalling(const std::vector<ShadowInfo> &shadowInfos, Parcel &data, bool isCross) in Marshalling()
123 …t32_t ShadowPacker::UnMarshalling(Parcel &data, std::vector<ShadowInfo> &shadowInfos, bool isCross) in UnMarshalling()
144 int32_t ShadowPacker::PackUpShadowInfo(const ShadowInfo &shadowInfo, Parcel &data, bool isCross) in PackUpShadowInfo()
168 int32_t ShadowPacker::UnPackShadowInfo(Parcel &data, ShadowInfo &shadowInfo, bool isCross) in UnPackShadowInfo()
/ohos5.0/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()
31 int32_t DragDataUtil::UnMarshalling(Parcel &data, DragData &dragData, bool isCross) in UnMarshalling()